CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ rrtmg_lw_cloud_optics()

subroutine mo_rrtmg_lw_cloud_optics::rrtmg_lw_cloud_optics ( integer, intent(in) ncol,
integer, intent(in) nlay,
integer, intent(in) nbandslw,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_lwp,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_ref_liq,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_iwp,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_ref_ice,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_rwp,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_ref_rain,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_swp,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_ref_snow,
real(kind_phys), dimension(ncol,nlay), intent(in) cld_frac,
integer, intent(in) ilwcliq,
integer, intent(in) ilwcice,
real(kind_phys), dimension(ncol,nlay,nbandslw), intent(out) tau_cld,
real(kind_phys), dimension(ncol,nlay,nbandslw), intent(out) tau_precip )
Parameters
[in]cld_ref_snowEffective radius (snow-flake) (micron)
[out]tau_precipPrecipitation optical-depth (1)
Parameters
ncolNumber of horizontal gridpoints
nlayNumber of vertical layers
nbandslwNumber of spectral bands
cld_lwpCloud liquid water path (g/m2)
cld_ref_liqEffective radius (liquid) (micron)
cld_iwpCloud ice water path (g/m2)
cld_ref_iceEffective radius (ice) (micron)
cld_rwpCloud rain water path (g/m2)
cld_ref_rainEffective radius (rain-drop) (micron)
cld_swpCloud snow-water path (g/m2)
cld_fracCloud-fraction (1)
tau_cldCloud optical-depth (1)

Definition at line 559 of file rrtmg_lw_cloud_optics.F90.