Changeset 254 for trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/myplot.py
- Timestamp:
- Aug 2, 2011, 4:28:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/myplot.py
r252 r254 21 21 def whatkindfile (nc): 22 22 if 'controle' in nc.variables: typefile = 'gcm' 23 elif 'phisinit' in nc.variables: typefile = 'gcmex' 23 24 elif 'vert' in nc.variables: typefile = 'mesoapi' 24 25 elif 'U' in nc.variables: typefile = 'meso' … … 259 260 lon2d = dumpbdy(lon2d,6) 260 261 lat2d = dumpbdy(lat2d,6) 261 elif typefile in ['gcm' ]:262 elif typefile in ['gcm','gcmex']: 262 263 [lon2d,lat2d] = getcoord2d(nc,nlat="latitude",nlon="longitude",is1d=True) 263 264 elif typefile in ['geo']:
Note: See TracChangeset
for help on using the changeset viewer.