<div dir="ltr">Hi all,<div>How do i plot the typhoon tracks in grads?</div><div>I was able to extract the location of the center of the typhoon.</div><div>What should i do next?</div><div><br></div><div>thanks</div><div>emil</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 7, 2013 at 11:19 PM, Ricardo Hallak <span dir="ltr"><<a href="mailto:hallak@model.iag.usp.br" target="_blank">hallak@model.iag.usp.br</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#ffffff">
Hi,
<br>just try:
<br><font>'d
rainc+rainnc-(rainc(t='Time_val</font><font><font>'</font>-1)-rainnc(t='Time_val</font><font><font>'</font>-1))'
<br><font>on<font>c</font>e Time_val is a variable, and <font>the number 1 is not.
<br>So, Time_val have to<font> be put between quotes, and the number 1, not.</font></font></font>
<br></font>Hope this helps,
<br>Ricardo
<br>
<br><font><b>On Tue, 7 May 2013 17:20:42 +0800, Lyndon Mark Olaguera wrote</b>
<br><div><div class="h5">>
Hello fellow GRAD user,
<br>>
<br>> I have a problem in plotting the
accumulated rain in grads.,
<br>> my data comes in 6 hourly...
<br>> my
sample script is shown below.
<br>>
the dates are:
<br>> 08/06/2012/00
<br>> 08/06/2012/06
<br>>
<br>>
08/06/2012/12
<br>> 08/06/2012/08
<br>> 08/07/2012/00
<br>>
08/07/2012/06
<br>> 08/07/2012/12
<br>> 08/07/2012/18
<br>>
08/08/2012/00
<br>> 08/08/2012/06
<br>> 08/08/2012/12
<br>>
08/08/2012/18
<br>>
08/09/2012/00
<br>> 08/09/2012/06
<br>> 08/09/2012/12
<br>>
08/09/2012/18
<br>> 08/10/2012/00
<br>>
<br>> I want to plot the
accumulated rain for each hour but my script does not ouput it correctly.Could
anyone help me correct my script?
<br>>
<br>> i'll appreciate any
help.
<br>>
<br>> thanks
<br>>
<br>> 'open
surfnudge/surf.ctl'
<br>> 'set display color white'
<br>>
'clear'
<br>> 'set gxout shaded'
<br>> 'set mpdset
hires'
<br>>
'set lat 4 24'
<br>> 'set lon 115 134'
<br>>
<br>>
prompt 'Max Time: '
<br>> pull Max_time
<br>> prompt 'Title
Header: '
<br>> pull Title_header
<br>>
<br>> Time_val=2
<br>>
*Time_val=8
<br>> while(Time_val<=Max_time)
<br>>
'set t 'Time_val
<br>> DateStr = subwrd(result,4)
<br>>
'c'
<br>> *Every 3 hours for model output
<br>> 'd
rainc+rainnc-(rainc(t='Time_val-1')-rainnc(t='Time_val-1'))'
<br>>
'draw title 'Title_header'\'DateStr
<br>>
'cbarn'
<br>> 'printim
'Title_header'_'DateStr'.png'
<br>> 'c'
<br>>
Time_val=Time_val+1
<br>> endwhile
<br>> 'quit'
<br>
<br>
<br></div></div>Ricardo
Hallak
<br>
<br>
Departamento de Ciências Atmosféricas (ACA)
<br>
Instituto de Astronomia, Geofísica e Ciências Atmosféricas (IAG)
<br>
Universidade de São Paulo (USP)
<br>
Rua do Matão, 1226 - Cidade Universitária - São Paulo SP 05508-900
<br>
Phone.: <a href="tel:%2B55%20%2811%29%203091-2850" value="+551130912850" target="_blank">+55 (11) 3091-2850</a>; 3091-4703
<br>
Fax: <a href="tel:%2B55%20%2811%29%203091-4714" value="+551130914714" target="_blank">+55 (11) 3091-4714</a>
<br>
<br>
</font>
</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>