Dear Mahakur,<br><br><br><div class="gmail_quote">On Sat, Aug 24, 2013 at 7: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></blockquote><div><br>Try using a newer version of wgrib.  Note you may have to<br>edit <a href="http://grib2ctl.pl">grib2ctl.pl</a> to point to right version.<br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

#2) Undefined parameter table (center 28-0 table 2), using NCEP-opn<br>
<br>
Why is this and how to rectify?<br></blockquote><div><br>A center is allowed to define their own grib tables<br>with the convention that values 0-127 are defined by<br>the WMO and values 128-254 are defined by the local<br>
center.<br><br>The message  &quot;Undefined parameter table (center 28-0 <br>table 2), using NCEP-opn&quot; means that wgrib does not<br>have tables for New Delhi (RSMC/RAFC) built into the<br>code.  It is using the NCEP operational table 2.<br>
<br><a href="http://www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html">www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html</a> <br><br>As long as you restrict yourself to the WMO defined<br>quantities (1-127), you will be ok.<br>
<br>The better way is to<br><br>(1) add a user defined local table<br><br>  <a href="ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/usertables.txt">ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/usertables.txt</a><br><br>(2) get the New Delhi table added to the wgrib source code.<br>
Note: you have to provide the table in the proper format.<br>Note: you have to provide the official table.  <br><br>Wesley Ebisuzaki<br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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>