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

Use a generic xarray-like Julia package for output #53

Open
sjdaines opened this issue May 9, 2023 · 0 comments
Open

Use a generic xarray-like Julia package for output #53

sjdaines opened this issue May 9, 2023 · 0 comments

Comments

@sjdaines
Copy link
Member

sjdaines commented May 9, 2023

A better solution for storing model output would be to use a generic Python xarray-like Julia package that supports save/load to disk and analysis, plots etc, instead of the custom implementation (PALEOmodel.OutputWriters.OutputMemory) used at present (see #48, #47 for examples of the limitations of that approach).

This would allow a lot of code to be removed, and would improve interoperability with the rest of the Julia package ecosystem.

Currently it looks like the Julia ecosystem is still converging on what this xarray-like package (or packages) could be. Options include:

@sjdaines sjdaines mentioned this issue May 9, 2023
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

1 participant