Unidata / gempak

Analysis and product generation for meteorological data.
BSD 3-Clause "New" or "Revised" License
70 stars 30 forks source link

[DECODE_GRIB2 -34] Could not determine parameter name 0 6 13 0 [0] #19

Closed mjames-upc closed 7 years ago

mjames-upc commented 7 years ago

65 gempak file records from 188 grib2 records

 Opening WMO Originating Center Table wmocenter.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo1.tbl...
 Opening WMO GRIB2 Vertical Coordinate Table g2vcrdwmo1.tbl...
 Opening Local GRIB2 Parameter Table g2varsncep0.tbl...
mjames-upc commented 7 years ago
cat gfsmos_2p5.log|grep "Could not"| cut -d"[" -f 3| sort | uniq
DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5

git grep "000 001 019"
g2vars.tbl:!000 001 019 000 Precipitation Type               code table           ????             ?  -9999.00       0          0
g2varsncep1.tbl:000 001 019 000 Precipitation Type               cat                  PTYPE            0  -9999.00
g2varsncep1.tbl:000 001 019 005 Precipitation Type               cat                  PTYPE            0  -9999.00
g2varswmo2.tbl:!000 001 019 000 Precipitation Type               code table           ????             ?  -9999.00
g2varswmo2.tbl:000 001 019 005 Precipitation Type               cat                  PTYPE            0  -9999.00
g2varswmo3.tbl:!000 001 019 000 Precipitation Type               code table           ????             ?  -9999.00
g2varswmo4.tbl:!000 001 019 000 Precipitation Type               code table           ????             ?  -9999.00

git grep "000 001 226"
g2varsncep1.tbl:000 001 226 008 Predominant Weather              non-dim              PWTHER           0  -9999.00

[js-17-228] mjames ~/GEMPAK7/gempak/tables/grid-->git grep "000 001 008"
g2vars.tbl:000 001 008 008 Total precipitation              kg m**-2             P--M             0     -0.01        0          0
g2vars.tbl:000 001 008 009 Precipitation Probability        %                    PP--             0  -9999.00        0          0
g2vars.tbl:000 001 008 019 Precipitation Below Normal       %                    PPBN             0  -9999.00        0          0
g2vars.tbl:000 001 008 029 Precipitation Near Normal        %                    PPNN             0  -9999.00        0          0
g2vars.tbl:000 001 008 039 Precipitation Above Normal       %                    PPAN             0  -9999.00        0          0
g2varswmo2.tbl:000 001 008 008 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo2.tbl:000 001 008 009 Precipitation Probability        %                    PP--             0  -9999.00
g2varswmo2.tbl:000 001 008 011 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo2.tbl:000 001 008 012 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo2.tbl:000 001 008 019 Precipitation Below Normal       %                    PPBN             0  -9999.00
g2varswmo2.tbl:000 001 008 029 Precipitation Near Normal        %                    PPNN             0  -9999.00
g2varswmo2.tbl:000 001 008 039 Precipitation Above Normal       %                    PPAN             0  -9999.00
g2varswmo3.tbl:000 001 008 008 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo3.tbl:000 001 008 009 Precipitation Probability        %                    PP--             0  -9999.00
g2varswmo3.tbl:000 001 008 011 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo3.tbl:000 001 008 012 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo4.tbl:000 001 008 008 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo4.tbl:000 001 008 011 Total precipitation              kg m**-2             P--M             0     -0.01
g2varswmo4.tbl:000 001 008 009 Precipitation Probability        %                    PP--             0  -9999.00
g2varswmo4.tbl:000 001 008 019 Precipitation Below Normal       %                    PPBN             0  -9999.00
g2varswmo4.tbl:000 001 008 029 Precipitation Near Normal        %                    PPNN             0  -9999.00
g2varswmo4.tbl:000 001 008 039 Precipitation Above Normal       %                    PPAN             0  -9999.00
mjames-upc commented 7 years ago
gfsmos-2p5km-->cat *.grib2 | dcgrib2 -v 1 YYYYMMDDHHfFFF_gfsmos.gem
 Opening WMO Originating Center Table wmocenter.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo2.tbl...
 Opening WMO GRIB2 Vertical Coordinate Table g2vcrdwmo2.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo1.tbl...
 Opening WMO GRIB2 Vertical Coordinate Table g2vcrdwmo1.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo2.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo1.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo2.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo1.tbl...
 Opening Local GRIB2 Parameter Table g2varsncep1.tbl...
mjames-upc commented 7 years ago
for file in $(find . -name '*.grib2'); do 
  echo $file
  cat $file | dcgrib2 -d logs/$file.log -v 1 gem/$file.gem
done

grep "Could" logs/* | cut -d"[" -f 1,3|sort | uniq
gfsmos-2p5km_YLUZ97_250459.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ97_251700.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ97_260510.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ97_261658.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ98_250402.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ98_251616.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ98_251639.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ98_260400.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 
gfsmos-2p5km_YLUZ98_261602.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 19 0 

gfsmos-2p5km_YNUZ97_250501.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ97_251702.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ97_260519.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ97_261700.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ98_250403.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ98_251641.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ98_260402.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 
gfsmos-2p5km_YNUZ98_261604.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 8 5 

gfsmos-2p5km_YZUZ97_250528.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ97_251727.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ97_260548.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ97_261724.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ98_250419.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ98_251658.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ98_260417.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
gfsmos-2p5km_YZUZ98_261625.grib2.log:[DECODE_GRIB2 -34] Could not determine parameter name 0 1 226 0 
mjames-upc commented 7 years ago
 WMO SUPERHEADER     ELEMENT
 ---------------    -----------------------------
 MAUZii KWBQ         Cond. prob. freezing precip.
 MBUZii KWBQ         Cond. prob. frozen precip.
 MCUZii KWBQ         Cond. prob. liquid precip.
 YAUZii KWBQ         Total sky cover
 YBUZii KWBQ**       Wind direction
 YCUZii KWBQ**       Wind speed
 YDUZii KWBQ**       12-h prob. of precipitation
 YEUZii KWBQ**       2-meter temperature
 YFUZii KWBQ**       2-meter dew point temperature
 YGUZii KWBQ**       Daytime maximum temperature
 YHUZii KWBQ**       Nighttime minimum temperature
 YIUZii KWBQ         6-h quantitative precipitation
 YJUZii KWBQ         6-h prob. of a thunderstorm
 YLUZii KWBQ         Precipitation type best category
 YMUZii KWBQ         Precipitation potential index
 YNUZii KWBQ         Prob. of precip. occurrence
 YRUZii KWBQ**       Relative humidity
 YSUZii KWBQ         24-h snowfall amount
 YUUZii KWBQ         6-h prob. of precipitation
 YVUZii KWBQ         12-h quantitative precipitation
 YWUZii KWBQ         Wind Gusts
 YXUZii KWBQ         12-h prob. of a thunderstorm
 YYUZii KWBQ         3-h prob. of a thunderstorm
 YZUZii KWBQ         Predominant weather
mjames-upc commented 7 years ago
nbm
DECODE_GRIB2 -34] Could not determine parameter name 0 1 220 0 
DECODE_GRIB2 -34] Could not determine parameter name 0 1 242 5 
DECODE_GRIB2 -34] Could not determine parameter name 0 1 243 8 
DECODE_GRIB2 -34] Could not determine parameter name 0 19 235 0 

cmc
DECODE_GRIB2 -34] Could not determine parameter name 0 1 230 0 
DECODE_GRIB2 -34] Could not determine parameter name 0 4 0 8 
DECODE_GRIB2 -34] Could not determine parameter name 0 5 3 8 
DECODE_GRIB2 -34] Could not determine parameter name 0 7 193 0 

namfirewxnest/nam218
DECODE_GRIB2 -34] Could not determine parameter  0 3 5 0