Update accessom3 scaling reports - switch timestep metrics from median to mean#11
Merged
minghangli-uni merged 2 commits intomainfrom Oct 29, 2025
Merged
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
707821a to
b054e6f
Compare
Collaborator
Author
|
Hi @micaeljtoliveira I’ve updated both notebooks to use the average timestep metric instead of the median. The scaling is now based on restart runs rather than from-scratch runs, as the latter were found to be unrepresentative. Would you like to take a look? |
micaeljtoliveira
approved these changes
Oct 29, 2025
Member
micaeljtoliveira
left a comment
There was a problem hiding this comment.
@minghangli-uni LGTM!
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.
This PR updates the postprocessing workflow to use the average timestep duration instead of the median when computing walltime per timestep (in seconds), a more accurate measure of model performance.
In addition, the postprocessed timeseries excludes the first two and the last timestep indices to remove startup and shutdown artifacts, which appear as outliers compared to the rest of the run. These effects can be visualised in the flame graph generated by
esmf-trace. For more details, see ACCESS-NRI/ACCESS-OM3#148 (comment)