Hi Sablone,<br>         You can use subwrd function for that. Suppose you want to have data form 2000 to 2009, you can do it as given below. Put a variable yyyy for year such that you can use while loop for time step. This script will write output in the ascii file output.txt as given in the 10th line. The gs file is attached<br>
<br><br>************************************************<br>&#39;reinit&#39;<br>&#39;sdfopen <a href="http://filename.nc">filename.nc</a>&#39;<br>&#39;set lon 90&#39;<br>&#39;set lat 15&#39;<br>yyyy=2000<br>while(yyyy&lt;=2009)<br>
&#39;set time jan&#39;yyyy&#39;&#39;<br>&#39;d aave(precip,lon=39,lon=41,lat=-5,lat=0)&#39;<br>te=subwrd(result,4)<br>w=write(output.txt,te)<br>yyyy=yyyy+1<br>endwhile<br><br>***********************************************<br>
<br>Best wishes.........<br>-- <br>Krishnamohan.K.S<br>Junior Research Fellow<br>Department Of Atmospheric Sciences<br>Cochin University of Science and Technology<br>Cochin,India<br><br><div class="gmail_quote">On Sat, Jan 9, 2010 at 9:57 AM, Zablone Owiti <span dir="ltr">&lt;<a href="mailto:zowiti@ncst.go.ke">zowiti@ncst.go.ke</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Grad Users,<br>
<br>
I wish to extract data from gridded netcdf file for a particular domain to<br>
get a time series (i.e of a particular month or season for a number of<br>
years) and write it in ascii file so that I can export the series to say<br>
excell.<br>
<br>
I can do this, but through the long way of using the commands for example:<br>
<br>
&#39;set t 1 30&#39;<br>
&#39;d aave(precip,lon=39,lon=41,lat=-5,lat=0)<br>
<br>
Through this I am unable to only get the targeted months or season of the<br>
years. Furthermore I have to mannualy copy the data from Grads and paste<br>
in excell the rearrange the data to pick the months or seasons I target.<br>
<br>
My question is: How can I extract the data for the targeted months and<br>
directly  write them ascii file.<br>
<br>
Thanks<br>
--<br>
ZABLONE OWITI<br>
GRADUATE STUDENT<br>
Nanjing University of Information, Science and Technology<br>
College of International Education<br>
Add: 219 Ning Liu Rd, Nanjing, Jiangsu, 21004, P.R. China<br>
Tel: +86-25-58731402<br>
Fax: +86-25-58731456<br>
Website: <a href="http://www.globenuist.cn" target="_blank">www.globenuist.cn</a><br>
_________________________________________________<br>
</blockquote></div><br><br clear="all"><br><br>