<div dir="ltr">Hi Jason,<br><br>[1] These are &#39;warnings&#39;. The unpacked values are correct but there are no entries in the GRIB look-up tables used by NCL to create a valid netCDF variable name; also, long_name, units<br><br>[2]  <a href="http://www.ncl.ucar.edu/FAQ/">http://www.ncl.ucar.edu/FAQ/</a><br><br>      Error messages:<br><br><i>How can I turn off NCL warning messages?</i>
<p>


You can add the following code near the top of your NCL script:
</p><p>

</p><pre>  err = NhlGetErrorObjectId()
  setvalues err
    &quot;errLevel&quot; : &quot;Fatal&quot;          ; only report Fatal errors
  end setvalues
</pre>

This will turn off <b>all</b> &quot;warning&quot; type messages, so only
do this if you are feeling pretty confident about your code.
<p>

For more information about error reporting, see
the documentation for <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/NhlGetErrorObjectId.shtml"><strong>NhlGetErrorObjectId</strong></a>. <br></p><p><br></p><p>[3] What version of NCL are you using? There are numerous additions to the 6.3.0 version of NCL.<br></p><p>%&gt; ncl -V</p><p><br></p><p>D<br></p><p><br></p><p><br></p><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 17, 2015 at 2:37 PM, Jason English <span dir="ltr">&lt;<a href="mailto:jayenglish@gmail.com" target="_blank">jayenglish@gmail.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">I am opening GFS output Grib files using NCL and I constantly get warnings such as these:<div><br></div><div><div>warning:NclGRIB: Unknown grib parameter number detected (241, center 7, table version 129 grib record 5), using default variable name (VAR_241)</div><div>warning:NclGRIB: Unknown grib parameter number detected (250, center 7, table version 129 grib record 280), using default variable name (VAR_250)</div><div>warning:NclGRIB: Unknown grib parameter number detected (191, center 7, table version 133 grib record 349), using default variable name (VAR_191)</div></div><div><br></div><div>It doesn&#39;t cause any problems other than it makes my scripts difficult to read the print statements that are more useful.  How do we add grib parameters to the master table? If that&#39;s not an option, how do we suppress these warnings? Thanks.</div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>