Ignore:
Timestamp:
Jul 20, 2011, 4:11:27 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: small adjustments to graphical Python routines (to make nice cloud plots)

File:
1 edited

Legend:

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

    r233 r237  
    165165    from numpy import array
    166166    nc  = Dataset(namefile)
     167    zetime = None
    167168    if 'Times' in nc.variables:
    168169        zetime = nc.variables['Times'][0]
     
    476477             "HFX":          "%.0f",\
    477478             "ICETOT":       "%.1e",\
     479             "TAU_ICE":      "%.2f",\
    478480                    }
    479481    if whichvar not in fmtvar:
     
    492494             "HFX":          "RdYlBu",\
    493495             "ICETOT":       "YlGnBu",\
     496             "TAU_ICE":      "YlGnBu",\
    494497                     }
    495498    if whichone not in whichcolorb:
Note: See TracChangeset for help on using the changeset viewer.