<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">&nbsp;&nbsp;Hello, Jeffrey.<div><br></div><div>&nbsp;&nbsp;Regardind doubt #2, I have a script which saves the "display" command into a file, instead of&nbsp;exhibiting the contents in the monitor. Here you are:</div><div><br></div><div><div>'reinit'</div><div>'open /media/Dados/Academico/cmorph/data/2009/CMORPH_8km_hourly.ctl'</div><div><br></div><div>itime=1</div><div>ftime=24</div><div>while (itime &lt;= 744)</div><div>'set t 'itime</div><div>'q time'</div><div>data=subwrd(result,3)</div><div>diaf=substr(data,4,2)</div><div>mesf=substr(data,6,3)</div><div>anof=substr(data,9,4)</div><div><br></div><div>lx=-796</div><div>while (lx &lt;= -673)</div><div>ly=357</div><div>while (ly &lt;= 455)</div><div>'set x 'lx</div><div>lon=subwrd(result,4)</div><div>'set y 'ly</div><div>lat=subwrd(result,4)</div><div>'d
 sum(cmorph*0.2,t='itime',t='ftime')'</div><div>rec=sublin(result,2)</div><div>prec=subwrd(rec,4)</div><div>prec1='%3.2f'</div><div>precf=math_format(prec1,prec)</div><div><br></div><div>a=write('prec_'anof''mesf''diaf'.txt', lon';'lat';'precf';'diaf''mesf''anof)</div><div>ly=ly+1</div><div>endwhile</div><div>lx=lx+1</div><div>endwhile</div><div>itime=itime+24</div><div>ftime=ftime+24</div><div>endwhile</div><div>say 'End of the process!'</div><div><br></div><div>&nbsp;&nbsp;Basically there are three loops: longitude, latitude and time. And then just wrote the variables (including coordinates and time) into a ascii file. You can modify it according to your requirements.</div><div><br></div><div>&nbsp;&nbsp;Best regards,</div><div><br></div><div>&nbsp;&nbsp;Thiago.</div><br>--- On <b>Tue, 9/2/10, Jeffrey Duda <i>&lt;jdduda@IASTATE.EDU&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left:
 5px;"><br>From: Jeffrey Duda &lt;jdduda@IASTATE.EDU&gt;<br>Subject: Writing out to a file and cdiff<br>To: GRADSUSR@LIST.CINECA.IT<br>Date: Tuesday, 9 February, 2010, 19:55<br><br><div id="yiv1285355911">I have two questions.<br><br>1) How do you write data out to a file in text format?&nbsp; I know there is an fwrite command, but I don't really know how it works.<br><br>2) Can the cdiff command work when three environment dimensions are varying?&nbsp; I'm trying to compute EPV, but to do so, I need to do a cdiff command in the x, y, and z dimensions, but I always get an error and usually Grads crashes when I do it.<br>
<br>Jeff Duda<br clear="all"><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br>3134 Agronomy Hall<br><a rel="nofollow" target="_blank" href="http://www.meteor.iastate.edu/~jdduda">www.meteor.iastate.edu/~jdduda</a><br>
</div></blockquote></div></td></tr></table><br>