subroutine, public module_radiation_clouds::gethml | ( | real (kind=kind_phys), dimension(:,:), intent(in) | plyr, |
real (kind=kind_phys), dimension(:,:), intent(in) | ptop1, | ||
real (kind=kind_phys), dimension(:,:), intent(in) | cldtot, | ||
real (kind=kind_phys), dimension(:,:), intent(in) | cldcnv, | ||
real (kind=kind_phys), dimension(:,:), intent(in) | dz, | ||
real (kind=kind_phys), dimension(:), intent(in) | de_lgth, | ||
integer, intent(in) | IX, | ||
integer, intent(in) | NLAY, | ||
real (kind=kind_phys), dimension(:,:), intent(out) | clds, | ||
integer, dimension(:,:), intent(out) | mtop, | ||
integer, dimension(:,:), intent(out) | mbot | ||
) |
plyr | (IX,NLAY), model layer mean pressure in mb (100Pa) |
ptop1 | (IX,4), pressure limits of cloud domain interfaces (sfc,low,mid,high) in mb (100Pa) |
cldtot | (IX,NLAY), total or stratiform cloud profile in fraction |
cldcnv | (IX,NLAY), convective cloud (for diagnostic scheme only) |
dz | (IX,NLAY), layer thickness (km) |
de_lgth | (IX), clouds decorrelation length (km) |
IX | horizontal dimension |
NLAY | vertical layer dimensions |
clds | (IX,5), fraction of clouds for low, mid, hi, tot, bl |
mtop | (IX,3),vertical indices for low, mid, hi cloud tops |
mbot | (IX,3),vertical indices for low, mid, hi cloud bases |
References climit, iovr, physparam::ivflip, llyr, nk_clds, and ovcst.
Referenced by progcld1(), progcld2(), progcld3(), progcld4(), progcld4o(), progcld5(), progclduni(), and sgscloud_radpre::sgscloud_radpre_run().