Changeset 475 in lmdz_wrf


Ignore:
Timestamp:
Jun 11, 2015, 4:46:39 PM (10 years ago)
Author:
lfita
Message:

Adding some debug prints...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r474 r475  
    43984398    fname = 'dxdy_lonlat'
    43994399
     4400    print 'Lluis which dimensions x:',ddx,'y:',ddy
     4401
    44004402    if ddx.find(',') > -1:
    44014403        dxk = 2
     
    44434445        slicey.append(slice(0,len(dyv)))
    44444446
    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)
    44474450
    44484451    if dxk == 2 and dyk == 2:
Note: See TracChangeset for help on using the changeset viewer.