GPPREH Subroutine

subroutine GPPREH(KPROMA, KSTART, KPROF, KFLEV, PVAH, PVBH, PRESH)

Uses

  • proc~~gppreh~2~~UsesGraph proc~gppreh~2 GPPREH module~parkind1~2 PARKIND1 proc~gppreh~2->module~parkind1~2 module~yomhook yomhook proc~gppreh~2->module~yomhook

*** GPPREH - Computes half and full level pressure

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

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)

Calls

proc~~gppreh~2~~CallsGraph proc~gppreh~2 GPPREH proc~dr_hook dr_hook proc~gppreh~2->proc~dr_hook

Contents