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

Implement Humidex days over thresh calculation #278

Closed
tlogan2000 opened this issue Apr 27, 2023 · 0 comments · Fixed by #280
Closed

Implement Humidex days over thresh calculation #278

tlogan2000 opened this issue Apr 27, 2023 · 0 comments · Fixed by #280
Assignees
Labels
enhancement New feature or request

Comments

@tlogan2000
Copy link
Collaborator

Description

In relation to climatedata.ca analysis page ensemble calculations we would like to implement a daily max humidity >= to threshold calculation

This should be able to recycle atmos.tx_days_above while having the input variable mapped as HXmax instead of tasmax

Data source model list would be as in : https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/catalog/birdhouse/eccc/CCCS_humidex/Humidex/daily/catalog.html

@tlogan2000 tlogan2000 added the enhancement New feature or request label Apr 27, 2023
tlogan2000 added a commit that referenced this issue Jun 5, 2023
## Overview

This PR fixes #278

Changes:
* Added hxmax_days_above calculation via yml module
* More globally finch can now support custom yml modules;  
* Exclusion / inclusion of subset of custom modules can be achieved via
the config
* Automatic detection of associated new input variables (e.g. `HXmax` in
this case)


## Additional Information
Adding french metadata to the humidex yml could be useful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants