subroutine 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 |
|
) |
| |
|
private |