Add it0 = -1 option in post_processing_input.toml to plot last timestep of all runs - #447
Merged
Merged
Conversation
johnomotani
approved these changes
Mar 5, 2026
johnomotani
left a comment
Collaborator
There was a problem hiding this comment.
Looks good. Test failures are unrelated and should be fixed by #446.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If it0 = -1 is set in post_processing_input.toml, the last timestep of EACH run will be plotted when compare_plots are used.
Old functionality was that if one run had 20 steps and another had 30, the animations would animate the first 20 steps, and the plots would plot the 20th timestep of both runs. This functionality remains, but if you choose it0 = -1, then the 20th time slice of the first and 30th time slice of the second would be plotted instead (e.g. useful if one has converged faster than another, but you want to see the end products of both runs).