Changeset 965 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 28, 2016, 5:31:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r905 r965 35 35 'filter_2dim', \ 36 36 'flipdim', 'fvaradd', 'gaddattrk', 'gaddattr', 'get_attribute', \ 37 'get_namelist_vars', 37 'get_namelist_vars', 'get_Variables', \ 38 38 'getvalues_lonlat', 'grattr', \ 39 39 'grmattr', 'idims', 'igattrs', 'increaseDimvar', 'isgattrs', 'isvattrs', 'ivars', \ … … 179 179 elif oper == 'get_namelist_vars': 180 180 ncvar.get_namelist_vars(opts.values, opts.ncfile) 181 elif oper == 'get_Variables': 182 ncvar.get_Variables(opts.values, opts.ncfile) 181 183 elif oper == 'getvalues_lonlat': 182 184 ncvar.getvalues_lonlat(opts.values, opts.ncfile)
Note: See TracChangeset
for help on using the changeset viewer.