-
Notifications
You must be signed in to change notification settings - Fork 14
Add cloud scatterplots #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bouweandela
merged 27 commits into
Climate-REF:main
from
bouweandela:add-cloud-scatterplots
Sep 4, 2025
Merged
Changes from 16 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5fcfe04
Add cloud scatterplots
bouweandela 48381ad
Improve suptitle
bouweandela 6c40f5d
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela 11358c7
Update tests and rename metric slugs
bouweandela 3cc8659
Add changelog
bouweandela 6516013
Fix another test
bouweandela b19261e
Add new tests
bouweandela 0bbf936
Improve test coverage
bouweandela 1157613
Merge branch 'main' into add-cloud-scatterplots
bouweandela d268c2a
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela a8ab6ad
Add facets attribute
bouweandela af2b6b4
Use obs4MIPs sample data to populate obs4MIPs catalog
bouweandela 3423940
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela 59bd7ba
Move ruamel.yaml dependency to climate-ref-core
bouweandela abaf321
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela a02b65a
Fix recipe has and add regression test output
bouweandela ed0e9c9
Remove setuptools dependency, no idea how it got there
bouweandela 1348524
Update uv.lock
bouweandela 0df8dd0
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela 934352f
Update ESMValTool version
bouweandela e01ff46
Update example output
bouweandela c0965b4
Update recipes hashes for newer ESMValTool version
bouweandela b6d6523
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela 0419e81
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela 1ebf803
Undo any changes to uv.lock
bouweandela 1e4289e
Merge branch 'main' of github.com:Climate-REF/climate-ref into add-cl…
bouweandela 08270ed
Regenerate example output
bouweandela File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Added a diagnostic to create scatterplots of two cloud-relevant variables. |
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might still have some thinking to do about how we want to support CMIP7/CMIP6 requirements as there will be a lot of hard coded CMIP6's throughout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, let's see if we can generalize once CMIP7 comes around