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 ) |
[in] | effr_in | Provide hydrometeor radii from macrophysics? |
[in] | con_rd | Physical constant: gas-constant for dry air |
[in] | effrin_cldsnow | Effective radius for snow cloud-particles (microns) |
[in] | effrin_cldrain | Effective radius for rain cloud-particles (microns) |
[in] | p_lev | Pressure at model-level interfaces (Pa) |
[in] | tracer | Cloud condensate amount in layer by type () |
[in,out] | cld_rerain | Cloud rain effective radius |
ncol | Number of horizontal grid points |
nlev | Number of vertical layers |
ntracers | Number of tracers from model. |
ncnd | Number of cloud condensation types. |
i_cldliq | Index into tracer array for cloud liquid. |
i_cldice | Index into tracer array for cloud ice. |
i_cldrain | Index into tracer array for cloud rain. |
i_cldsnow | Index into tracer array for cloud snow. |
i_cldgrpl | Index into tracer array for cloud groupel. |
i_cldtot | Index into tracer array for cloud total amount. |
p_lay | Pressure at model-layers (Pa) |
t_lay | Temperature at model-layers (K) |
tv_lay | Virtual temperature (K) |
effrin_cldliq | Effective radius for liquid cloud-particles (microns) |
effrin_cldice | Effective radius for ice cloud-particles (microns) |
con_g | Physical constant: gravitational constant |
con_ttp | Triple point temperature of water (K) |
cld_frac | Total cloud fraction |
cld_lwp | Cloud liquid water path |
cld_reliq | Cloud liquid effective radius |
cld_iwp | Cloud ice water path |
cld_reice | Cloud ice effecive radius |
cld_swp | Cloud snow water path |
cld_resnow | Cloud snow effective radius |
cld_rwp | Cloud rain water path |
Definition at line 524 of file GFS_rrtmgp_cloud_mp.F90.