Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Upcoming Release
* Addressed `rasterio` DeprecationWarning on `crs.is_valid`.
* Fix calls to `cdsapi` for ERA5 to be compliant with current API syntax (https://github.com/PyPSA/atlite/pull/414 and https://github.com/PyPSA/atlite/pull/454).

* 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)

`v0.4.1 <https://github.com/PyPSA/atlite/releases/tag/v0.4.1>`__ (12th May 2025)
=======================================================================================

Expand Down
19 changes: 19 additions & 0 deletions atlite/resources/windturbine/Vestas_V112_3M_94.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
#
# SPDX-License-Identifier: CC-BY-4.0

# Turbine characteristic data
name: V112 3MW
# The manufacturer of this turbine
manufacturer: Vestas
# Link to the original datasheet of the turbine
source: http://nozebra.ipapercms.dk/Vestas/Communication/Productbrochure/V11230MW/V11230MWOffshoreUK/

# Hub height in meters
HUB_HEIGHT: 94.0
# Power curve, specified as lists of velocities and powers, including
# cut-in and cut-out speeds
# Power curve velocities in m/s
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 25, 25]
# Generated power from the power curves in MW
POW: [0.000, 0.000, 0.005, 0.150, 0.300, 0.525, 0.905, 1.375, 1.950, 2.580, 2.960, 3.050, 3.060, 3.060, 0.000]
19 changes: 19 additions & 0 deletions atlite/resources/windturbine/eno_126_3.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
#
# SPDX-License-Identifier: CC-BY-4.0

# Turbine characteristic data
name: eno 126 3.5
# The manufacturer of this turbine
manufacturer: eno energy
# Link to the original datasheet of the turbine
source: https://www.eno-energy.com/maschinen/eno126/

# Hub height in meters
HUB_HEIGHT: 117.0
# Power curve, specified as lists of velocities and powers, including
# cut-in and cut-out speeds
# Power curve velocities in m/s
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 25, 25]
# Generated power from the power curves in MW
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]
19 changes: 19 additions & 0 deletions atlite/resources/windturbine/eno_126_3.5_97.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
#
# SPDX-License-Identifier: CC-BY-4.0

# Turbine characteristic data
name: eno 126 3.5
# The manufacturer of this turbine
manufacturer: eno energy
# Link to the original datasheet of the turbine
source: https://www.eno-energy.com/maschinen/eno126/

# Hub height in meters
HUB_HEIGHT: 97.0
# Power curve, specified as lists of velocities and powers, including
# cut-in and cut-out speeds
# Power curve velocities in m/s
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 25, 25]
# Generated power from the power curves in MW
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]
19 changes: 19 additions & 0 deletions atlite/resources/windturbine/eno_126_4.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
#
# SPDX-License-Identifier: CC-BY-4.0

# Turbine characteristic data
name: eno 126 4.8
# The manufacturer of this turbine
manufacturer: eno energy
# Link to the original datasheet of the turbine
source: https://www.eno-energy.com/maschinen/eno126/

# Hub height in meters
HUB_HEIGHT: 117.0
# Power curve, specified as lists of velocities and powers, including
# cut-in and cut-out speeds
# Power curve velocities in m/s
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 25]
# Generated power from the power curves in MW
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]
19 changes: 19 additions & 0 deletions atlite/resources/windturbine/eno_126_4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
#
# SPDX-License-Identifier: CC-BY-4.0

# Turbine characteristic data
name: eno 126 4
# The manufacturer of this turbine
manufacturer: eno energy
# Link to the original datasheet of the turbine
source: https://www.eno-energy.com/maschinen/eno126/

# Hub height in meters
HUB_HEIGHT: 117.0
# Power curve, specified as lists of velocities and powers, including
# cut-in and cut-out speeds
# Power curve velocities in m/s
V: [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 25, 25]
# Generated power from the power curves in MW
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]
Loading