Dear Phil<br>You have to load variable  by using matlab and then you write following script<br>In order to variable dimension that should be 2D<br><br>fid=fopen( &#39;var.dat&#39;, &#39;wb&#39;);<br>   for i=1 : 92<br>      for i=1 : 90<br>
   if isnan(var(i,j))==0<br>fwrite(fid, var(i,j), &#39;float&#39;);<br>else<br>     fwrite(fid, -9999, &#39;float&#39;);<br>end<br>end<br>end<br>fclose(fid);<br><br>Best Regards<br>F.Daryabor<br><br><br><br><br><div class="gmail_quote">
On Sat, Nov 7, 2009 at 1:44 PM, Phillip Lin <span dir="ltr">&lt;<a href="mailto:naishi@meteo.mcgill.ca">naishi@meteo.mcgill.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everyone,<br>
Does anyone know how to convert a text file to thye binary file, and then<br>
I am able to use GrADS to display(plot) the data?<br>
Thanks so much!<br>
Phil<br>
</blockquote></div><br>