<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Andrew,<BR>&nbsp;<BR>Thanks for your reply, I used this script as you led, but unfortunately&nbsp; these two commands gor error: outfile='my_ascii_file.txt'<br>'!/bin/rm -f 'outfile<BR>&nbsp;<BR>the grads said for first command:<BR>&nbsp;<BR>&nbsp;invalid expression<BR>syntax error: expected operand or&nbsp;'&lt;'<BR>&nbsp;<BR>and for the second command said:<BR>cannot remove '-f'<BR>cannot remove 'outfile'<BR>not such a file or directory.<BR>&nbsp;<BR>could you please tell me where is my problem, because by other commands in the follow script I saw the data in the display window but I cannot have them in a text file<BR>Regards,<BR>T.<BR>&nbsp;<BR>'open /data/grib/model/model.ctl'<br>'set x 1 72'<br>outfile='my_ascii_file.txt'<br>'!/bin/rm -f 'outfile<br>'set gxout print'<br>'set prnopts %g, 72 0'<br>'d ts-273.15'<br>i=1<br>while (1)<br>&nbsp; line = sublin(result,i)<br>&nbsp; if (line = ''); break; endif<br>&nbsp; if (i&gt;1)<br>&nbsp;&nbsp;&nbsp; rc = write(outfile,line,append)<br>&nbsp; endif<br>&nbsp; i=i+1<br>endwhile<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR><br>&nbsp;<BR><div>&gt; From: gradsusr-request@gradsusr.org<br>&gt; Subject: gradsusr Digest, Vol 56, Issue 40<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Date: Wed, 22 Oct 2014 12:00:01 -0400<br>&gt; <br>&gt; Send gradsusr mailing list submissions to<br>&gt;         gradsusr@gradsusr.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         gradsusr-request@gradsusr.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         gradsusr-owner@gradsusr.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of gradsusr digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Re: Convert .dat file to netcdf (Andrew Friedman)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Wed, 22 Oct 2014 14:15:28 +0200<br>&gt; From: Andrew Friedman &lt;andfried@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] Convert .dat file to netcdf<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;31C71C86-50FA-43BE-AAD8-9F1BD3484D33@gmail.com&gt;<br>&gt; Content-Type: text/plain; charset=windows-1256<br>&gt; <br>&gt; Hi T. Haghroosta,<br>&gt; <br>&gt; You can save to a .csv file using the instructions for ASCII data:<br>&gt; http://www.iges.org/grads/gadoc/ascii.html<br>&gt; The instructions are related to the OpenGrADS recipe for saving to a text file:<br>&gt; http://cookbooks.opengrads.org/index.php?title=Recipe-002:_Saving_GrADS_variable_data_to_a_text_file<br>&gt; <br>&gt; Andrew<br>&gt; <br>&gt; On Oct 21, 2014, at 8:43 AM, T. haghroosta &lt;haghroosta@hotmail.com&gt; wrote:<br>&gt; <br>&gt; &gt; Dear All,<br>&gt; &gt;  <br>&gt; &gt; Is there any way to convert a .dat file from WRF to a netcdf or .mat (matlab file) or .csv file?<br>&gt; &gt;  <br>&gt; &gt; I am looking forward to hearing from side of you.<br>&gt; &gt;  <br>&gt; &gt; Ragards.<br>&gt; &gt; T.<br>&gt; </div>                                               </div></body>
</html>