VDTUV Subroutine

public subroutine VDTUV(KFIELD, PEPSNM, PVOR, PDIV, PU, PV)

Uses

  • proc~~vdtuv~2~~UsesGraph proc~vdtuv~2 VDTUV module~parkind_ectrans PARKIND_ECTRANS proc~vdtuv~2->module~parkind_ectrans module~tpm_dim TPM_DIM proc~vdtuv~2->module~tpm_dim module~tpm_distr TPM_DISTR proc~vdtuv~2->module~tpm_distr module~tpm_fields TPM_FIELDS proc~vdtuv~2->module~tpm_fields PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1 EC_PARKIND EC_PARKIND module~tpm_dim->EC_PARKIND module~tpm_distr->EC_PARKIND module~tpm_fields->EC_PARKIND

*** VDTUV - Compute U,V in spectral space

  • Interface. ---------- CALL VDTUV(...)

    1. COMPUTE U V FROM VORTICITY AND DIVERGENCE. ------------------------------------------

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KFIELD
real(kind=JPRBT), intent(in) :: PEPSNM(1:D%NUMP,0:R%NTMAX+2)
real(kind=JPRB), intent(inout) :: PVOR(:,:,:)
real(kind=JPRB), intent(inout) :: PDIV(:,:,:)
real(kind=JPRB), intent(out) :: PU(:,:,:)
real(kind=JPRB), intent(out) :: PV(:,:,:)