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

Reformat all output to more efficient file format #96

Open
wtbarnes opened this issue Feb 19, 2020 · 0 comments
Open

Reformat all output to more efficient file format #96

wtbarnes opened this issue Feb 19, 2020 · 0 comments
Labels

Comments

@wtbarnes
Copy link
Member

When reading multiple time steps, it is not efficient to open, read, and close many ASCII files repeatedly. We should think about adding an optional first step to dump all output to something like HDF5 or Zarr to make repeated access much more efficient. Then, the Profile objects could read from that file (if it exists) and fall back to the usual ASCII file if not.

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

No branches or pull requests

1 participant