Ignore:
Timestamp:
Mar 14, 2025, 2:28:44 PM (5 months ago)
Author:
debatzbr
Message:

Solves random variations of the SW heating at the model top
BBT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/optcv_pluto_mod.F90

    r3329 r3683  
    138138  end do
    139139
    140 !     we ignore K=1... hope this is ok...
     140  ! We ignore K = 1... Hope this is ok...
    141141  do K=2,L_LEVELS
     142
     143     ! JL18: It seems to be good to have aerosols in the first "radiative layer" of the gcm in the IR
     144     ! but visible does not handle very well diffusion in first layer.
     145     ! This solves random variations of the sw heating at the model top.
     146     if (K < 3) TAEROS(K,:,:) = 0.0
    142147
    143148     do NW=1,L_NSPECTV
Note: See TracChangeset for help on using the changeset viewer.