Ignore:
Timestamp:
Sep 21, 2021, 1:55:55 PM (3 years ago)
Author:
emillour
Message:

Mars GCM:
Improve wstats: the callstats flag is now embedded within wstats and checked
internaly so no need to have some "if (callstats)" conditions around calls
to wstats anymore.
In addition: wstats now looks for an (optional) stats.def file in the
directory where the GCM is run to know which variable should be included
in the stats.nc file. The stats.def ASCII file should simply contain
one variable name per line, in the same way as the diagfi.def file for
diagfi outputs. If there is no stats.def file then all variables sent to
wstats will be in the stats.nc file (which matches the behaviour prior to
this improvement).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2562 r2563  
    34463446== 07/09/2021 == EM
    34473447Some code cleanup and refactoring around wstats:
    3448 - turn wstats.F90�in a module
     3448- turn wstats.F90 into a module
    34493449- remove no useless statto_mod.F90
    34503450- incorporate auxilliary inistats and mkstats routines in wstats_mod.F90
     
    34653465 - add tracers ccnco2_h2o_mass_ice, ccnco2_h2o_mass_ccn, ccnco2_h2o_number in place of mem_Nccn_co2, mem_Qccn_co2
    34663466 - modification of updaterice_microco2 to take into account water ice as CN and not only dust as CN
     3467 
     3468== 20/09/2021 == EM
     3469Improve wstats: the callstats flag is now embedded within wstats and checked
     3470internaly so no need to have some "if (callstats)" conditions around calls
     3471to wstats anymore.
     3472In addition: wstats now looks for an (optional) stats.def file in the
     3473directory where the GCM is run to know which variable should be included
     3474in the stats.nc file. The stats.def ASCII file should simply contain
     3475one variable name per line, in the same way as the diagfi.def file for
     3476diagfi outputs. If there is no stats.def file then all variables sent to
     3477wstats will be in the stats.nc file (which matches the behaviour prior to
     3478this improvement).
Note: See TracChangeset for help on using the changeset viewer.