Skip to content

Add it0 = -1 option in post_processing_input.toml to plot last timestep of all runs - #447

Merged
johnomotani merged 1 commit into
masterfrom
add_last_timestep_plots_makie
Mar 5, 2026
Merged

Add it0 = -1 option in post_processing_input.toml to plot last timestep of all runs#447
johnomotani merged 1 commit into
masterfrom
add_last_timestep_plots_makie

Conversation

@LucasMontoya4

Copy link
Copy Markdown
Collaborator

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).

@johnomotani johnomotani left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Test failures are unrelated and should be fixed by #446.

@johnomotani
johnomotani merged commit e9e1505 into master Mar 5, 2026
20 of 24 checks passed
@johnomotani
johnomotani deleted the add_last_timestep_plots_makie branch March 5, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants