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

grib2 tables version 7 #683

Closed
bblay opened this issue Aug 12, 2013 · 2 comments
Closed

grib2 tables version 7 #683

bblay opened this issue Aug 12, 2013 · 2 comments

Comments

@bblay
Copy link
Contributor

bblay commented Aug 12, 2013

Update GRIB2 saving to use a more recent tables version.

Ideally, in grib_save_rules.run():

    # Use tables version 7 (May 2011), as found in api 1.9.16 (May 2012).
    # The default GRIB2 template uses version 4 (Nov 2007).
    gribapi.grib_set_long(grib, "tablesVersion", 7)

Note, this causes a grib api assertion failure.

@DPeterK
Copy link
Member

DPeterK commented Jun 12, 2018

Ported to iris-grib, where this issue now best belongs.

@DPeterK DPeterK closed this as completed Jun 12, 2018
@pp-mo
Copy link
Member

pp-mo commented Jun 13, 2018

Ported to iris-grib,

SciTools/iris-grib#118

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

3 participants