diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 7a2c785d..d6e588a8 100755 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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 `__ (12th May 2025) ======================================================================================= diff --git a/atlite/resources/windturbine/Vestas_V112_3M_94.yaml b/atlite/resources/windturbine/Vestas_V112_3M_94.yaml new file mode 100644 index 00000000..debbe951 --- /dev/null +++ b/atlite/resources/windturbine/Vestas_V112_3M_94.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Contributors to 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] diff --git a/atlite/resources/windturbine/eno_126_3.5.yaml b/atlite/resources/windturbine/eno_126_3.5.yaml new file mode 100644 index 00000000..eecb153b --- /dev/null +++ b/atlite/resources/windturbine/eno_126_3.5.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Contributors to 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] diff --git a/atlite/resources/windturbine/eno_126_3.5_97.yaml b/atlite/resources/windturbine/eno_126_3.5_97.yaml new file mode 100644 index 00000000..f6542f6f --- /dev/null +++ b/atlite/resources/windturbine/eno_126_3.5_97.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Contributors to 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] diff --git a/atlite/resources/windturbine/eno_126_4.8.yaml b/atlite/resources/windturbine/eno_126_4.8.yaml new file mode 100644 index 00000000..26de1a6c --- /dev/null +++ b/atlite/resources/windturbine/eno_126_4.8.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Contributors to 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] diff --git a/atlite/resources/windturbine/eno_126_4.yaml b/atlite/resources/windturbine/eno_126_4.yaml new file mode 100644 index 00000000..bd5a5ab3 --- /dev/null +++ b/atlite/resources/windturbine/eno_126_4.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Contributors to 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]