UVTVDAD Subroutine

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

Uses

  • proc~~uvtvdad~2~~UsesGraph proc~uvtvdad~2 UVTVDAD PARKIND1 PARKIND1 proc~uvtvdad~2->PARKIND1 module~tpm_dim TPM_DIM proc~uvtvdad~2->module~tpm_dim module~tpm_fields TPM_FIELDS proc~uvtvdad~2->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(:,:)