Changeset 1234 in lmdz_wrf for trunk/tools
- Timestamp:
- Oct 26, 2016, 3:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1233 r1234 6931 6931 6932 6932 # List of operations which need to be started with a matrix of zeros 6933 opinizero = ['add', ' sub']6933 opinizero = ['add', 'centerderiv', 'forwrdderiv', 'sub'] 6934 6934 # List of operations which need to be started with a matrix of ones 6935 6935 opinione = ['mul', 'div', 'pot']
Note: See TracChangeset
for help on using the changeset viewer.