Changeset 5660 for LMDZ6/trunk/libf


Ignore:
Timestamp:
May 19, 2025, 3:20:45 PM (3 weeks ago)
Author:
lguez
Message:

Check use_aerosols with lw_aerosol_scattering

This is commit 47665949 in our ECRad fork, pull request #33 in
official ECRad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/ecrad/radiation/radiation_tripleclouds_lw.F90

    r4946 r5660  
    230230      ! --------------------------------------------------------
    231231
    232       if (.not. config%do_lw_aerosol_scattering) then
     232      if (.not. config%use_aerosols &
     233           .or. .not. config%do_lw_aerosol_scattering) then
    233234        ! No scattering in clear-sky flux calculation; note that here
    234235        ! the first two dimensions of the input arrays are unpacked
Note: See TracChangeset for help on using the changeset viewer.