Changeset 1792 in lmdz_wrf
- Timestamp:
- Mar 2, 2018, 12:40:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1791 r1792 6491 6491 dyn = np.min([np.min(varvv[il]),dyn]) 6492 6492 dyx = np.max([np.max(varvv[il]),dyx]) 6493 print ' ' + linesn0[il], 'shape:', varvv .shape6493 print ' ' + linesn0[il], 'shape:', varvv[il].shape 6494 6494 il = il + 1 6495 6495
Note: See TracChangeset
for help on using the changeset viewer.