Index: trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/winds.py
===================================================================
--- trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/winds.py	(revision 244)
+++ trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/winds.py	(revision 247)
@@ -150,5 +150,5 @@
                if not tile:
                    if not hole: what_I_plot = bounds(what_I_plot,zevmin,zevmax)
-                   zelevels = np.linspace(zevmin,zevmax) #,num=20)
+                   zelevels = np.linspace(zevmin*(1. + 1.e-7),zevmax*(1. - 1.e-7)) #,num=20)
                    contourf( x, y, what_I_plot, zelevels, cmap = palette )
                else:
@@ -177,5 +177,6 @@
                vectorfield(vecx, vecy,\
                           x, y, stride=stride, csmooth=2,\
-                          scale=15., factor=300., color=colorvec, key=key)
+                          #scale=15., factor=300., color=colorvec, key=key)
+                          scale=20., factor=250., color=colorvec, key=key)
                                             #200.         ## or csmooth=stride
                
