Changeset 475 in lmdz_wrf
- Timestamp:
- Jun 11, 2015, 4:46:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r474 r475 4398 4398 fname = 'dxdy_lonlat' 4399 4399 4400 print 'Lluis which dimensions x:',ddx,'y:',ddy 4401 4400 4402 if ddx.find(',') > -1: 4401 4403 dxk = 2 … … 4443 4445 slicey.append(slice(0,len(dyv))) 4444 4446 4445 # print ' ' + fname + ' Lluis shapes dxv:',dxv.shape,'dyv:',dyv.shape 4446 # print ' ' + fname + ' Lluis slicex:',slicex,'slicey:',slicey 4447 print ' ' + fname + ' Lluis shapes dxv:',dxv.shape,'dyv:',dyv.shape 4448 print ' ' + fname + ' Lluis slicex:',slicex,'slicey:',slicey 4449 print ' final shapes x:',len(dxv.shape)-len(ddx),'y:',len(dyv.shape)-len(ddy) 4447 4450 4448 4451 if dxk == 2 and dyk == 2:
Note: See TracChangeset
for help on using the changeset viewer.