PRFI1 Subroutine

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

Uses

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

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

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

    1. EXTRACT FIELDS FROM SPECTRAL ARRAYS. ------------------------------------

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(:)