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

Include new NREL 15 MW offshore wind turbine model #54

Closed
nworbmot opened this issue Feb 26, 2020 · 8 comments
Closed

Include new NREL 15 MW offshore wind turbine model #54

nworbmot opened this issue Feb 26, 2020 · 8 comments

Comments

@nworbmot
Copy link
Member

Links:
https://www.nrel.gov/news/program/2020/reference-turbine-gives-offshore-wind-updraft.html
https://github.com/IEAWindTask37/IEA-15-240-RWT

@coroa
Copy link
Member

coroa commented Feb 28, 2020

Note that with v0.2, you have the possibility to transparently use wind turbines from: https://openenergy-platform.org/dataedit/view/supply/wind_turbine_library

Although the largest one is Vestas V164 with 9.5MW, which you can use as atlite.wind(turbine="oedb:V164/9500")

@nworbmot
Copy link
Member Author

nworbmot commented Mar 2, 2020

Ah good! I should make an issue to add the new 15 MW turbine is this the right place?
https://github.com/wind-python/windpowerlib/
@Ludee?
Can we get rid of our own database and just use this one?

@Ludee
Copy link

Ludee commented Mar 2, 2020

The data curation for is currently managed here: OpenEnergyPlatform/data-preprocessing#28
There you find instructions and templates for the OEP upload.

@Ludee
Copy link

Ludee commented Mar 2, 2020

Can we get rid of our own database and just use this one?

Merging would make sense, if you have time for this comparison.

@euronion
Copy link
Collaborator

euronion commented Mar 2, 2020

The local atlite database works without an internet connection and gives the user more control + the ability to store and retrieve configurations independent of atlite or OEP, so I would vote for keeping it.

But instead of adding new turbines to our database, I think it is better to push new configs to OEP.

@Ludee
Copy link

Ludee commented Mar 2, 2020

If you click the 'download' button (or use the API), the wind turbine library database can be used offline as well ;)
Is the atlite database availlable somewhere?

@euronion
Copy link
Collaborator

euronion commented Mar 2, 2020

If you click the 'download' button (or use the API), the wind turbine library database can be used offline as well ;)

Sure, but the atlite database is distributed with the package, so this works 'out-of-the-box' as it - in my opinion - should be for basic examples / applications. =)

Is the atlite database availlable somewhere?

Yes, the turbines are stored here https://github.com/PyPSA/atlite/tree/master/atlite/resources/windturbine

@fneum
Copy link
Member

fneum commented Jul 1, 2021

Can be accessed now e.g. via:

from atlite.resource import get_oedb_windturbineconfig
get_oedb_windturbineconfig("oedb:IEA-15-240-RWT")

from

https://openenergy-platform.org/dataedit/view/supply/wind_turbine_library

@fneum fneum closed this as completed Jul 1, 2021
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

No branches or pull requests

5 participants