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

Extend ACCF relative humidity #266

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

Extend ACCF relative humidity #266

wants to merge 5 commits into from

Conversation

zebengberg
Copy link
Contributor

@zebengberg zebengberg commented Nov 12, 2024

Fixes

  • Allow the ACCF model to accept relative humidity as a percentage or as a proportion.
  • Include ecmwf.RelativeHumidity in ACCF.met_variables so that ERA5(..., variables=ACCF.met_variables) no longer raises an error.

Tests

  • QC test passes locally (make test)
  • CI tests pass

Reviewer

@jsmretschnig let me know if this fixes the issue you identified in #264

@@ -107,6 +107,7 @@
long_name=met_var.RelativeHumidity.long_name,
units="%",
level_type=met_var.RelativeHumidity.level_type,
grib1_id=met_var.RelativeHumidity.grib1_id,
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 is not related to the ACCF fix.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

1 participant