Changeset 2207 in lmdz_wrf
- Timestamp:
- Oct 31, 2018, 4:08:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.py
r2206 r2207 718 718 for j in range(var0.shape[2]): 719 719 for i in range(var0.shape[3]): 720 print var0[:,0,j,i]*var1[:,0]721 720 diagout[:,j,i] = var0[:,0,j,i]*var1[:,0] 722 721
Note: See TracChangeset
for help on using the changeset viewer.