EVDTUV_MOD Module


Subroutines

public subroutine EVDTUV(KFIELD, KFLDPTR, PVOR, PDIV, PU, PV, PSPMEANU, PSPMEANV)

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

Read more…

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KFIELD
integer(kind=JPIM), intent(in), optional :: KFLDPTR(:)
real(kind=JPRB), intent(in) :: PVOR(:,:,:)
real(kind=JPRB), intent(in) :: PDIV(:,:,:)
real(kind=JPRB), intent(out) :: PU(:,:,:)
real(kind=JPRB), intent(out) :: PV(:,:,:)
real(kind=JPRB), intent(in), optional :: PSPMEANU(:)
real(kind=JPRB), intent(in), optional :: PSPMEANV(:)