<pre>Hi All,<br><br>I am using this script to extract data in ascii: <br><br>...<br>i=1<br>while (i<744)<br>'set t 'i''<br>'set gxout print'<br>'set prnopts %10.2f 17 1'<br>'d 'var''<br>
ascii = result<br>asciifile = var.txt<br>numbers = sublin(result,2)<br>rc=write(asciifile,numbers,append)<br>i=i+1<br>endwhile<br>...<br><br>I am interested to export many variables like u10,v10,t2,rh2,swd,rainc etc at a given point in this format:
temp dewpoint pressure ... var4
...........................................................
.. .... ......
.. .... ......
For a specified period and specific location (lat lon)
Any help greatly appreciated
Regards<br><br>Cristina <br></pre>