Ignore:
Timestamp:
Jul 5, 2011, 4:18:57 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: python graphics. autoscale + bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/PLOT/PYTHON/mylib/myplot.py

    r197 r199  
    4444    from timestuff import sol2ls
    4545    nc  = Dataset(namefile)
    46     if 'Times' in nc.variables:
     46    if 'Times' in nc.variables and 'vert' not in nc.variables:
    4747        zetime = nc.variables['Times'][0]
    4848        zetimestart = getattr(nc, 'START_DATE')
Note: See TracChangeset for help on using the changeset viewer.