Changeset 3723 for trunk/LMDZ.GENERIC
- Timestamp:
- Apr 14, 2025, 4:04:42 PM (2 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r3717 r3723 2060 2060 (scalar, 1D array for surface, 2D for volume) to infer which type of field to 2061 2061 output, one must provide it the sough array (and not just its first element). 2062 2063 == 14/04/2025 == EM+MT 2064 Change default CO2 ice aerosol properties file from old "optprop_co2_vis_ff.dat" 2065 to "optprop_co2ice_vis_n50.dat". Kee possibility for now to still used old file 2066 by seting "forgetit=.true." in suaer_corrk.F90 2067 -
trunk/LMDZ.GENERIC/libf/phystd/suaer_corrk.F90
r3713 r3723 140 140 do iaer=1,naerkind 141 141 if (iaer.eq.iaero_co2) then 142 forgetit=. true.142 forgetit=.false. 143 143 if (.not.noaero) then 144 144 print*, 'naerkind= co2', iaer
Note: See TracChangeset
for help on using the changeset viewer.