<div dir="ltr"><div><div>Debe usar las funciones intrinsicas <br></div>read (para leer lineas columnas y caracteres desde un archivo txt)<br></div>write (para grabar lineas en un archivo txt)<br><br><br><div><div><div>Lease en<br><a href="http://grads.iges.org/grads/gadoc/users.html">http://grads.iges.org/grads/gadoc/users.html</a><br><a href="http://grads.iges.org/grads/gadoc/script.html#functions">http://grads.iges.org/grads/gadoc/script.html#functions</a><br><br><p>
<b><code>write (<i>filename, record</i> &lt;, append&gt;)</code></b>
<br>
This functions writes records to output file <code>filename</code>.  

On the first call to write for a particular file, the file is opened
in write mode.  This will destroy an existing file!  If you use the
optional append flag, the file will be opened in append mode, and all
writes will be appended to the end of the file.  Return codes are:<br>
</p><ul><code>0</code> - ok <br><code>1</code> - open error <br><code>8</code> - file open for read</ul><p>
<b><code>close (<i>name</i>)</code></b>
<br>

This function closes the named file.  This must be done if you wish to
read from a file you have been writing to.  This can also be used to
rewind a file.  Return codes are:<br>
</p><ul><code>0</code> - ok <br><code>1</code> - file not open</ul><br><br></div><div>Ejem:<br></div><div>archivo=/home/santiago/prueba.txt<br></div><div>linea=&#39;este es un ejemplo&#39;<br></div><div>lixo=write(archivo,linea); close(archivo)<br><br></div><div>en el archivo prueba.txt, se guardara la linea<br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-29 10:00 GMT-05:00 Andrew Friedman <span dir="ltr">&lt;<a href="mailto:andfried@gmail.com" target="_blank">andfried@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi Utsav,<br></div>Check out this discussion in the GrADS documentation: <a href="http://www.iges.org/grads/gadoc/ascii.html" target="_blank">http://www.iges.org/grads/gadoc/ascii.html</a><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Andrew<br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 29, 2015 at 1:32 PM, Utsav Bhowmik <span dir="ltr">&lt;<a href="mailto:utsav@tropmet.res.in" target="_blank">utsav@tropmet.res.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Respected Sir/Madam,<br>
<br>
I am new to GrADS. I recently plotted (using an .nc file and .gs script) a time series of area average Temperature(say) of a reanalysis datasets. x axis= day of season, y axis Temperature value. I wish to export it to a text or Ascii format. I searched a lot but am at a loss. CAn you guide please?<br>
<br>
Thanks in advance<br>
<span><font color="#888888"><br>
--<br>
Regards<br>
Utsav<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</font></span></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>