<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">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><br></div><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<br>
<br>
--<br>
IITM, Pune(India)<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>
</blockquote></div><br></div>