add correction factor to offshore wind for wake losses
This commit is contained in:
parent
54e35a3c86
commit
04c8d1fd02
@ -112,7 +112,10 @@ renewable:
|
|||||||
method: wind
|
method: wind
|
||||||
turbine: NREL_ReferenceTurbine_5MW_offshore
|
turbine: NREL_ReferenceTurbine_5MW_offshore
|
||||||
capacity_per_sqkm: 3
|
capacity_per_sqkm: 3
|
||||||
# correction_factor: 0.93
|
correction_factor: 0.8855
|
||||||
|
# proxy for wake losses
|
||||||
|
# from 10.1016/j.energy.2018.08.153
|
||||||
|
# until done more rigorously in #153
|
||||||
corine: [44, 255]
|
corine: [44, 255]
|
||||||
natura: true
|
natura: true
|
||||||
max_depth: 50
|
max_depth: 50
|
||||||
@ -126,7 +129,10 @@ renewable:
|
|||||||
turbine: NREL_ReferenceTurbine_5MW_offshore
|
turbine: NREL_ReferenceTurbine_5MW_offshore
|
||||||
# ScholzPhd Tab 4.3.1: 10MW/km^2
|
# ScholzPhd Tab 4.3.1: 10MW/km^2
|
||||||
capacity_per_sqkm: 3
|
capacity_per_sqkm: 3
|
||||||
# correction_factor: 0.93
|
correction_factor: 0.8855
|
||||||
|
# proxy for wake losses
|
||||||
|
# from 10.1016/j.energy.2018.08.153
|
||||||
|
# until done more rigorously in #153
|
||||||
corine: [44, 255]
|
corine: [44, 255]
|
||||||
natura: true
|
natura: true
|
||||||
max_depth: 50
|
max_depth: 50
|
||||||
|
@ -11,7 +11,9 @@ Release Notes
|
|||||||
Upcoming Release
|
Upcoming Release
|
||||||
================
|
================
|
||||||
|
|
||||||
* add new features and bugfixes here
|
* Add an efficiency factor of 88.55% to offshore wind capacity factors
|
||||||
|
as a proxy for wake losses. More rigorous modelling is `planned <https://github.com/PyPSA/pypsa-eur/issues/153>`_
|
||||||
|
[`#277 <https://github.com/PyPSA/pypsa-eur/pull/277>`_].
|
||||||
|
|
||||||
|
|
||||||
PyPSA-Eur 0.4.0 (22th September 2021)
|
PyPSA-Eur 0.4.0 (22th September 2021)
|
||||||
|
Loading…
Reference in New Issue
Block a user