<div dir="ltr">Hi Sir James,<div>The code is working now,...</div><div>I have yet another task to do...<br><div>I would like to plot multiple tracks in grads..I have the location of the eye and plotted the tracks using minimum sea level pressure.. </div>

<div>i have to compare 3 ctl files. </div><div>As of now, i can only plot one..How do i plot three tracks in grads?</div><div><br></div><div>I will appreciate any help.</div><div>Thanks in advance,</div><div>Lyndon</div>
</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 25, 2013 at 1:44 AM, James T. Potemra <span dir="ltr">&lt;<a href="mailto:jimp@hawaii.edu" target="_blank">jimp@hawaii.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Lydon:<br>
<br>
Is this the entire script?  I think you will need to first open a<br>
file and display something.  This will set the scaling environment<br>
in the display.  As the script is, your query statement is likely<br>
not returning a number but an error, e.g.,<br>
<br>
&#39;q w2xy &#39;lon1&#39; &#39;lat1<br>
<br>
returns:<br>
&quot;No scaling environment&quot;<br>
<br>
and thus lon1 is set to &quot;environment&quot;.  Try to open a data<br>
set first, set the lat/lon/time/alt, display a variable, then run<br>
your script below.<br>
<br>
Jim<br>
<div class="im"><br>
On 8/23/13 11:32 PM, Lyndon Mark Olaguera wrote:<br>
&gt; i=0<br>
&gt; res=read(&#39;urbeye4.txt&#39;)<br>
&gt; while(sublin(res,1)!=2)<br>
&gt;   line = sublin(res,2)<br>
&gt;   lat1=subwrd(res,3)<br>
&gt;   lon1=subwrd(res,4)<br>
&gt;  &#39;q w2xy &#39;lon1&#39; &#39;lat1<br>
&gt;   xpos1 = subwrd(result,3)<br>
&gt;   ypos1 = subwrd(result,6)<br>
&gt; res=read(&#39;urbeye4.txt&#39;)<br>
&gt; &#39;draw wxsym 41 &#39;xpos1&#39; &#39;ypos1&#39; 0.3 1&#39;<br>
&gt; if (i&gt;0)<br>
&gt; &#39;set line 1 1 3&#39;<br>
&gt; &#39;draw line &#39;xpos1&#39; &#39;ypos1&#39; &#39;xpos2&#39; &#39;ypos2<br>
&gt; endif<br>
&gt;   xpos2=xpos1<br>
&gt;   ypos2=ypos1<br>
&gt;  i=i+1<br>
&gt; endwhile<br>
<br>
</div>_______________________________________________<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>
</blockquote></div><br></div>