Changeset 1428 in lmdz_wrf
- Timestamp:
- Jan 20, 2017, 12:41:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r1406 r1428 104 104 # maskvar: Function to mask a variable using a mask. It is assumed that mask[...,dimM,dimJ,dimK] and 105 105 # model_characteristics: Function to provide major characterisitcs of a given model output 106 # mthDYNAMICO_toCF: Function to pass a mthDYNAMICO original file to CF-conventions 106 107 # ncreplace: Function to replace something from a netCDF file 107 108 # ncstepdiff: Function to compute differencies between time-steps (deacumulate) a netCDF file … … 171 172 'grmattr', 'idims', 'igattrs', 'increaseDimvar', 'isgattrs', \ 172 173 'isvattrs', 'ivars', 'ivattrs', 'LMDZ_toCF', 'maskvar', 'model_characteristics', \ 173 'ncreplace', 'ncstepdiff', 'netcdf_concatenation', 'netcdf_fold_concatenation', \ 174 'mthDYNAMICO_toCF', 'ncreplace', 'ncstepdiff', 'netcdf_concatenation', \ 175 'netcdf_fold_concatenation', \ 174 176 'netcdf_fold_concatenation_HMT', 'reproject', 'Partialmap_Entiremap', \ 175 177 'Partialmap_EntiremapFor', 'Partialmap_EntiremapForExact', \ … … 374 376 elif oper == 'model_characteristics': 375 377 ncvar.model_characteristics(opts.values, opts.ncfile) 378 elif oper == 'mthDYNAMICO_toCF': 379 ncvar.mthDYNAMICO_toCF(opts.values, opts.ncfile) 376 380 elif oper == 'ncreplace': 377 381 ncvar.ncreplace(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset
for help on using the changeset viewer.