Skip to content

Commit 2ade565

Browse files
JuliaSvneuronion
andauthored
New wind turbine models eno 126 (#446)
* Create Vernova_GE_6-164_Cypress.yaml New turbine adapted for the PyPSA cost hypothesis * Update eno_energy_eno_126_3.5 Add a turbine matching more with the PyPSA cost hypothesis of 2050 from DEA * Update RELEASE_NOTES.rst * Rename eno_energy_eno_126_3.5 to eno_126_3.5 * Update eno_126_3.5 * Create eno_126_4 * Create eno_126_4.8 * Update RELEASE_NOTES.rst --------- Co-authored-by: Johannes HAMPP <[email protected]>
1 parent 10e6de6 commit 2ade565

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed

RELEASE_NOTES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Release Notes
1717
.. To use the features already you have to install the ``master`` branch, e.g.
1818
.. ``pip install git+https://github.com/pypsa/atlite``.
1919
20+
* Feature: Add new onshore turbine models: eno 126 3.5 MW, eno 126 4 MW, and eno 126 4.8 MW . (turbines that match more closely the PyPSA/technologydata cost assumptions)
21+
2022
`v0.4.1 <https://github.com/PyPSA/atlite/releases/tag/v0.4.1>`__ (12th May 2025)
2123
=======================================================================================
2224

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
2+
#
3+
# SPDX-License-Identifier: CC-BY-4.0
4+
5+
# Turbine characteristic data
6+
name: eno 126 3.5
7+
# The manufacturer of this turbine
8+
manufacturer: eno energy
9+
# Link to the original datasheet of the turbine
10+
source: https://www.eno-energy.com/maschinen/eno126/
11+
12+
# Hub height in meters
13+
HUB_HEIGHT: 117.0
14+
# Power curve, specified as lists of velocities and powers, including
15+
# cut-in and cut-out speeds
16+
# Power curve velocities in m/s
17+
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 25, 25]
18+
# Generated power from the power curves in MW
19+
POW: [0.000, 0.000, 0.032, 0.205, 0.424, 0.729, 1.168, 1.760, 2.334, 2.981, 3.362, 3.500, 3.500, 3.500, 0.000]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
2+
#
3+
# SPDX-License-Identifier: CC-BY-4.0
4+
5+
# Turbine characteristic data
6+
name: eno 126 4
7+
# The manufacturer of this turbine
8+
manufacturer: eno energy
9+
# Link to the original datasheet of the turbine
10+
source: https://www.eno-energy.com/maschinen/eno126/
11+
12+
# Hub height in meters
13+
HUB_HEIGHT: 117.0
14+
# Power curve, specified as lists of velocities and powers, including
15+
# cut-in and cut-out speeds
16+
# Power curve velocities in m/s
17+
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 25, 25]
18+
# Generated power from the power curves in MW
19+
POW: [0.000, 0.000, 0.0, 0.084, 0.346, 0.633, 0.945, 1.350, 1.833, 2.473, 3.215, 3.739, 4.000, 4.000, 0.000]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
2+
#
3+
# SPDX-License-Identifier: CC-BY-4.0
4+
5+
# Turbine characteristic data
6+
name: eno 126 4.8
7+
# The manufacturer of this turbine
8+
manufacturer: eno energy
9+
# Link to the original datasheet of the turbine
10+
source: https://www.eno-energy.com/maschinen/eno126/
11+
12+
# Hub height in meters
13+
HUB_HEIGHT: 117.0
14+
# Power curve, specified as lists of velocities and powers, including
15+
# cut-in and cut-out speeds
16+
# Power curve velocities in m/s
17+
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 25]
18+
# Generated power from the power curves in MW
19+
POW: [0.000, 0.000, 0.0, 0.209, 0.483, 0.965, 1.503, 2.077, 2.623, 3.078, 3.607, 4.126, 4.554, 4.781, 4.800, 4.800, 0.000]

0 commit comments

Comments
 (0)