Ignore:
Timestamp:
Nov 30, 2011, 7:36:50 PM (13 years ago)
Author:
aslmd
Message:

GRAPHICS: solved two problems of indentation in the two previous commits. moved the modification of indextime in the right place. other purely cosmetic changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myplot.py

    r432 r434  
    4141    elif hasattr(nc,'START_DATE'):
    4242      if '9999' in getattr(nc,'START_DATE') :  typefile = 'mesoideal'
    43     elif 'vert' in nc.variables:               typefile = 'mesoapi'
    44     elif 'U' in nc.variables:                  typefile = 'meso'
     43      elif 'vert' in nc.variables:             typefile = 'mesoapi'
     44      elif 'U' in nc.variables:                typefile = 'meso'
    4545    elif 'HGT_M' in nc.variables:              typefile = 'geo'
    4646    #else:                            errormess("whatkindfile: typefile not supported.")
Note: See TracChangeset for help on using the changeset viewer.