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

Add interface to RESkit power curve model #120

Open
coroa opened this issue Jan 29, 2021 · 0 comments
Open

Add interface to RESkit power curve model #120

coroa opened this issue Jan 29, 2021 · 0 comments

Comments

@coroa
Copy link
Member

coroa commented Jan 29, 2021

RESkit, Severin Ryberg's atlite :), has three very interesting features that one should evaluate, whether they can be adopted or reused:

  1. A synthetic power curve model that is defined in reskit/wind/core/power_curve.py, which generates a synthetic power curve only on the basis of a specific power rating, ie. kW/m^2 (capacity rating over rotor area) or capacity and rotor diam equivalently, maybe one can just reuse or sub-class that code with a small modification to make the simulate method work with xarray/dask.
  2. An economic capital cost scaling model around the turbine parameters hub height, rotor diameter and capacity (and foundation type for offshore), which is defined in reskit/wind/economic/{onshore_cost_model.py,offshore_cost_model.py}. This maybe is a function that would be called from PyPSA-Eur directly.

Together those two features would allow having a range of different turbines or the possibility to have a weak wind turbine as a second choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant