<div>Dear Grads&#39; Users,</div>
<div>&nbsp;</div>
<div>I am dealing with the following problem:</div>
<div>&nbsp;</div>
<div>I am trying to draw the zonally-averaged EP flux between -20 and -90 latitudes (south hemisphere) and between 500 and 10 hPa. However, the way I perform the draw does not do it well since the vector seems to be mirrowed. For instance, the highest Euz values are at 500hPa at about 50ºS, so in that area vector should be clearly vertical!!!. </div>

<div>&nbsp;</div>
<div>As example I am sending you the meridional and vertical component graphics seperately and the joint component vector to compare; and the script used to draw them.</div>
<div>Somebody can help me? </div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>&#39;reset&#39;<br>&#39;set grads off&#39;<br>&#39;set lon -120&#39;<br>&#39;set lat -90 -20&#39;<br>&#39;set z 6 17&#39;<br>&#39;set zlog on&#39;<br>&#39;set xflip on&#39;<br>&#39;set arrscl 0.5 15&#39;<br>&#39;d skip(ave(Euymax,lon=0, lon=360),3,1);ave(Euzmax, lon=0,lon=360)&#39;<br>
&#39;draw title HP (0,Euy,Euz) 90-20 South Max&#39;<br>&#39;printim d:\figs\Euyz.png white&#39;<br>&#39;c&#39;<br>&#39;set grads off&#39;<br>&#39;set xflip on&#39;<br>&#39;d ave(Euymax, lon=0,lon=360)&#39;<br>&#39;draw title EP Meridional Component Euy Max&#39;<br>
&#39;printim d:\Figs\Euy.png white&#39;<br>&#39;c&#39;<br>&#39;set grads off&#39;<br>&#39;set xflip on&#39;<br>&#39;d ave(Euzmax, lon=0,lon=360)&#39;<br>&#39;draw title EP Vertical Component Euz Max&#39;<br>&#39;printim d:\Figs\Euz.png white&#39;</div>

<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Eduardo.</div>