Andy,<br><br><div class="gmail_quote">On Sat, Aug 24, 2013 at 12:41 PM, Andrew Revering <span dir="ltr">&lt;<a href="mailto:andy@f5data.com" target="_blank">andy@f5data.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">This will not be a good response, and likely not resolve your issue, but I know how when I have a problem I eagerly await ANY ideas. So from my little experience, I&#39;ve found adding the following options useful:<div>

<br></div><div><a href="http://grib2ctl.pl" target="_blank">grib2ctl.pl</a>  -no_profile -verf -ec_gbl [infile] &gt; [outfile].ctl<br></div><div><br></div><div>-no_profile is useful if there are some variables with missing levels. For example you might have 850, 700 &amp; 500 levels for one variable, but another variable only has 850 &amp; 500 data, and that will give you grief unless you use -no_profile. [likely not yoru problem tho]</div>

<div><br></div><div>Not sure what -verf does, and -ec_gbl I think is just for ECMWF data.</div></div></blockquote><div><br>verf:<br>  use forecast verification time <br><br>   <a href="http://grib2ctl.pl">grib2ctl.pl</a> -verf IN.grb &gt;IN.ctl<br>
   gribmap -i IN.ctl<br><br>no verf:<br>  use analysis or start of fcst time<br><br>     <a href="http://grib2ctl.pl">grib2ctl.pl</a> IN.grb &gt;IN.ctl<br>     gribmap -0 -i IN.ctl<br><br>-b:<br>  use forecast verf time or start of fcst interval<br>
<br>   <a href="http://grib2ctl.pl">grib2ctl.pl</a> -b IN.grb &gt;IN.ctl<br>   gribmap -b -i IN.ctl<br><br><br><br><br>-ec_gbl:  This is an old old option and I had forgotten what <br>it does.  Thinned grids come in two flavors, regional<br>
and global.  Grib1 only defined one flavor.  When the <br>ECMWF introduced a global thinned grid and I added an option to handle it.<br><br>      Wesley<br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hopefully someone can give you better help!</div><div><br></div></div><div class="gmail_extra"><br clear="all">
<div>Andrew Revering - Follow <a href="https://twitter.com/intent/follow?screen_name=andrewrevering&amp;source=email&amp;variant=2.0&amp;xd_token=ceae5c40173e5" target="_blank">@andrewrevering</a> on Twitter<div>Convective Development, Inc.<div>

PO Box 511, Cambridge, MN 55008</div><div><a href="http://www.convectivedevelopment.com/" target="_blank">http://www.convectivedevelopment.com/</a></div></div></div>
<br><br><div class="gmail_quote">On Sat, Aug 24, 2013 at 6:37 AM, M.Mahakur <span dir="ltr">&lt;<a href="mailto:mmahakur@tropmet.res.in" target="_blank">mmahakur@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">

Respected All,<br>
<br>
Using <a href="http://grib2ctl.pl" target="_blank">grib2ctl.pl</a> ( $version=&quot;0.9.12.6&quot; ) I am able to create data descriptor file and use the data. But, I always get following two errors/warnings in the same data:<br>


<br>
#1) Use of uninitialized value in string eq at ./<a href="http://grib2ctl.pl" target="_blank">grib2ctl.pl</a> line 442.<br>
 Line 442 in the perl script:<br>
<br>
if ( $winds eq &#39;grid&#39;) { $LCC=&#39;lccr&#39;; }<br>
<br>
#2) Undefined parameter table (center 28-0 table 2), using NCEP-opn<br>
<br>
Why is this and how to rectify?<br>
<br>
With Thanks and Regards,<br>
<br>
Mahakur<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
IITM, Pune(India)<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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</font></span></blockquote></div><br></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" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br>