Changeset 3723 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Apr 14, 2025, 4:04:42 PM (2 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

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r3717 r3723  
    20602060(scalar, 1D array for surface, 2D for volume) to infer which type of field to
    20612061output, one must provide it the sough array (and not just its first element).
     2062
     2063== 14/04/2025 == EM+MT
     2064Change default CO2 ice aerosol properties file from old "optprop_co2_vis_ff.dat"
     2065to "optprop_co2ice_vis_n50.dat". Kee possibility for now to still used old file
     2066by seting "forgetit=.true." in suaer_corrk.F90
     2067
  • 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.