Go to the source code of this file.
|
subroutine | plevel_new (ilon, ilev, klevstd, lnew, pgcm, pres, qgcm, qpres) |
|
subroutine plevel_new |
( |
integer |
ilon, |
|
|
integer |
ilev, |
|
|
integer |
klevstd, |
|
|
logical |
lnew, |
|
|
real, dimension(ilon, ilev) |
pgcm, |
|
|
real, dimension(klevstd) |
pres, |
|
|
real, dimension(ilon, ilev) |
qgcm, |
|
|
real, dimension(ilon, klevstd) |
qpres |
|
) |
| |