Changeset 1419 in lmdz_wrf for trunk/tools
- Timestamp:
- Jan 19, 2017, 10:35:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.py
r1413 r1419 1712 1712 diagout = np.zeros(tuple(var0.shape), dtype=np.float) 1713 1713 for iz in range(dimz): 1714 diagout[:,iz,:,:] = var0[:,iz,:,:]+ var1[:,iz,:,:]/grav - var21714 diagout[:,iz,:,:] = (var0[:,iz,:,:]+ var1[:,iz,:,:])/grav - var2 1715 1715 1716 1716 # Removing the nonChecking variable-dimensions from the initial list
Note: See TracChangeset
for help on using the changeset viewer.