GPPRE Subroutine

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

Uses

  • proc~~gppre~~UsesGraph proc~gppre GPPRE module~parkind1~2 PARKIND1 proc~gppre->module~parkind1~2 module~yomgem YOMGEM proc~gppre->module~yomgem module~yomhook yomhook proc~gppre->module~yomhook module~yomgem->module~parkind1~2

*** GPPRE - Computes half and full level pressure

  • Interface. ---------- CALL *GPPRE(KPROMA,KSTART,KPROF,KFLEV,PVAH,PVBH,PRESH,PRESF)

    1. COMPUTES HALF AND 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), intent(in) :: PVAH(0:KFLEV)
real(kind=JPRB), intent(in) :: PVBH(0:KFLEV)
real(kind=JPRB), intent(inout) :: PRESH(KPROMA,0:KFLEV)
real(kind=JPRB), intent(out) :: PRESF(KPROMA,KFLEV)

Calls

proc~~gppre~~CallsGraph proc~gppre GPPRE proc~dr_hook dr_hook proc~gppre->proc~dr_hook

Contents