| 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, | ||
| real (kind=kind_phys), dimension(:,:), intent(in) | alpha, | ||
| integer, intent(in) | ix, | ||
| integer, intent(in) | nlay, | ||
| integer, intent(in) | iovr, | ||
| iovr_rand, | |||
| iovr_maxrand, | |||
| iovr_max, | |||
| iovr_dcorr, | |||
| iovr_exp, | |||
| iovr_exprand, | |||
| logical, intent(in) | top_at_1, | ||
| real (kind=kind_phys), dimension(:), intent(in) | si, | ||
| 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) | 
| alpha | (IX,NLAY), alpha decorrelation parameter | 
| IX | horizontal dimension | 
| NLAY | vertical layer dimensions | 
| iovr_rand | flag for random cloud overlap method | 
| iovr_maxrand | flag for maximum-random cloud overlap method | 
| iovr_max | flag for maximum cloud overlap method | 
| iovr_dcorr | flag for decorrelation-length cloud overlap method | 
| iovr_exp | flag for exponential cloud overlap method | 
| iovr_exprand | flag for exponential-random cloud overlap method | 
| 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, llyr, nk_clds, and ovcst.
Referenced by gfs_cloud_diagnostics::gfs_cloud_diagnostics_run(), radiation_clouds_prop(), and sgscloud_radpre::sgscloud_radpre_run().