Ignore:
Timestamp:
Jul 29, 2011, 3:47:26 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor bug fixes in execution script and graphical python routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/winds.py

    r244 r247  
    150150               if not tile:
    151151                   if not hole: what_I_plot = bounds(what_I_plot,zevmin,zevmax)
    152                    zelevels = np.linspace(zevmin,zevmax) #,num=20)
     152                   zelevels = np.linspace(zevmin*(1. + 1.e-7),zevmax*(1. - 1.e-7)) #,num=20)
    153153                   contourf( x, y, what_I_plot, zelevels, cmap = palette )
    154154               else:
     
    177177               vectorfield(vecx, vecy,\
    178178                          x, y, stride=stride, csmooth=2,\
    179                           scale=15., factor=300., color=colorvec, key=key)
     179                          #scale=15., factor=300., color=colorvec, key=key)
     180                          scale=20., factor=250., color=colorvec, key=key)
    180181                                            #200.         ## or csmooth=stride
    181182               
Note: See TracChangeset for help on using the changeset viewer.