Changeset 666 in lmdz_wrf
- Timestamp:
- Jan 13, 2016, 3:47:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r662 r666 40 40 'TimeSplitmat', 'timemean', 'valmod', 'valmod_dim','varaddattrk', 'varaddattr', \ 41 41 'varaddref', \ 42 'var_creation', 'varout', 'varoutold', 'varrmattr', 'varrm', ' vrattr',\43 ' WRF_d0Nref',\42 'var_creation', 'varout', 'varoutold', 'varrmattr', 'varrm', 'VarVal_FillValue', \ 43 'vrattr', 'WRF_d0Nref', \ 44 44 'WRF_CFlonlat_creation', 'WRF_CFtime_creation', 'WRF_CFxtime_creation', \ 45 45 'list_operations'] … … 255 255 elif oper == 'varrm': 256 256 ncvar.varrm(opts.ncfile, opts.varname) 257 elif oper == 'VarVal_FillValue': 258 ncvar.VarVal_FillValue(opts.values, opts.ncfile, opts.varname) 257 259 elif oper == 'vrattr': 258 260 ncvar.vrattr(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset
for help on using the changeset viewer.