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