Dear good users,<br>I have gone through almost all the mail on this topic but I don't seem to get an answer to my problem.<br>I want to write a number of output files to ASCII format. <br>The output of d m3.1 is overwritten by d m3.2 and so the last value I have is that of d m3.3.&nbsp; My script is below.<br><br>I will be glad if someone can be of help.<br>Thank you.<br><br>Nana Browne<br>University of Cape Town<br>South Africa<br><br>'reinit'<br>'open ECMW_M05_PRCP.ctl'<br>'set gxout print'<br>'set prnopts %12.3e 5 2'<br>'set lon 0 60'<br>'set lat -40 0'<br>'set t 22 25'<br>'d m3.1'<br>'set dfile 2'<br>'set lon 0 60'<br>'set lat -40 0'<br>'set t 22 25'<br>'d m3.2'<br>'set dfile 3'<br>'set lon 0 60'<br>'set lat -40 0'<br>'set t 12 15'<br>'d m3.3'<br>rc=write(ECMW2.txt,result)<br>&nbsp;rc=close(ECMW2.txt)<br><br><br><b><i></i></b><blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>&gt; 'reinit'<br>&gt;
 'sdfopen /doma/horvath/uwnd.sig995.1961.nc'<br>&gt; 'set t 1'<br>&gt; 'set lon 15 25'<br>&gt; 'set lat 38 48'<br>&gt; 'set gxout print'<br>&gt; 'set prnopts %10.3e 5 1'<br>&gt; 'd uwnd'<br>&gt; rc=write(ascii.txt,result)<br>&gt; rc=close(ascii.txt)<br>&gt; 'quit'<br>&gt; return<br>&gt;<br>&gt; The script works and the result is:<br>&gt;<br>&gt; Printing Grid -- 30 Values -- Undef = 32766<br>&gt;  3.100e+00  1.900e+00  1.400e+00  1.300e+00 -1.200e+00<br>&gt;  1.400e+00  1.100e+00  2.000e-01 -6.000e-01 -2.100e+00<br>&gt;  2.000e-01 -2.000e-01 -7.000e-01 -5.000e-01 -8.000e-01<br>&gt; -1.900e+00 -2.100e+00 -2.500e+00 -1.800e+00 -8.000e-01<br>&gt;  1.600e+00  1.400e+00 -1.000e-01 -8.000e-01  1.987e-06<br>&gt;  5.700e+00  3.900e+00  1.700e+00  6.000e-01  7.000e-01<br>&gt;<br>&gt; Now if I modify the script:<br>&gt; 'set lon 15 25'<br>&gt; 'set lat 38'    ; result is<br>&gt; Printing Grid -- 5 Values -- Undef = 32766<br>&gt;  3.100e+00  1.900e+00  1.400e+00  1.300e+00 -1.200e+00
 ; which is ok.<br>&gt;<br>&gt; and the second modification:<br>&gt; 'set lon 15 25'<br>&gt; 'set lat 48'<br>&gt; Printing Grid -- 5 Values -- Undef = 32766<br>&gt;  1.600e+00  1.400e+00 -1.000e-01 -8.000e-01  1.987e-06  ; which is<br>&gt; not in accordance with the "area" example<br>&gt;<br>&gt; What is the reason for the above discrepancy?<br>&gt;<br>&gt; Thanks and regards,<br>&gt; Kristian<br>&gt;<br>&gt; At 23:05 22.2.2007, you wrote:<br>&gt;&gt; If you don't need the data in binary (which is what you have in file<br>&gt;&gt; yiki.dat), you can skip the "gxout fwrite" lines and use "gxout print"<br>&gt;&gt; instead.  Eg, in a grads script:<br>&gt;&gt;<br>&gt;&gt; 'set gxout print'<br>&gt;&gt; 'set t 613 697'<br>&gt;&gt; 'display tloop(mean(soilw,lon=95.5,lon=112.5,lat=31.5,lat=42.5))'<br>&gt;&gt; rc=write(yiki.txt,result)<br>&gt;&gt; say 'return code from write is: 'rc<br>&gt;&gt; rc=close(yiki.txt)<br>&gt;&gt; say 'return code from close is:
 'rc<br>&gt;&gt;<br>&gt;&gt; In the above, the output from the display command gets stored in<br>&gt;&gt; variable "result" and you write the contents of "result" to ascii file<br>&gt;&gt; yiki.txt.<br>&gt;&gt;<br>&gt;&gt; See the doc for 'set prnopts' at<br>&gt;&gt; http://grads.iges.org/grads/gadoc/gradcomdsetprnopts.html<br>&gt;&gt; if you want to change the format of the text output.<br>&gt;&gt;<br>&gt;&gt;    Diane<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Yitbarek Kifle wrote:<br>&gt;&gt;&gt; Dear all,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; As a new and inexperienced user of Grads,i have come with a problem of<br>&gt;&gt;&gt; converting the Grads time series binary output to Ascii format.I have<br>&gt;&gt;&gt; read<br>&gt;&gt;&gt; almost all such problems on the users group list but that doesn't<br>&gt;&gt;&gt; seem to<br>&gt;&gt;&gt; help me. Here is the discription of what i did,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; 'set gxout fwrite'<br>&gt;&gt;&gt; 'set fwrite
 yiki.dat'<br>&gt;&gt;&gt; set t 613 697<br>&gt;&gt;&gt; d tloop(mean(soilw,lon=95.5,lon=112.5,lat=31.5,lat=42.5))<br>&gt;&gt;&gt; disable fwrite<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; i have the file Yiki.dat.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Would somebody please tell me what to do next in step by step<br>&gt;&gt;&gt; basis,as I do<br>&gt;&gt;&gt; not have a programming skill?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; thanks in advance.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ________ Information from NOD32 ________<br>&gt;&gt; This message was checked by NOD32 Antivirus System for Linux Mail Server.<br>&gt;&gt; http://www.nod32.com<br>&gt;&gt;<br>&gt;&gt; __________ NOD32 2072 (20070220) Information __________<br>&gt;&gt;<br>&gt;&gt; This message was checked by NOD32 antivirus system.<br>&gt;&gt; http://www.eset.com<br>&gt;&gt;<br>&gt;<br>&gt; _________________________________<br>&gt; Kristian Horvath                                email: horvath@cirus.dhz.hr<br>&gt; Graduate Research
 Associate                     tel:+385-1-4565752<br>&gt; Meteorological and Hydrological Service         www:<br>&gt; http://www.dhmz.htnet.hr/index.php<br>&gt; Gric 3, 10000 Zagreb, Croatia                   personal www:<br>&gt; http://radar.dhz.hr/~horvath<br>&gt;<br></blockquote><br> <p>&#32;
      <hr size=1><a href="http://us.rd.yahoo.com/evt=48250/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v9.php?o=US2226&cmp=Yahoo&ctv=AprNI&s=Y&s2=EM&b=50">Pinpoint customers </a>who are looking for what you sell.