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

[Example Issue] Write CARDAMOM output in GRIB2 format #1

Open
dvalters opened this issue Apr 16, 2018 · 1 comment
Open

[Example Issue] Write CARDAMOM output in GRIB2 format #1

dvalters opened this issue Apr 16, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@dvalters
Copy link
Contributor

dvalters commented Apr 16, 2018

(Only for illustrative purposes)

Example discussion of issue:

It would be good if we could save CARDAMOM output in GRIB2 format, as well as the standard output. I'm proposing to modify the foobar_outputification() function in the foobar.baz module. But would it break the netcdf_foo() function?

Here is the code I'm talking about:

def foobar_ouputification():
  with open("Output.grib", "wb") as gb:
    gb.writelines(datastuff)
# etc...

Any thoughts?

@dvalters dvalters self-assigned this Apr 16, 2018
@dvalters dvalters added the enhancement New feature or request label Apr 16, 2018
@dvalters
Copy link
Contributor Author

(Subsequent heated discussion about the GRIB file format ensues...)

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

No branches or pull requests

1 participant