Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dcgrib2 fails on RAP wrfprs grib2 files with errors #133

Open
mzuranski opened this issue Apr 28, 2023 · 0 comments
Open

dcgrib2 fails on RAP wrfprs grib2 files with errors #133

mzuranski opened this issue Apr 28, 2023 · 0 comments

Comments

@mzuranski
Copy link
Contributor

mzuranski commented Apr 28, 2023

  • the version of the software with which you are encountering an issue
    7.14.0.1 and 7.15.2
  • environmental information (i.e. Operating System, compiler info, java version, python version, etc.)
    Ubuntu 20.04 and CentOS 7
  • a description of the issue with the steps needed to reproduce it
    dcgrib2 test.gem < rap.t02z.wrfprsf01.grib2

Initially reported by @vgensini, dcgrib2 errors out when trying to decode a RAP wrfprs grib2 file (7.14.0.1). I was able to reproduce this on my end as well (specifically with this data file) (7.14.0.1 and 7.15.2).

Output from @vgensini:

dcgrib2 test.gem < rap.t02z.wrfprsf01.grib2
 Opening WMO Originating Center Table wmocenter.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo2.tbl...
 Opening WMO GRIB2 Vertical Coordinate Table g2vcrdwmo2.tbl...
 WARNING : Grid Definition Template 3.32769 not supported.

My output:

dcgrib2 test.gem < rap.t02z.wrfprsf01.grib2
 Opening WMO Originating Center Table wmocenter.tbl...
 Opening WMO GRIB2 Parameter Table g2varswmo2.tbl...
 Opening WMO GRIB2 Vertical Coordinate Table g2vcrdwmo2.tbl...
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 Opening Local GRIB2 Parameter Table g2varsncep1.tbl...
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
 Opening Local GRIB2 Vertical Coordinate Table g2vcrdncep1.tbl...
 WARNING : Grid Definition Template 3.32769 not supported.
 WARNING : Grid Definition Template 3.32769 not supported.
...it keeps going on like this a while...

This table seems relevant. But that table is also over a decade old, and searching the codebase I see references to it in various places. While this feels like a table issue of some kind it's unclear to me right now what's going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant