UVTVDAD Subroutine

public subroutine UVTVDAD(KF_UV, PU, PV, PVOR, PDIV)

Uses

  • proc~~uvtvdad~2~~UsesGraph proc~uvtvdad~2 UVTVDAD module~parkind_ectrans PARKIND_ECTRANS proc~uvtvdad~2->module~parkind_ectrans module~tpm_dim TPM_DIM proc~uvtvdad~2->module~tpm_dim module~tpm_distr TPM_DISTR proc~uvtvdad~2->module~tpm_distr module~tpm_fields_gpu TPM_FIELDS_GPU proc~uvtvdad~2->module~tpm_fields_gpu PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1 EC_PARKIND EC_PARKIND module~tpm_dim->EC_PARKIND module~tpm_distr->EC_PARKIND module~tpm_fields_gpu->EC_PARKIND

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

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

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

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KF_UV
real(kind=JPRBT), intent(inout) :: PU(:,:,:)
real(kind=JPRBT), intent(inout) :: PV(:,:,:)
real(kind=JPRBT), intent(inout) :: PVOR(:,:,:)
real(kind=JPRBT), intent(inout) :: PDIV(:,:,:)