Changeset 237 for trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib
- Timestamp:
- Jul 20, 2011, 4:11:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/myplot.py
r233 r237 165 165 from numpy import array 166 166 nc = Dataset(namefile) 167 zetime = None 167 168 if 'Times' in nc.variables: 168 169 zetime = nc.variables['Times'][0] … … 476 477 "HFX": "%.0f",\ 477 478 "ICETOT": "%.1e",\ 479 "TAU_ICE": "%.2f",\ 478 480 } 479 481 if whichvar not in fmtvar: … … 492 494 "HFX": "RdYlBu",\ 493 495 "ICETOT": "YlGnBu",\ 496 "TAU_ICE": "YlGnBu",\ 494 497 } 495 498 if whichone not in whichcolorb:
Note: See TracChangeset
for help on using the changeset viewer.