Changeset 2119 in lmdz_wrf
- Timestamp:
- Aug 31, 2018, 12:28:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2118 r2119 6568 6568 dyn = np.min([np.min(varvv[il]),dyn]) 6569 6569 dyx = np.max([np.max(varvv[il]),dyx]) 6570 print ' ' + linesn0[il], 'shape:', varvv[il].shape6570 if linesn0 is not None: print ' ' + linesn0[il], 'shape:', varvv[il].shape 6571 6571 il = il + 1 6572 6572
Note: See TracChangeset
for help on using the changeset viewer.