Changeset 341 in lmdz_wrf for trunk/tools/drawing_tools.py
- Timestamp:
- Mar 6, 2015, 12:54:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r328 r341 9 9 import os 10 10 from netCDF4 import Dataset as NetCDFFile 11 import nc_var_tools as ncvar 11 12 12 13 errormsg = 'ERROR -- error -- ERROR -- error' … … 1490 1491 1491 1492 potinterval = np.log10(interval) 1492 1493 print 'LLuis minv, maxv:',minv,maxv,'potinterval:',potinterval 1493 1494 Ipotint = int(potinterval) 1494 1495 intvalue = np.float(interval / np.float(Nint))
Note: See TracChangeset
for help on using the changeset viewer.