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

add option to write last snapshot before reaching end of simulation #86

Open
crpiceda opened this issue Jun 13, 2023 · 0 comments · May be fixed by #84
Open

add option to write last snapshot before reaching end of simulation #86

crpiceda opened this issue Jun 13, 2023 · 0 comments · May be fixed by #84
Assignees
Labels
feature Contributions related to new features milestone
Milestone

Comments

@crpiceda
Copy link

In release 3.0.0, output_ox_last is only written at the timestep N where pb%it == pb%itstop (N=-1). It'd be useful to set N = -1 by default, which signals that a snapshot should be written at pb%itstop, but to have the option to write the output every N steps for N > 0 (including one at pb%itstop). The latter situation is useful when the simulation is running (i) through the wrapper and then it's interrupted; (ii) through a jobscript in the cluster and the job reaches the time limit before reaching TMAX.

@martijnende martijnende self-assigned this Jun 13, 2023
@martijnende martijnende added feature Contributions related to new features milestone labels Jun 13, 2023
@martijnende martijnende added this to the 3.0.0 milestone Jun 13, 2023
@martijnende martijnende linked a pull request Jun 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Contributions related to new features milestone
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants