Changeset 2827 in lmdz_wrf for trunk/tools
- Timestamp:
- Apr 29, 2020, 3:28:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r2826 r2827 78 78 ## e.g. # nc_var.py -o CFfile_fixTime -f tasmin_Amon_BNU-ESM_historical_r1i1p1_185001-200512_lonlatbox.nc -S 'setCalendar;setRefDate,19491201000000' -v time 79 79 ## e.g. # nc_var.py -o fill_varNCfile -S 'random,0.,10.' -f CFtest.nc -v tas 80 ## e.g. # python nc_var.py -o statcompare_files -f '/home/lluis/PY/wrfout_d01_1995-01-01_00:00:00,/home/lluis/PY/wrfout_d01_1995-01-01_00:00:00' -S 'diffstats,None,yes' -v 'T2,U10,QVAPOR:T2,U10,QVAPOR' 81 80 82 81 83 from optparse import OptionParser
Note: See TracChangeset
for help on using the changeset viewer.