Changeset 2141 in lmdz_wrf
- Timestamp:
- Sep 14, 2018, 5:57:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/diagnostics.py ¶
r2140 r2141 49 49 # timeoverthres: When a given variable [varname] overpass a given [value]. Being [CFvarn] the name of the diagnostics in 50 50 # variables_values.dat 51 # timemax ([varname], time). When a given variable [varname] got its maximum 51 52 52 53 from optparse import OptionParser … … 88 89 availdiags = ['ACRAINTOT', 'accum', 'clt', 'cllmh', 'convini', 'deaccum', 'fog_K84', \ 89 90 'fog_RUC', 'LMDZrh', 'mslp', 'OMEGAw', 'RAINTOT', \ 90 'rvors', 'td', 'time overthres', 'turbulence', 'uavaFROMwswd', 'WRFcape_afwa',\91 'WRFc livi', 'WRFclwvi', 'WRF_denszint', 'WRFgeop',\91 'rvors', 'td', 'timemax', 'timeoverthres', 'turbulence', 'uavaFROMwswd', \ 92 'WRFcape_afwa', 'WRFclivi', 'WRFclwvi', 'WRF_denszint', 'WRFgeop', \ 92 93 'WRFmrso', 'WRFpotevap_orPM', 'WRFp', 'WRFpsl_ecmwf', \ 93 94 'WRFpsl_ptarget', 'WRFrvors', 'WRFslw', 'ws', 'wds', 'wss', 'WRFheight', \
Note: See TracChangeset
for help on using the changeset viewer.