Add ILAMB scorecard generation and hosting (follow-on to #4038)#4046
Open
Tejas7007 wants to merge 1 commit into
Open
Add ILAMB scorecard generation and hosting (follow-on to #4038)#4046Tejas7007 wants to merge 1 commit into
Tejas7007 wants to merge 1 commit into
Conversation
Add make_scorecard.sh, a wrapper that runs ilamb-run against a window model root to produce the ILAMB HTML scorecard, and a README section documenting how to generate and serve it. The scorecard uses the clean model roots so it lists PEcAn against the individual CMIP6 and TRENDY models and the ensemble means, rather than the 100 individual PEcAn members used for spread analysis.
mdietze
approved these changes
Jul 10, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 10, 2026
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.
Description
Small follow-on to #4038 (merged), which added the multi-model benchmarking pipeline. This adds a script to generate the ILAMB HTML scorecard and documents how to serve it.
What this adds:
make_scorecard.sh: runs ilamb-run against a window model root to produce the interactive ILAMB HTML scorecard (PEcAn against the individual CMIP6 and TRENDY models and the ensemble means.The generated scorecard for both windows is hosted at https://co2.aos.wisc.edu/~tdahiya/ilamb/
No tests: this is a thin wrapper around ilamb-run and a documentation addition.
Motivation and Context
The benchmarking pipeline from #4038 produces the scores; this makes the standard ILAMB HTML scorecard reproducible with a single command and documents how to host it, which was requested as a project deliverable. Follow-on to #4038.
Review Time Estimate
Types of changes
Checklist: