Dear Grads users,<br>

I am a beginner in GrADS. <br>

I have a multi-year time series data. I want to get the annual mean in this data.<br>

<br>

Please see that from the following I can get monthly time series plot, and it is working fine.<br>

<br>

&#39;set lon 30&#39;<br>

&#39;set lat 5&#39;<br>

<br>

&#39;set t 2 302&#39;<br>

<br>

*------------------------<br>

*Monthly time series<br>

*------------------------<br>

&#39;define sstmonth=aave(sst.1,lon=30,lon=78,lat=5,lat=31)&#39;<br>

<br>

&#39;set gxout line&#39;<br>

&#39;set cmark 4&#39;<br>

&#39;set grads off&#39;<br>

&#39;set ccolor 9&#39;<br>

&#39;d sstmonth&#39;<br>

<br>

In the same plot, I want to have one more curve showing the annual mean.<br>

I mean 26 annual mean values for the 26 years.<br>

<br>

I don&#39;t know how to do this.<br>

<br>

I will highly appreciate if someone can help me in this.<br>

<br>

Thanks,<br>

<br>

Sudev<br>