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

Indicator for wind power #1458

Closed
2 tasks done
huard opened this issue Aug 16, 2023 · 0 comments · Fixed by #1471
Closed
2 tasks done

Indicator for wind power #1458

huard opened this issue Aug 16, 2023 · 0 comments · Fixed by #1471
Labels
enhancement New feature or request

Comments

@huard
Copy link
Collaborator

huard commented Aug 16, 2023

Addressing a Problem?

Add indicator allowing the computation of wind power potential.

Potential Solution

Here is one ref which fits wind speed to a Weibull distribution, then integrates over all wind speeds to get the potential assuming power is proportionnal to V cubed.

In practice, there are cutoff speeds (25 m/s) after which power production drops to 0. See https://www.nrel.gov/docs/fy14osti/61714.pdf

Additional context

Wind speed has often a diurnal component, so not clear how accurate computations based on daily values would be. Probably best to mandate hourly wind speeds here, but recommendations from knowledgeable folks would be useful.

Contribution

  • I would be willing/able to open a Pull Request to contribute this feature.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@huard huard added the enhancement New feature or request label Aug 16, 2023
huard added a commit that referenced this issue Sep 28, 2023
<!--Please ensure the PR fulfills the following requirements! -->
<!-- If this is your first PR, make sure to add your details to the
AUTHORS.rst! -->
### Pull Request Checklist:
- [x] This PR addresses an already opened issue (for bug fixes /
features)
    - This PR fixes #1458 
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] (If applicable) Documentation has been added / updated (for bug
fixes / features)
- [x] CHANGES.rst has been updated (with summary of main changes)
- [x] Link to issue (:issue:`number`) and pull request (:pull:`number`)
has been added

### What kind of change does this PR introduce?

* Adds two indices and their indicators: wind_profile and
wind_power_potential.

### Does this PR introduce a breaking change?
No


### Other information:
Ideally we`d add an indicator to compute air density, which is an
optional input to the wind power potential.
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.

1 participant