From 8dd10dfd2334e1158274fd2880030bda9b321519 Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:15:31 +0200 Subject: [PATCH 1/2] add explanation for capacity_per_sqkm --- config.default.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index fddd75311..fe2fe7135 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -115,7 +115,9 @@ renewable: resource: method: wind turbine: Vestas_V112_3MW - capacity_per_sqkm: 3 # ScholzPhd Tab 4.3.1: 10MW/km^2 + capacity_per_sqkm: 3 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 30% fraction of the already restricted + # area is available for installation of wind generators due to competing land use and likely public + # acceptance issues. # correction_factor: 0.93 corine: # Scholz, Y. (2012). Renewable energy based electricity supply at low costs: @@ -132,7 +134,9 @@ renewable: resource: method: wind turbine: NREL_ReferenceTurbine_5MW_offshore - capacity_per_sqkm: 2 + capacity_per_sqkm: 2 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 20% fraction of the already restricted + # area is available for installation of wind generators due to competing land use and likely public + # acceptance issues. correction_factor: 0.8855 # proxy for wake losses # from 10.1016/j.energy.2018.08.153 @@ -150,8 +154,9 @@ renewable: resource: method: wind turbine: NREL_ReferenceTurbine_5MW_offshore - # ScholzPhd Tab 4.3.1: 10MW/km^2 - capacity_per_sqkm: 2 + capacity_per_sqkm: 2 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 30% fraction of the already restricted + # area is available for installation of wind generators due to competing land use and likely public + # acceptance issues. correction_factor: 0.8855 # proxy for wake losses # from 10.1016/j.energy.2018.08.153 @@ -172,7 +177,7 @@ renewable: orientation: slope: 35. azimuth: 180. - capacity_per_sqkm: 1.7 # ScholzPhd Tab 4.3.1: 170 MW/km^2 + capacity_per_sqkm: 1.7 # ScholzPhd Tab 4.3.1: 170 MW/km^2 and assuming 1% of the area can be used for solar PV panels # Correction factor determined by comparing uncorrected area-weighted full-load hours to those # published in Supplementary Data to # Pietzcker, Robert Carl, et al. "Using the sun to decarbonize the power From 108e3c0ff59b151a261b157f35b21af756ccfdb1 Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:19:01 +0200 Subject: [PATCH 2/2] fix typo --- config.default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.yaml b/config.default.yaml index fe2fe7135..1c864fa46 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -154,7 +154,7 @@ renewable: resource: method: wind turbine: NREL_ReferenceTurbine_5MW_offshore - capacity_per_sqkm: 2 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 30% fraction of the already restricted + capacity_per_sqkm: 2 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 20% fraction of the already restricted # area is available for installation of wind generators due to competing land use and likely public # acceptance issues. correction_factor: 0.8855