You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diverse adjustements for update of Szenarienreport (#155)
* focus_weight FR = IT = 2
* smoother path for electricity import limits
* start optimization in 2025
* keep 2050 out of interest
* fix focus_weight error
* add possibility to add H2 turbines in all of EU
* fix index
* update RES bounds in line with new ARIADNE modeling protocol
* force later retrofit of H2 plants
* disable plot_ariadne_variables for now
* ai: improve syntax to avoid indexing warnings
* define scenario with h2 plants in all of EU
* use uba data for 2030
* switch to administrative clustering with NUTS regions
* remove constraint for DE sequestration potential to avoid strange C flows
* Fh-ISE costs for solar-utility and solar-hsat
* homogenize decentral heating discount rate assumptions
* fix naming of solar-hsat in custom_costs; define different discount scenarios
* add separate variables for home and utility scale batteries
* Heuristically split existing solar capacities 50:50 between rootop and utility scale
* Make mixed decentral discount rates the new default
* allow H2 turbines in all of EU by default
* change to weatheryear 2013
* edit changelog
grouping_years_heat: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2020, 2024] # heat grouping years >= baseyear will be ignored
80
84
fill_value_gas_chp_lifetime: 40# if no explicit lifetime is given use 40 years. The number was chosen s.t. the existing capacities in 2020 match with statistics.
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#snapshots
88
92
snapshots:
89
-
start: "2019-01-01"
90
-
end: "2020-01-01"
93
+
start: "2013-01-01"
94
+
end: "2014-01-01"
91
95
inclusive: 'left'
92
96
93
97
atlite:
94
-
default_cutout: europe-2019-sarah3-era5
98
+
default_cutout: europe-2013-sarah3-era5
95
99
cutouts:
96
-
europe-2019-sarah3-era5:
100
+
europe-2013-sarah3-era5:
97
101
module: [sarah, era5] # in priority order
98
102
x: [-12., 42.]
99
103
y: [33., 72]
100
104
dx: 0.3
101
105
dy: 0.3
102
-
time: ['2019', '2019']
106
+
time: ['2013', '2013']
103
107
104
108
105
109
renewable:
106
110
onwind:
107
111
capacity_per_sqkm: 1.4
108
-
cutout: europe-2019-sarah3-era5
112
+
cutout: europe-2013-sarah3-era5
109
113
correction_factor: 0.95
110
114
resource:
111
115
smooth: false #this is false until correction to onshore wind speeds from GWA implemented
@@ -129,7 +133,7 @@ renewable:
129
133
offwind-ac:
130
134
capacity_per_sqkm: 6
131
135
landfall_length: 30
132
-
cutout: europe-2019-sarah3-era5
136
+
cutout: europe-2013-sarah3-era5
133
137
correction_factor: 0.95
134
138
resource:
135
139
smooth: true
@@ -153,7 +157,7 @@ renewable:
153
157
offwind-dc:
154
158
capacity_per_sqkm: 6
155
159
landfall_length: 30
156
-
cutout: europe-2019-sarah3-era5
160
+
cutout: europe-2013-sarah3-era5
157
161
correction_factor: 0.95
158
162
resource:
159
163
smooth: true
@@ -177,46 +181,48 @@ renewable:
177
181
offwind-float: # disabled at the moment
178
182
landfall_length: 30
179
183
capacity_per_sqkm: 6
180
-
cutout: europe-2019-sarah3-era5
184
+
cutout: europe-2013-sarah3-era5
181
185
correction_factor: 0.95
182
186
solar:
183
-
cutout: europe-2019-sarah3-era5
187
+
cutout: europe-2013-sarah3-era5
184
188
correction_factor: 0.9# scaling to Abbildung 36 of https://www.ise.fraunhofer.de/de/veroeffentlichungen/studien/aktuelle-fakten-zur-photovoltaik-in-deutschland.html
185
189
solar-hsat:
186
-
cutout: europe-2019-sarah3-era5
190
+
cutout: europe-2013-sarah3-era5
187
191
correction_factor: 0.9# scaling to Abbildung 36 of https://www.ise.fraunhofer.de/de/veroeffentlichungen/studien/aktuelle-fakten-zur-photovoltaik-in-deutschland.html
powerplants_filter: (DateOut >= 2019 or DateOut != DateOut) and not (Country == "DE" and Set == "CHP")
661
+
powerplants_filter: (DateOut >= 2024 or DateOut != DateOut) and not (Country == "DE" and Set == "CHP")
667
662
custom_powerplants: true
668
663
custom_file: resources/german_chp.csv
669
664
estimate_renewable_capacities:
670
-
year: 2019
671
-
H2_plants_DE:
672
-
enable: true
665
+
year: 2024
666
+
H2_plants:
667
+
enable: EU # allowed values: false, DE, EU
673
668
start: 2030# should be < force
674
-
force: 2035
669
+
force: 2045
675
670
cost_factor: 0.15# repurposing cost of OCGT gas to H2 in % investment cost in EUR/MW source: Christidis et al (2023) - H2-Ready-Gaskraftwerke, Table 3 https://reiner-lemoine-institut.de/wp-content/uploads/2023/11/RLI-Studie-H2-ready_DE.pdf
0 commit comments