GPPREF Subroutine

subroutine GPPREF(KPROMA, KSTART, KPROF, KFLEV, PVAH, PVBH, PALPH, PRESH, PRESF)

Uses

  • proc~~gppref~~UsesGraph proc~gppref GPPREF module~yomct0 YOMCT0 proc~gppref->module~yomct0 module~yomhook yomhook proc~gppref->module~yomhook module~yomcver YOMCVER proc~gppref->module~yomcver module~yomgem YOMGEM proc~gppref->module~yomgem module~parkind1~2 PARKIND1 proc~gppref->module~parkind1~2 module~yomcst~3 YOMCST proc~gppref->module~yomcst~3 module~yomdyn YOMDYN proc~gppref->module~yomdyn module~yomct0->module~parkind1~2 module~yomcver->module~parkind1~2 module~yomgem->module~parkind1~2 module~yomcst~3->module~parkind1~2 module~yomdyn->module~parkind1~2

*** GPPREF - Computes full level pressure

  • Interface. ---------- CALL *GPPREF(...)

    1. Level to begin normal computations ----------------------------------

!!! A REVOIR (MPL) comment faut-il vraiment calculer PRESF ?

   2.    COMPUTES FULL LEVEL PRESSURES.
          ------------------------------

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KPROMA
integer(kind=JPIM), intent(in) :: KSTART
integer(kind=JPIM), intent(in) :: KPROF
integer(kind=JPIM), intent(in) :: KFLEV
real(kind=JPRB) :: PVAH(0:KFLEV)
real(kind=JPRB) :: PVBH(0:KFLEV)
real(kind=JPRB), intent(in) :: PALPH(KPROMA,KFLEV)
real(kind=JPRB), intent(in) :: PRESH(KPROMA,0:KFLEV)
real(kind=JPRB), intent(out) :: PRESF(KPROMA,KFLEV)

Calls

proc~~gppref~~CallsGraph proc~gppref GPPREF proc~dr_hook dr_hook proc~gppref->proc~dr_hook

Contents