Skip to content
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

feat(ecmwf): Add full ensemble model #224

Merged
merged 5 commits into from
Jan 15, 2025
Merged

Conversation

devsjc
Copy link
Collaborator

@devsjc devsjc commented Jan 15, 2025

Enables pulling full ensemble data from MARS.

@@ -165,6 +165,33 @@ class Models:
)
"""Summary statistics from ECMWF's Ensemble Forecast System."""

ECMWF_ENS_0P1DEGREE: ModelMetadata = ModelMetadata(
Copy link
Contributor

Choose a reason for hiding this comment

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

do you need to add a test?

Copy link
Contributor

Choose a reason for hiding this comment

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

or a github issue for a test?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The methods on the entity itself are tested but each instantiation of the entity isn't - what would you want to test? That the fields are as expected?

Copy link
Contributor

Choose a reason for hiding this comment

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

sounds good!

@devsjc devsjc merged commit 2bb79a9 into main Jan 15, 2025
4 checks passed
@devsjc devsjc deleted the devsjc/ecmwf-full-ensemble branch January 15, 2025 14:01
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.

2 participants