Changeset 199 for trunk/MESOSCALE/PLOT/PYTHON/mylib
- Timestamp:
- Jul 5, 2011, 4:18:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/PLOT/PYTHON/mylib/myplot.py
r197 r199 44 44 from timestuff import sol2ls 45 45 nc = Dataset(namefile) 46 if 'Times' in nc.variables :46 if 'Times' in nc.variables and 'vert' not in nc.variables: 47 47 zetime = nc.variables['Times'][0] 48 48 zetimestart = getattr(nc, 'START_DATE')
Note: See TracChangeset
for help on using the changeset viewer.