VDTUVAD Subroutine

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

Uses

  • proc~~vdtuvad~2~~UsesGraph proc~vdtuvad~2 VDTUVAD module~parkind_ectrans PARKIND_ECTRANS proc~vdtuvad~2->module~parkind_ectrans module~tpm_dim TPM_DIM proc~vdtuvad~2->module~tpm_dim module~tpm_distr TPM_DISTR proc~vdtuvad~2->module~tpm_distr module~tpm_fields TPM_FIELDS proc~vdtuvad~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

*** VDTUVAD - Adjoint of "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(in) :: PU(:,:,:)
real(kind=JPRB), intent(in) :: PV(:,:,:)