| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nlon | |||
| integer, | intent(in) | :: | nlev | |||
| real, | intent(in) | :: | zcpvap | |||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | temp | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | qv | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | ql | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | qs | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | qbs | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | uu | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | vv | ||
| real, | intent(in), | DIMENSION(nlon,nlev) | :: | zairm | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zqw_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zql_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zqs_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zqbs_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zek_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zh_dair_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zh_qw_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zh_ql_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zh_qs_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zh_qbs_col | ||
| real, | intent(out), | DIMENSION(nlon) | :: | zh_col |