Changeset 1733 in lmdz_wrf
- Timestamp:
- Dec 16, 2017, 7:06:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r1732 r1733 17 17 ## e.g. # nc_var.py -o setvar_asciivalues -S 'nombres_zonas.dat' -f SouthAm_Climzones.nc -v regionn 18 18 ## e.g. # nc_var.py -o WRF_to_newCF -f wrfout_d01_1995-01-01_00\:00\:00 -S 'XLONG:XLAT:Times:19491201000000:minutes' -v QVAPOR,T2,Q2 19 ## e.g. # nc_var.py -o reconstruct_matrix_from_vector -f cruncep_halfdeg_1958.nc -S 'nav_lon:nav_lat:-90.:-7.:-67.:15.:latlon:0.05' -v all 20 19 21 20 22 ## e.g. ccrc468-17 # ./nc_var.py -v time -f 123/CCRC_NARCliM_Sydney_All_1990-1999_pr10max.nc -o out -S 1:-1 … … 423 425 ncvar.Partialmap_EntiremapForExact(opts.values, opts.ncfile, opts.varname) 424 426 elif oper == 'reconstruct_matrix_from_vector': 425 ncvar.re project(opts.values, opts.ncfile, opts.varname)427 ncvar.reconstruct_matrix_from_vector(opts.values, opts.ncfile, opts.varname) 426 428 elif oper == 'reproject': 427 429 ncvar.reproject(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset
for help on using the changeset viewer.