<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<BR>&nbsp;<BR>Sorry, I couldn't do that. If I am working on Grads, on windows 7, how can I do that in the windows system and&nbsp;Grib 1? Please explain more. How can I compile wgrib and place on my path? The fnl data must be where to be readable by commands?<BR>&nbsp;<BR>Regards,<BR>&nbsp;<BR>T.<br>&nbsp;<BR><div><br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Thu, 14 Feb 2013 11:16:11 +0000<br>&gt; From: "T. haghroosta" &lt;haghroosta@hotmail.com&gt;<br>&gt; Subject: [gradsusr] How can I convert fnl files to .ctl files?<br>&gt; To: &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;DUB121-W2117940C2D712511EA370DD0F0@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="windows-1256"<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; Dear All, I have some fnl files an I want to convert them to  .ctl files that makes them readable for Grads. Could you please lead me what shall I do? I read the link http://www.cpc.ncep.noaa.gov/products/wesley/grib2ctl.html but unfortunately I didn't understand correctly. In linux system what kind of softwares I need to have for converting those fnl files?  Regards, T.                                                <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20130214/dbac59a2/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Thu, 14 Feb 2013 16:58:02 +0530<br>&gt; From: madhu latha &lt;madhulatha11@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] How can I convert fnl files to .ctl files?<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAAhFJCT9MxGsObPREdS_x4woNd7ewS2o+DXSKGPYcSyN+SiZCw@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Hi<br>&gt; <br>&gt;    You have to use<br>&gt; <br>&gt; $ perl grib2ctl.pl grib_file &gt;grib_file.ctl<br>&gt; $ gribmap -i grib_file.ctl<br>&gt; <br>&gt; these commands will create ctl a
nd index files.<br>&gt; these ctl files can be opened in grads<br>&gt; $ grads<br>&gt; Landscape mode? (no for portrait):<br>&gt; ga-&gt; open grib_file.ctl<br>&gt; <br>&gt; Try this.<br>&gt; <br>&gt; On Thu, Feb 14, 2013 at 4:46 PM, T. haghroosta &lt;haghroosta@hotmail.com&gt;wrote:<br>&gt; <br>&gt; &gt;  Dear All,<br>&gt; &gt;<br>&gt; &gt; I have some fnl files an I want to convert them to  .ctl files that makes<br>&gt; &gt; them readable for Grads. Could you please lead me what shall I do? I read<br>&gt; &gt; the link http://www.cpc.ncep.noaa.gov/products/wesley/grib2ctl.html but<br>&gt; &gt; unfortunately I didn't understand correctly.<br>&gt; &gt;<br>&gt; &gt; In linux system what kind of softwares I need to have for converting those<br>&gt; &gt; fnl files?<br>&gt; &gt;<br>&gt; &gt; Regards,<br>&gt; &gt;<br>&gt; &gt; T.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; *With Regards<br>&gt; Madhu Latha Akkisetti<br>&gt; SRF<br>&gt; NARL &lt;http://www.narl.gov.in&gt;<br>&gt; Department of space<br>&gt; Gadanki*<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20130214/2990100a/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Thu, 14 Feb 2013 08:42:30 -0500<br>&gt; From: Wesley Ebisuzaki - NOAA Federal &lt;wesley.ebisuzaki@noaa.gov&gt;<br>&gt; Subject: Re: [gradsusr] How can I convert fnl files to .ctl files?<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAMHOGe=q78Y9NVthEnm0QpyvRjS0r4jTXiXgCLV-ahL9ksz3XQ@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; FNL files can either be in grib1 or grib2 format.  You c
an tell the<br>&gt; difference<br>&gt; by running wgrib (a grib1 utility) or wgrib2 (a grib2 untility) on the<br>&gt; file.  You'll<br>&gt; know that you've found the right format by getting nice inventory.<br>&gt; <br>&gt; For grib1 analysis files, you use<br>&gt; <br>&gt;   grib2ctl.pl gribfile &gt;gribfile.ctl<br>&gt;   gribmap -0 -i gribfile.ctl<br>&gt; <br>&gt; For grib1 forecast files, you use<br>&gt; <br>&gt;    grib2ctl -verf gribfile &gt;gribfile.ctl<br>&gt;    gribmap -i gribfile.ctl<br>&gt; <br>&gt; * These instructions differ from the previous answer *<br>&gt; <br>&gt; For grib2 analysis files, you use<br>&gt; <br>&gt;    g2ctl -0 gribfile &gt;gribfile.ctl<br>&gt;    gribmap -0 -i gribfile.ctl<br>&gt; <br>&gt; For grib2 forecast files, you use<br>&gt; <br>&gt;    g2ctl gribfile &gt;gribfile.ctl<br>&gt;    gribmap -i gribfile.ctl<br>&gt; <br>&gt; Note that g2ctl is consistent with gribmap in its use of the -0 and -b<br>&gt; flags..<br>&gt; <br>&gt; For Windows, you have to use "perl grib2ctl.pl" and "perl g2ctl".<br>&gt; <br>&gt; In order for grib2ctl.pl to work, wgrib must be compiled and placed on your<br>&gt; path.<br>&gt; In order for g2ctl to work, wgrib2 must be compiled and placed on your path.<br>&gt; <br>&gt;     Wesley Ebisuzaki<br>&gt; <br>&gt; <br>&gt; <br>&gt; On Thu, Feb 14, 2013 at 6:28 AM, madhu latha &lt;madhulatha11@gmail.com&gt; wrote:<br>&gt; <br>&gt; &gt; Hi<br>&gt; &gt;<br>&gt; &gt;    You have to use<br>&gt; &gt;<br>&gt; &gt; $ perl grib2ctl.pl grib_file &gt;grib_file.ctl<br>&gt; &gt; $ gribmap -i grib_file.ctl<br>&gt; &gt;<br>&gt; &gt; these commands will create ctl and index files.<br>&gt; &gt; these ctl files can be opened in grads<br>&gt; &gt; $ grads<br>&gt; &gt; Landscape mode? (no for portrait):<br>&gt; &gt; ga-&gt; open grib_file.ctl<br>&gt; &gt;<br>&gt; &gt; Try this.<br>&gt; &gt;<br>&gt; &gt; On Thu, Feb 14, 2013 at 4:46 PM, T. haghroosta &lt;haghroosta@hotmail.com&gt;wrote:<br>&gt; &gt;<br>&gt; &gt;&gt;  Dear All,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I have some fnl file
s an I want to convert them to  .ctl files that makes<br>&gt; &gt;&gt; them readable for Grads. Could you please lead me what shall I do? I read<br>&gt; &gt;&gt; the link http://www.cpc.ncep.noaa.gov/products/wesley/grib2ctl.html but<br>&gt; &gt;&gt; unfortunately I didn't understand correctly.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; In linux system what kind of softwares I need to have for converting<br>&gt; &gt;&gt; those fnl files?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Regards,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; T.<br>&gt; &gt;&gt;<br><br><br></div>                                               </div></body>
</html>