Changeset 3683 for trunk/LMDZ.PLUTO/libf/phypluto/optcv_pluto_mod.F90
- Timestamp:
- Mar 14, 2025, 2:28:44 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/optcv_pluto_mod.F90
r3329 r3683 138 138 end do 139 139 140 ! we ignore K=1... hope this is ok...140 ! We ignore K = 1... Hope this is ok... 141 141 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 142 147 143 148 do NW=1,L_NSPECTV
Note: See TracChangeset
for help on using the changeset viewer.