You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: