Changeset 1521 in lmdz_wrf
- Timestamp:
- Apr 12, 2017, 1:14:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1518 r1521 3951 3951 fname = 'plot_topo_geogrid' 3952 3952 3953 if varv == 'h':3953 if type(varv) == type('S') and varv == 'h': 3954 3954 print fname + '_____________________________________________________________' 3955 3955 print plot_topo_geogrid.__doc__
Note: See TracChangeset
for help on using the changeset viewer.