- Timestamp:
- Jun 16, 2016, 7:00:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r847 r848 66 66 # lonlatProj: Function to compute longitudes and latitudes for a given projection following subroutine calc_resolution_in from ORCHIDEE/src_global/module_InterpWeight 67 67 # maskvar: Function to mask a variable using a mask. It is assumed that mask[...,dimM,dimJ,dimK] and var[...,dimM,dimJ,dimK] share the last dimensions 68 # ModelCharacteristics: Class object to determine major characterisitcs of a given model output 68 # ModelChar: Class object to determine major characterisitcs of a given model output 69 # model_characteristics: Functino to provide major characterisitcs of a given model output 69 70 # ncreplace: Function to replace something from a netCDF file 70 71 # ncstepdiff: Function to compute differencies between time-steps (deacumulate) a netCDF file … … 15233 15234 15234 15235 def model_characteristics(values, ncfile): 15235 """ Class object to determine major characterisitcs of a given model output15236 """ Functino to provide major characterisitcs of a given model output 15236 15237 values= [model] 15237 15238 model: name of the model
Note: See TracChangeset
for help on using the changeset viewer.