subroutine rrtmg_lw::mcica_subcol | ( | real (kind=kind_phys), dimension(nlay), intent(in) | cldf, |
integer, intent(in) | nlay, | ||
integer, intent(in) | ipseed, | ||
real (kind=kind_phys), dimension(nlay), intent(in) | dz, | ||
real (kind=kind_phys), intent(in) | de_lgth, | ||
real (kind=kind_phys), dimension(nlay), intent(in) | alpha, | ||
logical, dimension(ngptlw,nlay), intent(out) | lcloudy | ||
) |
cldf | layer cloud fraction |
nlay | number of model vertical layers |
ipseed | permute seed for random num generator |
dz | layer thickness |
de_lgth | layer cloud decorrelation length (km) |
alpha | EXP/ER cloud overlap decorrelation parameter |
lcloudy | sub-colum cloud profile flag array |
Referenced by cldprop().