Yi-Chih,<br>The two things I would try are:<br>1) Instead of displaying the areal average using &quot;d aave...&quot;, try defining the variable as the output of aave like this:<br>&quot;define uave = aave(u, x=65, x=93, y=37, y=65)&quot;<br>
&quot;define vave = aave(v, x=65, x=93, y=37, y=65)&quot;<br>&quot;set gxout vector&quot;<br>&quot;d uave;vave&quot;<br><br>2) If (1) doesn&#39;t work, use the <a href="http://www.iges.org/grads/gadoc/gradcomdsetdefval.html">set defval</a> command to individually set the value of the component fields by using the two aave commands, one for each component.  That is, try something like:<br>
ii = 65<br>jj = 37<br>ii_max = 93<br>jj_max = 65<br>&#39;d aave(u, x=65, x=93, y=37, y=65)&#39;<br>u_value = subwrd(result,4)<br>&#39;d aave(v, x=65, x=93, y=37, y=65)&#39;<br>v_value = subwrd(result,4)<br>while (ii &lt;= ii_max)<br>
   while (jj &lt;= jj_max)<br>      &#39;set defval uave &#39;ii&#39; &#39;jj&#39; &#39;u_value<br>      &#39;set defval vave &#39;ii&#39; &#39;jj&#39; v_value<br>      jj = jj + 1<br>   endwhile<br>   ii = ii + 1<br>endwhile<br>
<br>&#39;d uave;vave&#39;<br><br>Jeff Duda<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 10:50 AM, Yi-Chih Huang <span dir="ltr">&lt;<a href="mailto:dscpln@gmail.com">dscpln@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br><br>    I am trying to plot the average wind vector over a horizontal range.  But I can&#39;t get an arrow, but only a value at most as below.  Could anyone tell me the right commands to show the average wind vector over a horizontal range?<br>

<br>ga-&gt; d aave(u, x=65, x=93, y=37, y=65);aave(v, x=65, x=93, y=37, y=65)<br>Result value = -3.55342<br>ga-&gt; d amean(u, x=65, x=93, y=37, y=65);amean(v, x=65, x=93, y=37, y=65)<br>Result value = -3.56684<br>ga-&gt; d ave(u, x=65, x=93, y=37, y=65);ave(v, x=65, x=93, y=37, y=65)<br>

Error from AVE: Invalid option flags<br>Operation Error:  Error from ave function<br>  Error ocurred at column 1<br>DISPLAY error:  Invalid expression<br>  Expression = ave(u,x=65,x=93,y=37,y=65)<br><br>    Thanks much,<br>

<br>                   Yi-Chih<br>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br><a href="http://www.meteor.iastate.edu/%7Ejdduda" target="_blank">www.meteor.iastate.edu/~jdduda</a><br>