Anil,<br>
<br>
If I understood want you want to do, here's how I'd do it:<br>
<br>
<br>
set time jan70 dec70<br>
clim=ave(my_var,t+0,time=dec2000,12)<br>
modify seasonal clim<br><br>
In this way the new variable clim will have 12 time steps. The first<br>
is the average of all januaries; the second, all februaries; etc...<br>
Supose you want to plot the mean september:<br>
<br>
d clim(t=9)<br>
<br>
The trick is the last 12 while defining clim. It tells ave() to jump 12<br>
time steps while making the average. Even more, notice the<br>
first time set to t+0... Since time spams over 12 months, each turn<br>
the ave() will start from a different time.<br>
<br>
[]'s<br>
Henrique<br>
<br><div><span class="gmail_quote">On 10/4/05, <b class="gmail_sendername">anil kumar rohilla</b> &lt;<a href="mailto:anil_rohilla@rediffmail.com">anil_rohilla@rediffmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<p>
&nbsp; Hi all<br>
&nbsp; <br>
&nbsp; I want to plot climatology for a particular month.for example
data is from 1970 to 2000. each year is having 12 records for each
month. i want to plot climatology for a particular month(e.g jan) from
1970-2000.<br>
Thanks in advance.<br>
<br>
anil kumar rohilla<br>

</p>


ANIL KUMAR(&nbsp;METEOROLOGIST GR&nbsp;-II)
<br>
LRF SECTION&nbsp;
<br>
NATIONAL CLIMATE&nbsp;CENTER 
<br>
ADGM(RESEARCH)
<br>
INDIA METEOROLOGICAL&nbsp;DEPARTMENT
<br>
SHIVIJI NAGAR
<br>
PUNE-411005 INDIA
<br>
MOBILE +919422023277
<br>
<a href="mailto:anilkumar@imdpune.gov.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">anilkumar@imdpune.gov.in</a>
<br>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><img border="0" hspace="0" vspace="0">
</a>

</blockquote></div><br>