Thanks. That fixed it. However another issue.<br><br>In a XZ cross section, is it possible to plot the terrain aswell and then see how say example theta varies over the terrain?<br><br>Cheers<br>Mald<br><br><br><div class="gmail_quote">
On Wed, Nov 5, 2008 at 3:08 PM, Bernat Codina <span dir="ltr">&lt;<a href="mailto:bcodina@ub.edu">bcodina@ub.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/11/5 Mald MM5 &lt;<a href="mailto:maldmm5@gmail.com">maldmm5@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; I want to do a vector plot with a vector at say every 5th grid point. I have<br>
&gt; a grid with many grid points (eg. 200 pnts) and the screen looks so messy<br>
&gt; with all the vectors. So I want to plot them at equi-grid points. How do I<br>
&gt; achieve this?<br>
<br>
</div></div>Use the skip function. Example taken from the GrADS manual:<br>
<br>
&gt; To display every other grid point in both the X and Y direction:<br>
&gt;<br>
&gt; d skip(u,2,2);v<br>
<br>
In your case: d skip(u,5,5),v<br>
<font color="#888888"><br>
Bernat Codina<br>
Dept. d&#39;Astronomia i Meteorologia<br>
Universitat de Barcelona<br>
</font></blockquote></div><br>