VDTUVAD Subroutine

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

Uses

  • proc~~vdtuvad~2~~UsesGraph proc~vdtuvad~2 VDTUVAD PARKIND1 PARKIND1 proc~vdtuvad~2->PARKIND1 module~tpm_dim TPM_DIM proc~vdtuvad~2->module~tpm_dim module~tpm_fields TPM_FIELDS proc~vdtuvad~2->module~tpm_fields EC_PARKIND EC_PARKIND module~tpm_dim->EC_PARKIND module~tpm_fields->EC_PARKIND

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

  • Interface. ---------- CALL VDTUVAD(...)

    1.1 U AND V (KM=0) .

    1.2 U AND V (KM!=0) .

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) :: PVOR(:,:)
real(kind=JPRB), intent(inout) :: PDIV(:,:)
real(kind=JPRB), intent(in) :: PU(:,:)
real(kind=JPRB), intent(in) :: PV(:,:)