-
Notifications
You must be signed in to change notification settings - Fork 77
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
cfgrib misses some variables in GFS grib data #54
Comments
Thanks for the report and for the file sample. I confirm the silent dropping of variables, and at first look, the file appear to trigger two independent bugs. To recover the three |
Thanks @alexamici |
The first half of the issue is solved in bf3c56a and, I must say, was a really nice bug. It made There are four more variable missing, the one with a step interval:
|
Raise all non-unique values in the file not just the one for the variable. #54
Fix #54. Do not lose or mix variables when cfVarName or shortName are not unique
@meteoDaniel both issues should be fixed in
That single file uncovered not one, but three subtle and damaging bugs, thanks! |
Works fine for me ! Great support. I like cfgrib and recommend it to all i am talking about grib data. |
Dear all,
I am working with some historical GFS grib files. Not all Variables that are in the file (checked with
wgrib2 -v
) could be read.Only the
variables and one of the radiation could be detected by cfgrib
xarray_store.open_dataset()
gfs.0p25.2017020212.f324.grib2.spasub.zip
The text was updated successfully, but these errors were encountered: