Changeset 1648 in lmdz_wrf
- Timestamp:
- Sep 12, 2017, 8:22:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1605 r1648 4281 4281 quit(-1) 4282 4282 4283 # Getting the right lon values for plotting 4284 if mapv is not None: 4285 dimxv = np.where(dimxv > 180., dimxv-360., dimxv) 4286 4283 4287 # Axis ticks 4284 4288 # Usually axis > x must be the lon, thus...
Note: See TracChangeset
for help on using the changeset viewer.