Add Tier I ECS diagnosis via Gregory regression#101
Open
Conversation
Implement ECS benchmark using Gregory regression on abrupt-4xCO2 and piControl experiments. Extends DataFinder to support loading arbitrary CMIP6 experiments and hardens standardize_dims for non-standard time coordinates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 11, 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.
Summary
New script: benchmark_scrips/ecs_benchmark.py
Loads tas, rsdt, rsut, rlut from piControl (baseline) and abrupt-4xCO2 (first 150 yr by default), performs linear regression of TOA net flux vs global-mean temperature, and outputs ECS / lambda / forcing / R-squared to results/ecs/ecs_results.csv.
Usage:
python ecs_benchmark.py --model CanESM5
python ecs_benchmark.py --model UKESM1-0-LL --n_years 150 --save_to_cloud
Test plan
Generated with Claude Code