subroutine gfs_rrtmgp_cloud_mp::cloud_mp_uni |
( |
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, |
|
|
integer, intent(in) | i_cldtot, |
|
|
logical, intent(in) | effr_in, |
|
|
integer, intent(in) | kdt, |
|
|
real(kind_phys), dimension(:), intent(in) | lsmask, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p_lev, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | t_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | tv_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | effrin_cldliq, |
|
|
real(kind_phys), dimension(:,:), intent(in) | effrin_cldice, |
|
|
real(kind_phys), dimension(:,:), intent(in) | effrin_cldsnow, |
|
|
real(kind_phys), dimension(:,:,:), intent(in) | tracer, |
|
|
real(kind_phys), intent(in) | con_g, |
|
|
real(kind_phys), intent(in) | con_rd, |
|
|
real(kind_phys), intent(in) | con_ttp, |
|
|
real(kind_phys), dimension(:,:), intent(in) | cld_frac, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_lwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_reliq, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_iwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_reice, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_swp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_resnow, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_rwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_rerain, |
|
|
real(kind_phys), dimension(:,:), intent(in), optional | effrin_cldrain ) |