| subroutine gfs_rrtmgp_cloud_mp::cloud_mp_thompson |
( |
integer, intent(in) |
ncol, |
|
|
integer, intent(in) |
nlev, |
|
|
integer, intent(in) |
ntracers, |
|
|
integer, intent(in) |
ncnd, |
|
|
integer, intent(in) |
i_cldliq, |
|
|
integer, intent(in) |
i_cldice, |
|
|
integer, intent(in) |
i_cldrain, |
|
|
integer, intent(in) |
i_cldsnow, |
|
|
integer, intent(in) |
i_cldgrpl, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
p_lev, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
p_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
tv_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
t_lay, |
|
|
real(kind_phys), dimension(:,:,:), intent(in) |
tracer, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
qs_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
q_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
relhum, |
|
|
real(kind_phys), intent(in) |
con_ttp, |
|
|
real(kind_phys), intent(in) |
con_g, |
|
|
real(kind_phys), intent(in) |
con_rd, |
|
|
real(kind_phys), intent(in) |
con_eps, |
|
|
real(kind_phys), intent(in) |
alpha0, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
cnv_mixratio, |
|
|
real(kind_phys), dimension(:), intent(inout) |
lwp_ex, |
|
|
real(kind_phys), dimension(:), intent(inout) |
iwp_ex, |
|
|
real(kind_phys), dimension(:), intent(inout) |
lwp_fc, |
|
|
real(kind_phys), dimension(:), intent(inout) |
iwp_fc, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_frac, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_lwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_iwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_swp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
cld_rwp, |
|
|
logical, intent(in), optional |
cond_cfrac_onrh, |
|
|
logical, intent(in), optional |
dogp_smearclds |
|
) |
| |