*** GPXYB - Computes auxillary arrays
Interface. ---------- CALL *GPXYB(..)
!!! A REVOIR (MPL) 29042010 passe de 0 a 0.1 comme ARPEGE 1. COMPUTES EVERYTHING. --------------------
| 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) | :: | PVDELB(KFLEV) | |||
| real(kind=JPRB), | intent(in) | :: | PVC(KFLEV) | |||
| real(kind=JPRB), | intent(in) | :: | PRES(KPROMA,0:KFLEV) | |||
| real(kind=JPRB), | intent(inout) | :: | PDELP(KPROMA,KFLEV) | |||
| real(kind=JPRB), | intent(inout) | :: | PRDELP(KPROMA,KFLEV) | |||
| real(kind=JPRB), | intent(inout) | :: | PLNPR(KPROMA,KFLEV) | |||
| real(kind=JPRB), | intent(out) | :: | PALPH(KPROMA,KFLEV) | |||
| real(kind=JPRB), | intent(out) | :: | PRTGR(KPROMA,KFLEV) | |||
| real(kind=JPRB), | intent(out) | :: | PRPRES(KPROMA,KFLEV) | |||
| real(kind=JPRB), | intent(inout) | :: | PRPP(KPROMA,KFLEV) |