Add script for scraping stats from GCClassic cloud benchmarks #335
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.
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Describe the update
We have added a new script (
gcpy/benchmark/modules/benchmark_gcclassic_stats.py
) to scrape the statistics that are reported in the GEOS-Chem 1-month benchmark stats spreadsheet.Expected changes
This will not change any existing plotting/tabling functionality. The script must be run manually, for example:
(gcpy_env)$ python -m gcpy.benchmark.modules.benchmark_gcclassic_stats 14.5.0-alpha.4 14.5.0-alpha.5
where 14.5.0-alpha.4 is the "Ref" version and 14.5.0-alpha.5 is the "Dev" version to compare. The output is printed in order of the columns in the spreadsheet:
6:01:01 11.7216 13.67824118787 7.550699 4.480028 21661 2267 5021 1154 2020 29 1644 2402 2247 51 744 2418 1265
Reference(s)
N/A
Related Github Issue
N/A