Changeset 1324 in lmdz_wrf
- Timestamp:
- Nov 11, 2016, 8:47:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1323 r1324 10369 10369 10370 10370 # We prefer lines of figures rather than columns 10371 if Ncol == 1 and Nrow > 1:10371 if dist == 'sqr' and (Ncol == 1 and Nrow > 1): 10372 10372 vc = Ncol 10373 10373 vr = Nrow
Note: See TracChangeset
for help on using the changeset viewer.