UVTVDAD Subroutine

public subroutine UVTVDAD(KM, KFIELD, PEPSNM, PU, PV, PVOR, PDIV)

Uses

  • proc~~uvtvdad~~UsesGraph proc~uvtvdad UVTVDAD PARKIND1 PARKIND1 proc~uvtvdad->PARKIND1 module~tpm_dim TPM_DIM proc~uvtvdad->module~tpm_dim module~tpm_fields TPM_FIELDS proc~uvtvdad->module~tpm_fields EC_PARKIND EC_PARKIND module~tpm_dim->EC_PARKIND module~tpm_fields->EC_PARKIND

*** UVTVDAD - Compute vor/div from u and v in spectral space

  • Interface. ---------- CALL UVTVDAD(KM,KFIELD,PEPSNM,PU,PV,PVOR,PDIV)

    1.2 COMPUTE VORTICITY AND DIVERGENCE.

Arguments

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

Called by

proc~~uvtvdad~~CalledByGraph proc~uvtvdad UVTVDAD proc~ltdirad LTDIRAD proc~ltdirad->proc~uvtvdad proc~ltdir_ctlad LTDIR_CTLAD proc~ltdir_ctlad->proc~ltdirad proc~dir_trans_ctlad DIR_TRANS_CTLAD proc~dir_trans_ctlad->proc~ltdir_ctlad proc~dir_transad DIR_TRANSAD proc~dir_transad->proc~dir_trans_ctlad