<br><br><div class="gmail_quote">On Tue, Oct 12, 2010 at 5:41 AM, Arlindo da Silva <span dir="ltr"><<a href="mailto:dasilva@alum.mit.edu" target="_blank">dasilva@alum.mit.edu</a>></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;">
<div>On Mon, Oct 11, 2010 at 4:14 PM, Travis Washington <span dir="ltr"><<a href="mailto:twashington2008@my.fit.edu" target="_blank">twashington2008@my.fit.edu</a>></span> wrote:<br></div><div class="gmail_quote">
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51);"><div><span style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51);">I all,</span></div>
<div><span style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51);"><br></span></div><div>I would like to make a time series plot of the low pressure of tropical cyclone. My professor says there is a function in grads. set gxout state that will display the max and minimum values. Also does anyone have a script that plots the track of tropical cyclone and displays it in grads.</div>
<div><br></div></span></blockquote><div><br></div></div><div>The opengrads bundle includes some of Mike Fiorino's extensions for this purpose. Take a look at:</div><div><br></div><div> <a href="http://opengrads.org/doc/udxt/libmf/" target="_blank">http://opengrads.org/doc/udxt/libmf/</a></div>
<div><br></div><div> Arlindo</div></div><br><font color="#888888">-- <br>Arlindo da Silva<br><a href="mailto:dasilva@alum.mit.edu" target="_blank">dasilva@alum.mit.edu</a><br>
</font><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">hi ,<br>frends ihad a script for the tropical cyclone may be it will be use ful for u i think<br><div>here you can see where is the centre and pick up the x,y points</div>
<div>after that you have to convert there x,y coordinates into latitude and logitude coordinates.</div>
<div>These points are for your reference.</div>
<div>Later as you keep the time steps increasing, you can pickup the central lat and lon simultaneously.</div>
<div>Finally use the draw line command to join all the points.</div>
<div>Here you have to use the x,y coordinate points only.</div>
<div> </div>
<div>Hope this will suffice your problem.</div><br>'reinit'<br>'open stn.ctl'<br>'set grads off'<br>'set grid off'<br>
'set lat '<br>'set lon'<br>'d sea level presure code'<br>'set strinz 0.1'<br>'draw title track of the tropical cyclone'<br>'set line 1 8 3'<br>'draw line x1,y1,x2,y2'<br>
'enable print.meta'<br>'disable print'<br> it will use to solve u r problem if there is any doubts please mail me<br>best regards<br>-- <br><font style="font-family: arial,helvetica,sans-serif;" size="2"><span style="color: rgb(255, 102, 102);">A.Sravani</span><br>
</font><font style="font-family: arial,helvetica,sans-serif;" size="2" color="#3366ff">Research Scholar</font><font style="font-family: arial,helvetica,sans-serif;" size="2"><br>
<span style="color: rgb(51, 51, 255);">Department of Meteorology & Oceanography</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">Andhra university</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Visakhapatnam</span></font><br><br>