Skip to content

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

bouweandela
Copy link
Contributor

@bouweandela bouweandela commented Apr 24, 2025

Description

Closes #195

Sample data available in Climate-REF/ref-sample-data#30

Checklist

Please confirm that this pull request has done the following:

  • Tests added
  • Documentation added (where applicable)
  • Changelog item added to changelog/

Copy link

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
...rc/cmip_ref_metrics_esmvaltool/metrics/__init__.py 100.00% <100.00%> (ø)
...ol/src/cmip_ref_metrics_esmvaltool/metrics/base.py 100.00% <100.00%> (ø)
...altool/metrics/climate_at_global_warming_levels.py 100.00% <100.00%> (ø)
...f_metrics_esmvaltool/metrics/cloud_scatterplots.py 100.00% <100.00%> (ø)
...ool/src/cmip_ref_metrics_esmvaltool/metrics/ecs.py 100.00% <100.00%> (ø)
...src/cmip_ref_metrics_esmvaltool/metrics/example.py 100.00% <100.00%> (ø)
..._esmvaltool/metrics/sea_ice_area_seasonal_cycle.py 100.00% <100.00%> (ø)
...ool/src/cmip_ref_metrics_esmvaltool/metrics/tcr.py 100.00% <100.00%> (ø)
...ol/src/cmip_ref_metrics_esmvaltool/metrics/tcre.py 100.00% <100.00%> (ø)
...ool/src/cmip_ref_metrics_esmvaltool/metrics/zec.py 100.00% <100.00%> (ø)
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"pooch >= 1.8",
"cmip_ref_core",
"ruamel.yaml >= 0.18",
"pyyaml",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to switch to pyyaml because the recipe uses multiple << keys to insert values into a mapping and ruamel.yaml either throws and error or if you tell it to ignore the error, silently discards the previous key.

@@ -1,3 +1,19 @@
ESMValTool/obs4MIPs/GPCP-V2.3/v20180519/pr_GPCP-SG_L3_v2.3_197901-201710.nc 4dd4678b79ef139446c8406da5aae4fed210abb2f2160ef95f6988bf83e4525b
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dataset cannot be ingested with the REF #260 so I included it here.

@bouweandela bouweandela marked this pull request as ready for review April 29, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scatterplots of two cloud-relevant variables (specific regions of the globe: with specific cloud regimes)
1 participant