Changeset 2141 in lmdz_wrf


Ignore:
Timestamp:
Sep 14, 2018, 5:57:51 PM (7 years ago)
Author:
lfita
Message:

Full adding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/diagnostics.py

    r2140 r2141  
    4949# timeoverthres: When a given variable [varname] overpass a given [value]. Being [CFvarn] the name of the diagnostics in
    5050#   variables_values.dat
     51# timemax ([varname], time). When a given variable [varname] got its maximum
    5152
    5253from optparse import OptionParser
     
    8889availdiags = ['ACRAINTOT', 'accum', 'clt', 'cllmh', 'convini', 'deaccum', 'fog_K84', \
    8990  'fog_RUC', 'LMDZrh', 'mslp', 'OMEGAw', 'RAINTOT',                                  \
    90   'rvors', 'td', 'timeoverthres', 'turbulence', 'uavaFROMwswd', 'WRFcape_afwa',      \
    91   'WRFclivi', 'WRFclwvi', 'WRF_denszint', 'WRFgeop',                                 \
     91  'rvors', 'td', 'timemax', 'timeoverthres', 'turbulence', 'uavaFROMwswd',           \
     92  'WRFcape_afwa', 'WRFclivi', 'WRFclwvi', 'WRF_denszint', 'WRFgeop',                 \
    9293  'WRFmrso', 'WRFpotevap_orPM', 'WRFp', 'WRFpsl_ecmwf',                              \
    9394  'WRFpsl_ptarget', 'WRFrvors', 'WRFslw', 'ws', 'wds', 'wss', 'WRFheight',           \
Note: See TracChangeset for help on using the changeset viewer.