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

utilities list_h5_files relies on time step in file name #144

Closed
PrometheusPi opened this issue Feb 21, 2017 · 2 comments
Closed

utilities list_h5_files relies on time step in file name #144

PrometheusPi opened this issue Feb 21, 2017 · 2 comments
Assignees

Comments

@PrometheusPi
Copy link
Member

Currently, all time series extractions are done using the list_h5_files function from opmd_viewer.openpmd_timeseries.main. This function extracts the time step from the last number before the suffix not from the time step in the hdf5 files. See code here. Thus files like libSplash serial output will result in wrong time steps (the serial output extracts files with a given mpi rank as filename_[timestep]_[rankx]_[ranky]_[rankz].h5).

@RemiLehe
Copy link
Member

Thanks for pointing out this issue!
Would you have the time to do a pull request to correct this? Otherwise I can also do it.

@PrometheusPi
Copy link
Member Author

No problem. I will provide a pull request.

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

No branches or pull requests

3 participants