PRFI1 Subroutine

public subroutine PRFI1(KM, KF_UV, KF_SCALARS, PIA, PSPVOR, PSPDIV, PSPSCALAR, KFLDPTRUV, KFLDPTRSC)

Uses

  • proc~~prfi1~2~~UsesGraph proc~prfi1~2 PRFI1 PARKIND1 PARKIND1 proc~prfi1~2->PARKIND1 module~prfi1b_mod PRFI1B_MOD proc~prfi1~2->module~prfi1b_mod

*** PRFI1 - Prepare spectral fields for inverse Legendre transform

  • Interface. ---------- CALL *PRFI1(KM,PIA,PSPVOR,PSPDIV,PSPSCALAR

    1.1 VORTICITY AND DIVERGENCE.

    1.2 SCALAR VARIABLES.

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KM
integer(kind=JPIM), intent(in) :: KF_UV
integer(kind=JPIM), intent(in) :: KF_SCALARS
real(kind=JPRB), intent(out) :: PIA(:,:)
real(kind=JPRB), intent(in), optional :: PSPVOR(:,:)
real(kind=JPRB), intent(in), optional :: PSPDIV(:,:)
real(kind=JPRB), intent(in), optional :: PSPSCALAR(:,:)
integer(kind=JPIM), intent(in), optional :: KFLDPTRUV(:)
integer(kind=JPIM), intent(in), optional :: KFLDPTRSC(:)

Calls

proc~~prfi1~2~~CallsGraph proc~prfi1~2 PRFI1 proc~prfi1b PRFI1B proc~prfi1~2->proc~prfi1b