You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
<!--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.
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
Code of Conduct
The text was updated successfully, but these errors were encountered: