Changeset 422 in lmdz_wrf for trunk/tools/drawing_tools.py


Ignore:
Timestamp:
May 20, 2015, 2:51:48 PM (10 years ago)
Author:
lfita
Message:

Changing title and dx,dy dimensions on 'plot_Trajectories'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r399 r422  
    28172817            lats = olat[:,:]
    28182818        else:
    2819             print errormsg
    2820             print '  ' + fname + ': shapes of lon/lat objects', olon.shape,          \
    2821               'not ready!!!'
     2819            dx = olon.shape
     2820            dy = olat.shape
     2821#            print errormsg
     2822#            print '  ' + fname + ': shapes of lon/lat objects', olon.shape,          \
     2823#              'not ready!!!'
    28222824
    28232825        for il in range(Ntraj):
     
    28442846            dy = olon.shape[0]
    28452847        else:
    2846             print errormsg
    2847             print '  ' + fname + ': shapes of lon/lat objects', olon.shape,          \
    2848               'not ready!!!'
     2848            dx = olon.shape
     2849            dy = olat.shape
     2850#            print errormsg
     2851#            print '  ' + fname + ': shapes of lon/lat objects', olon.shape,          \
     2852#              'not ready!!!'
    28492853
    28502854        if lonlatLims is not None:
Note: See TracChangeset for help on using the changeset viewer.