Changeset 2827 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Apr 29, 2020, 3:28:01 PM (5 years ago)
Author:
lfita
Message:

Adding example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var.py

    r2826 r2827  
    7878## 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
    7979## 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
    8082
    8183from optparse import OptionParser
Note: See TracChangeset for help on using the changeset viewer.