Changeset 5660 for LMDZ6/trunk/libf
- Timestamp:
- May 19, 2025, 3:20:45 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/ecrad/radiation/radiation_tripleclouds_lw.F90
r4946 r5660 230 230 ! -------------------------------------------------------- 231 231 232 if (.not. config%do_lw_aerosol_scattering) then 232 if (.not. config%use_aerosols & 233 .or. .not. config%do_lw_aerosol_scattering) then 233 234 ! No scattering in clear-sky flux calculation; note that here 234 235 ! the first two dimensions of the input arrays are unpacked
Note: See TracChangeset
for help on using the changeset viewer.