Changeset 1414 in lmdz_wrf for trunk/tools
- Timestamp:
- Jan 18, 2017, 8:03:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1409 r1414 38 38 # Variable name might come with a statistical surname... 39 39 statsurname=['min','max','mean','std', 'sum', 'turb', 'var'] 40 41 # masked array (for type tests) 42 mamat = ma.masked_equal([0,1],1) 40 43 41 44 ####### Content
Note: See TracChangeset
for help on using the changeset viewer.