| subroutine gfs_rrtmgp_cloud_mp::cloud_mp_samf |
( |
integer, intent(in) |
ncol, |
|
|
integer, intent(in) |
nlev, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
t_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
p_lev, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
p_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
qs_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
relhum, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
cnv_mixratio, |
|
|
real(kind_phys), intent(in) |
con_ttp, |
|
|
real(kind_phys), intent(in) |
con_g, |
|
|
real(kind_phys), intent(in) |
alpha0, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_cnv_lwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_cnv_reliq, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_cnv_iwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_cnv_reice, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_cnv_frac |
|
) |
| |