*** GPPREF - Computes full level pressure
Interface. ---------- CALL *GPPREF(...)
!!! A REVOIR (MPL) comment faut-il vraiment calculer PRESF ?
2. COMPUTES FULL LEVEL PRESSURES.
------------------------------
| 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) | :: | 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) |