-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Custom Table when opening GRIB Files #3853
Comments
Is there a way to tell pynio to use a specific file? If so, something like |
Apparently this is possible by setting an environmental variable: http://www.pyngl.ucar.edu/NioFormats.shtml#GRIB1-user-defined-parameter-tables So, if I have my codetable at |
I would love that feature. Also found that pyngl docu but didn’t get it working... |
I can have a look at implementing this. Might be a nice opportunity to actually contribute to some of the packages I use every day ;-) |
I would use it with the echam6 and jsbach ‘.codes’ files in MPIESM. |
Me too! Then we have a good test case :-) |
This was my workaround. aaronspring/pymistral#19 |
It is possible to set |
Hello,
I'd like to open some old-school Grib files from one of our climate models. I'm using the
PyNIO
backend for this; which works pretty well so far -- at least the data opens! However, I am getting errors:So, would it somehow be possible to provide a code table to be used when opening grb files? I have files next to my output where the codes are stored. An example is below.
I can imagine something like:
Would this be difficult to implement?
Cheers,
Paul
The text was updated successfully, but these errors were encountered: