Skip to content

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

Description

@dvalters

(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions