Ignore:
Timestamp:
May 5, 2023, 2:23:32 PM (20 months ago)
Author:
emillour
Message:

Generic PCM:
Upgrade wstats following the Mars PCM one. It is now a module and there no
longer needs to have if (callstats) around a call to wstats as it managed
internally in the wstats routine.
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.GENERIC/README

    r2957 r2958  
    18011801Also added some "intent()" in optci arguments and increased length of string
    18021802to store varaible name in writediagfi.
     1803
     1804== 05/05/2023 == EM
     1805Upgrade wstats following the Mars PCM one. It is now a module and there no
     1806longer needs to have if (callstats) around a call to wstats as it managed
     1807internally in the wstats routine.
     1808In addition: wstats now looks for an (optional) stats.def file in the
     1809directory where the GCM is run to know which variable should be included
     1810in the stats.nc file. The stats.def ASCII file should simply contain
     1811one variable name per line, in the same way as the diagfi.def file for
     1812diagfi outputs. If there is no stats.def file then all variables sent to
     1813wstats will be in the stats.nc file (which matches the behaviour prior to
     1814this improvement).
Note: See TracChangeset for help on using the changeset viewer.