<div dir="ltr">Thanks Sir Martin,<div><br></div><div>Lyndon</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 31, 2013 at 7:17 PM, Martin V. Mathew <span dir="ltr">&lt;<a href="mailto:vmartinmathew@gmail.com" target="_blank">vmartinmathew@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"><div dir="ltr">hi<div><br></div><div>Sometime back I prepared a script that will plot tracks of multiple cyclones as shown in the attached pdf file. This script uses lat, lon coordinates saved in text file as in the attached file track1.asc to draw the track. You have to specify the coordinates of individual cyclone tracks in seperate files. </div>


<div><br></div><div>This script also uses a function named <a href="http://legend_lin_mkr.gs" target="_blank">legend_lin_mkr.gs</a> to draw legends on the figure. I am attaching that script also with this mail. Hope these scripts will help you.</div>


<div><br></div><div>martin</div></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On 27 August 2013 18:58, Lyndon Mark Olaguera <span dir="ltr">&lt;<a href="mailto:olagueralyndonmark429@gmail.com" target="_blank">olagueralyndonmark429@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"><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><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" target="_blank">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>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">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"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br>Martin V. Mathew<br>Research scholar<br>Centre for Oceans, Rivers, Atmosphere and Land Sciences (CORAL)<br>

IIT Kharagpur<br>India.<br>
</font></span></div>
<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></div>