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

◆ inc_2stream_by_2stream_bybnd()

pure subroutine mo_optical_props_kernels::inc_2stream_by_2stream_bybnd ( integer, intent(in) ncol,
integer, intent(in) nlay,
integer, intent(in) ngpt,
real(wp), dimension(ncol,nlay,ngpt), intent(inout) tau1,
real(wp), dimension(ncol,nlay,ngpt), intent(inout) ssa1,
real(wp), dimension(ncol,nlay,ngpt), intent(inout) g1,
real(wp), dimension(ncol,nlay,nbnd), intent(in) tau2,
real(wp), dimension(ncol,nlay,nbnd), intent(in) ssa2,
real(wp), dimension(ncol,nlay,nbnd), intent(in) g2,
integer, intent(in) nbnd,
integer, dimension(2,nbnd), intent(in) gpt_lims )