<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">OK, I see,<br>
<br>
You can make use of while loops and output the averages, that is one record for each decaded totaling 20 as follows. Your averages will be output by the fwrite command, you will need a control file to read it.<br>
<br>
***************************************<br>
'set gxout fwrite'<br>
'set fwrite decade_data.dat'<br>
is = 1<br>
while(is &lt; = 2400)<br>
<br>
&nbsp;'set t 'is<br>
&nbsp;'d tloop(ave(temperature, t&#43;0, t&#43;119))'<br>
&nbsp;'c'&nbsp; <br>
<br>
is = is &#43; 120<br>
endwhile<br>
'disable fwrite'<br>
'set gxout contour'<br>
<div>*****************************************<br>
<div style="font-family:Tahoma; font-size:13px">Hosmay Lopez<br>
Rosenstiel School of Marine and Atmospheric Science&nbsp;&nbsp;&nbsp; <br>
University of Miami&nbsp; <br>
4600 Rickenbacker Causeway Miami, FL 33149<br>
Office: MSC337<br>
Phone: (305) 298-8006<br>
</div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF321581"><font color="#000000" face="Tahoma" size="2"><b>From:</b> gradsusr-bounces@gradsusr.org [gradsusr-bounces@gradsusr.org] on behalf of Mubashar Ahmad [mubashardogar@gmail.com]<br>
<b>Sent:</b> Wednesday, September 04, 2013 5:18 PM<br>
<b>To:</b> GrADS Users Forum<br>
<b>Subject:</b> Re: [gradsusr] Decadal average plot<br>
</font><br>
</div>
<div></div>
<div>
<p>Hi lopez, </p>
<p>Thanks for your input but I don't want runing mean average based on 10 years, instead I want decadal average such that after getting averaged value for first 10 years (average of 1 to 120 months) it should give value for next 10 years (average of 121 to
 240th time) and so on.</p>
<p>Thanks,</p>
<p>Mubashar</p>
<div class="gmail_quote">On Sep 4, 2013 9:45 PM, &quot;Hosmay Lopez&quot; &lt;<a href="mailto:hlopez@rsmas.miami.edu" target="_blank">hlopez@rsmas.miami.edu</a>&gt; wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
Dear Mubashar,<br>
<br>
You can use the tloop function in conjunction with the ave function as follows:<br>
<br>
set t 61 2340<br>
d tloop(ave(temperature,t-60,t&#43;60))<br>
<br>
This will create an average for decadal timescales.<br>
Note, the time start at month 61 = beginning of year 6 and ends at month 2340 = 5 years prior to year 200 of your data.<br>
<br>
At the end you should have a monthly time series of decadal averaged quantity.<br>
<br>
Best,<br>
<br>
Hosmay Lopez<br>
Rosenstiel School of Marine and Atmospheric Science<br>
University of Miami<br>
4600 Rickenbacker Causeway Miami, FL 33149<br>
Office: MSC337<br>
Phone: (305) 298-8006<br>
<br>
________________________________________<br>
From: <a href="mailto:gradsusr-bounces@gradsusr.org" target="_blank">gradsusr-bounces@gradsusr.org</a> [<a href="mailto:gradsusr-bounces@gradsusr.org" target="_blank">gradsusr-bounces@gradsusr.org</a>] on behalf of Mubashar Ahmad [<a href="mailto:mubashardogar@gmail.com" target="_blank">mubashardogar@gmail.com</a>]<br>
Sent: Wednesday, September 04, 2013 2:12 PM<br>
To: gradsusr<br>
Subject: [gradsusr] Decadal average plot<br>
<br>
Dear Grads Users,<br>
<br>
I have monthly time series data (let say surface temperature) and<br>
wanted to plot it on decadal average basis. I mean first value of plot<br>
will be average of first 120 months and the next value of my plot will<br>
be average of next 120 months and so on. In total for 200 years I<br>
should get 20 value in plot. How can I do that? Y axis will be decadal<br>
average temperature values and x axis can be labelled 1, 2, 3 up 20<br>
instead of months or years.<br>
<br>
Thanks,<br>
<br>
Mubashar<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>
_______________________________________________<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>
</div>
</div>
</div>
</body>
</html>