Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion radiation/radiation_tripleclouds_lw.F90
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ subroutine solver_tripleclouds_lw(nlev,istartcol,iendcol, &
! Section 3: Clear-sky calculation
! --------------------------------------------------------

if (.not. config%do_lw_aerosol_scattering) then
if (.not. config%use_aerosols &
.or. .not. config%do_lw_aerosol_scattering) then
! No scattering in clear-sky flux calculation; note that here
! the first two dimensions of the input arrays are unpacked
! into vectors inside the routine
Expand Down