Re: warning with open grib data

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Feb 16 2012 - 07:48:04 MST

NCL is unpacking the data correctly. However, NCL's builtin
GRIB tables do not yet have entries for parameter_number 131
in parameter_table_version=130 created at the
Environmental Modeling Center.

       float VAR_131_GDS0_SFC_ave1h ( g0_lat_0, g0_lon_1 )
          sub_center : Environmental Modeling Center
          long_name : Unknown Variable Name
          units : unknown
          _FillValue : 1e+20
          level_indicator : 1
          gds_grid_type : 0
          parameter_table_version : 130
          parameter_number : 131
          forecast_time : 0
          forecast_time_units : hours
          initial_time : 01/01/2008 (00:00)

So if you have that information, you could do something like

       x = f->VAR_131_GDS0_SFC_ave1h
       x@long_name = "..."
       x@units = "..."

On 2/16/12 4:34 AM, dyjbean wrote:
> hello,
> i want to process a grib data from GLDAS, but there occurs a series of
> the following warnings:
> warning:NclGRIB: Unknown grib parameter number detected (155, center
> 221, table version 1 grib record 5), using default variable name (VAR_155)
> .......
> my NCL version is 5.2.1
> according to the above warning, the ncl cannot indentify some variables
> in grib file, can somebody can give me some advice to resolve this problem.
> thanks
> ------------------------------------------------------------------------
> dyjbean
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Feb 16 07:48:20 2012

This archive was generated by hypermail 2.1.8 : Fri Feb 17 2012 - 08:50:10 MST