printim is not working it is showing &#39;not supported in this build&quot;, how can i save the plotted graphs<br><br><div class="gmail_quote">On Sat, Feb 5, 2011 at 11:15 PM, Muhammad Rahiz <span dir="ltr">&lt;<a href="mailto:muhammad.rahiz@ouce.ox.ac.uk">muhammad.rahiz@ouce.ox.ac.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">1. Need to provide the format of your TRMM data e.g. netcdf, grib, ctl.<br>
2. Are you using a 360 day calendar?<br>
<br>
Other comments in the body of original message (not tested).<br>
<br>
--<br>
Muhammad Rahiz<br>
Researcher &amp; DPhil Candidate (Climate Systems &amp; Policy)<br>
School of Geography &amp; the Environment<br>
University of Oxford<br>
<div class="im"><br>
On Sat, 5 Feb 2011, SREEKANTH T.S wrote:<br>
<br>
&gt; dear grads users<br>
&gt; i have downloaded 3 hourly trmm data.<br>
&gt; 1.i want to plot hourly variation of rain rate at a particular lat lon for<br>
&gt; each day.<br>
<br>
</div>Your data is 3 hourly - this means that you can only have 8 time steps in<br>
a day and not 24 timesteps. You can try the following which gives you the<br>
plot (time series) of one day.<br>
<br>
&#39;set t 1 8&#39; * 8 timesteps = 1 day given your 3hourly data<br>
&#39;set lon 60&#39;<br>
&#39;set lat 40&#39;<br>
&#39;d var&#39;<br>
<div class="im"><br>
&gt; 2. also wanted to plot the daily variation of rain rate for an area.<br>
&gt; but i dont know how to write the .ctl file<br>
&gt; being a beginer can anyone help me, please?<br>
<br>
</div>Not sure what you mean by writing a ctl file. You dont need to write a ctl<br>
file to plot in GrADS.<br>
<br>
&#39;set lon 60 100&#39;<br>
&#39;set lat 20 40&#39;<br>
<br>
&#39;d ave(variable,t=1,t=8)&#39;  * this is for day 1<br>
&#39;printim day1.png white&#39;<br>
<br>
&#39;d ave(variable,t=9,t=16)&#39; * this is for day 2<br>
&#39;printim day2.png white&#39;<br>
<div class="im"><br>
<br>
&gt; sreekanth T S<br>
&gt; doctorate student<br>
&gt; cess, kerala<br>
&gt;<br>
&gt;<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>