<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dear Andrew Friedman,<BR>Thank you for your help.<BR>In fact I would like to calculate average of sst during 10 years in special area for example lon=100&nbsp; 120&nbsp;&nbsp; and lat= 0&nbsp; 7. Then I want to put the result in a text file.<BR>I wrote this script:<BR>&nbsp;<BR>'reinit'<br>'sdfopen H:/prate.sfc.mon.mean.nc'<br>'set t 517 643'<br>'d ave(ave(prate,lon=100,lon=120),lat=0,lat=7)'<br>r1= subwrd(result,4)<br>say r1<br>'close 1'<br>vars= r1<br>res=write('filename3.txt', vars ,append)<BR>&nbsp;<BR>but unfortunately I just got one number but I must see too many data. Is it possible to have average of SST during 10 years in special longitude and latitude. I mean I would like to have sst1 ( lon1&amp;lat1), sst2 (lon2&amp;lat2), .....&nbsp;which averaged during 10 years.<BR>&nbsp;<BR>Regards,<BR>&nbsp;<BR>Thareh<br>&nbsp;<BR><div>&gt; Message: 2<br>&gt; Date: Wed, 1 Oct 2014 11:10:44 +0200<br>&gt; From: Andrew Friedman &lt;andfried@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] Average of a parameter<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;85BC0AE9-7894-4048-9A70-9126D5993A61@gmail.com&gt;<br>&gt; Content-Type: text/plain; charset=windows-1256<br>&gt; <br>&gt; Hi Thareh,<br>&gt; Check out the ?ave? command: http://www.iges.org/grads/gadoc/gradfuncave.html<br>&gt; Best, Andrew<br>&gt; <br>&gt; On Oct 1, 2014, at 9:16 AM, T. haghroosta &lt;haghroosta@hotmail.com&gt; wrote:<br>&gt; <br>&gt; &gt; Dear All,<br>&gt; &gt;  <br>&gt; &gt; Could anyone tell me how I can take the average of a parameter during 10 years? For example I would like to calculate 10-year average of SST in Grads.<br>&gt; &gt;  <br>&gt; &gt; Best regards,<br>&gt; &gt; Thareh <br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; <br>&gt; <br>&gt; <br><br></div>                                               </div></body>
</html>