Changeset 576 in lmdz_wrf for trunk/tools
- Timestamp:
- Jul 7, 2015, 11:56:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r533 r576 23 23 'compute_opervaralltime', 'compute_opervartimes', 'compute_tevolboxtraj', \ 24 24 'DatesFiles', \ 25 'DataSetSection', 'DataSetSection_multidims', 'dimToUnlimited', 'dimVar_creation', \ 26 'fattradd', \ 25 'DataSetSection', 'DataSetSection_multidims', 'DataSetSection_multivars', \ 26 'dimToUnlimited', 'dimVar_creation', \ 27 'fattradd', \ 27 28 'fdimadd', 'fgaddattr', 'field_stats', 'file_creation', 'file_oper_alongdims', \ 28 29 'filter_2dim', \ … … 130 131 elif oper == 'DataSetSection_multidims': 131 132 ncvar.DataSetSection_multidims(opts.values, opts.ncfile) 133 elif oper == 'DataSetSection_multivars': 134 ncvar.DataSetSection_multivars(opts.values, opts.ncfile, opts.varname) 132 135 elif oper == 'DatesFiles': 133 136 ncvar.DatesFiles(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset
for help on using the changeset viewer.