Merge pull request #280 from PyPSA/offshore-density
config: reduce default deployment density for offshore wind
This commit is contained in:
commit
02670c1b7f
@ -111,7 +111,7 @@ renewable:
|
|||||||
resource:
|
resource:
|
||||||
method: wind
|
method: wind
|
||||||
turbine: NREL_ReferenceTurbine_5MW_offshore
|
turbine: NREL_ReferenceTurbine_5MW_offshore
|
||||||
capacity_per_sqkm: 3
|
capacity_per_sqkm: 2
|
||||||
correction_factor: 0.8855
|
correction_factor: 0.8855
|
||||||
# proxy for wake losses
|
# proxy for wake losses
|
||||||
# from 10.1016/j.energy.2018.08.153
|
# from 10.1016/j.energy.2018.08.153
|
||||||
@ -128,7 +128,7 @@ renewable:
|
|||||||
method: wind
|
method: wind
|
||||||
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: 2
|
||||||
correction_factor: 0.8855
|
correction_factor: 0.8855
|
||||||
# proxy for wake losses
|
# proxy for wake losses
|
||||||
# from 10.1016/j.energy.2018.08.153
|
# from 10.1016/j.energy.2018.08.153
|
||||||
|
@ -15,6 +15,9 @@ Upcoming Release
|
|||||||
as a proxy for wake losses. More rigorous modelling is `planned <https://github.com/PyPSA/pypsa-eur/issues/153>`_
|
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>`_].
|
[`#277 <https://github.com/PyPSA/pypsa-eur/pull/277>`_].
|
||||||
|
|
||||||
|
* The default deployment density of AC- and DC-connected offshore wind capacity is reduced from 3 MW/sqkm
|
||||||
|
to a more conservative estimate of 2 MW/sqkm [`#280 <https://github.com/PyPSA/pypsa-eur/pull/280>`_].
|
||||||
|
|
||||||
|
|
||||||
PyPSA-Eur 0.4.0 (22th September 2021)
|
PyPSA-Eur 0.4.0 (22th September 2021)
|
||||||
=====================================
|
=====================================
|
||||||
|
Loading…
Reference in New Issue
Block a user