Ignore:
Timestamp:
May 5, 2023, 9:13:28 AM (20 months ago)
Author:
emillour
Message:

Generic PCM:
Fix a buggy behavior concerning H2O aerosol variance; aeroptproperties is not
designed to handle aerosol variance which is not constant, whereas h2o_reffrad
returns a variance which varies (between 0.09 and 0.13) with location and time.
Revert to a simpler setup where the H2O aerosol variance is uniform and set by
the user (nueff_iaero_h2o flag in callphys.def; default value 0.1)
Also added some "intent()" in optci arguments and increased length of string
to store varaible name in writediagfi.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r2954 r2957  
    17921792While at it also moved "Nmix_co2" and "radfixed" from callkeys_mod to radii_mod
    17931793since they are only used in that module.
     1794
     1795== 05/05/2023 == EM
     1796Fix a buggy behavior concerning H2O aerosol variance; aeroptproperties is not
     1797designed to handle aerosol variance which is not constant, whereas h2o_reffrad
     1798returns a variance which varies (between 0.09 and 0.13) with location and time.
     1799Revert to a simpler setup where the H2O aerosol variance is uniform and set by
     1800the user (nueff_iaero_h2o flag in callphys.def; default value 0.1)
     1801Also added some "intent()" in optci arguments and increased length of string
     1802to store varaible name in writediagfi.
Note: See TracChangeset for help on using the changeset viewer.