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