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

◆ rrtmg_sw_cloud_optics()

subroutine mo_rrtmg_sw_cloud_optics::rrtmg_sw_cloud_optics ( integer, intent(in) ncol,
integer, intent(in) nlay,
integer, intent(in) nbandssw,
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) iswcliq,
integer, intent(in) iswcice,
real(kind_phys), dimension(ncol,nlay,nbandssw), intent(out) tau_cld,
real(kind_phys), dimension(ncol,nlay,nbandssw), intent(out) ssa_cld,
real(kind_phys), dimension(ncol,nlay,nbandssw), intent(out) asy_cld,
real(kind_phys), dimension(ncol,nlay,nbandssw), intent(out) tau_precip,
real(kind_phys), dimension(ncol,nlay,nbandssw), intent(out) ssa_precip,
real(kind_phys), dimension(ncol,nlay,nbandssw), intent(out) asy_precip )

Definition at line 2049 of file rrtmg_sw_cloud_optics.F90.