Changeset 1732 in lmdz_wrf
- Timestamp:
- Dec 16, 2017, 5:57:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r1627 r1732 124 124 # netcdf_fold_concatenation_HMT: Function to concatenate netCDF files in a given folder for a given set of variables 125 125 # giving Header, Middle, Tail for the name files 126 # reconstruct_matrix_from_vector: Function to reconstruct a 2D matrix from a pair of syncronized vectors with the positions on x and y coordinates 126 127 # reproject: Function to reproject values to another one 127 128 # rm_FillValue: Operation to remove the _FillValue from a variable inside a netCDF file … … 191 192 'netcdf_fold_concatenation_HMT', 'reproject', 'Partialmap_Entiremap', \ 192 193 'Partialmap_EntiremapFor', 'Partialmap_EntiremapForExact', \ 193 'pinterp', 're mapnn', 'rm_FillValue',\194 'pinterp', 'reconstruct_matrix_from_vector', 'remapnn', 'rm_FillValue', \ 194 195 'seasmean', 'sellonlatbox', 'sellonlatlevbox', 'selvar', 'setvar_asciivalues', \ 195 196 'setvar_nc', 'sorttimesmat', 'spacemean', 'SpatialWeightedMean', \ … … 421 422 elif oper == 'Partialmap_EntiremapForExact': 422 423 ncvar.Partialmap_EntiremapForExact(opts.values, opts.ncfile, opts.varname) 424 elif oper == 'reconstruct_matrix_from_vector': 425 ncvar.reproject(opts.values, opts.ncfile, opts.varname) 423 426 elif oper == 'reproject': 424 427 ncvar.reproject(opts.values, opts.ncfile, opts.varname)
Note: See TracChangeset
for help on using the changeset viewer.