*** GPPRE - Computes half and full level pressure
Interface. ---------- CALL *GPPRE(KPROMA,KSTART,KPROF,KFLEV,PVAH,PVBH,PRESH,PRESF)
| Type | Intent | Optional | 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) |