Ignore:
Timestamp:
Apr 14, 2025, 4:04:42 PM (3 months ago)
Author:
emillour
Message:

Generic PCM:
Change default CO2 ice aerosol properties file from old "optprop_co2_vis_ff.dat"
to "optprop_co2ice_vis_n50.dat". Keep possibility for now to still used old file
by seting "forgetit=.true." in suaer_corrk.F90
EM+MT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/suaer_corrk.F90

    r3713 r3723  
    140140      do iaer=1,naerkind
    141141       if (iaer.eq.iaero_co2) then
    142         forgetit=.true.
     142        forgetit=.false.
    143143          if (.not.noaero) then
    144144              print*, 'naerkind= co2', iaer
Note: See TracChangeset for help on using the changeset viewer.