- Timestamp:
- Sep 18, 2015, 12:17:54 PM (9 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r576 r632 28 28 'fdimadd', 'fgaddattr', 'field_stats', 'file_creation', 'file_oper_alongdims', \ 29 29 'filter_2dim', \ 30 'flipdim', 'fvaradd', 'gaddattrk', 'gaddattr', 'get_namelist_vars', 'grattr', \ 30 'flipdim', 'fvaradd', 'gaddattrk', 'gaddattr', 'get_namelist_vars', \ 31 'getvalues_lonlat', 'grattr', \ 31 32 'grmattr', 'igattrs', 'increaseDimvar', 'isgattrs', 'isvattrs', 'ivars', 'ivattrs',\ 32 33 'maskvar', \ … … 163 164 elif oper == 'get_namelist_vars': 164 165 ncvar.get_namelist_vars(opts.values, opts.ncfile) 166 elif oper == 'getvalues_lonlat': 167 ncvar.getvalues_lonlat(opts.values, opts.ncfile) 165 168 elif oper == 'grattr': 166 169 ncvar.grattr(opts.values, opts.ncfile) -
trunk/tools/nc_var_tools.py
r631 r632 16205 16205 # [radii]: length in grid points of the radius 16206 16206 16207 compute_tevolboxtraj_radialsec('/bdd/PCER/workspace/lfita/etudes/FF/medic051215_2km/run/trajectory_shorten.dat@0,XLONG,XLAT,ZNU,Times,wrf,4,2', \16208 '/bdd/PCER/workspace/lfita/etudes/FF/medic051215_2km/run/wrfout/wrfout_d02_2005-12-13_00:00:00', 'QVAPOR')16209 quit()16207 #compute_tevolboxtraj_radialsec('/bdd/PCER/workspace/lfita/etudes/FF/medic051215_2km/run/trajectory_shorten.dat@0,XLONG,XLAT,ZNU,Times,wrf,4,2', \ 16208 # '/bdd/PCER/workspace/lfita/etudes/FF/medic051215_2km/run/wrfout/wrfout_d02_2005-12-13_00:00:00', 'QVAPOR') 16209 #quit() 16210 16210 16211 16211
Note: See TracChangeset
for help on using the changeset viewer.