forked from PyPSA/pypsa-ariadne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenarios.manual.yaml
711 lines (672 loc) · 19 KB
/
scenarios.manual.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: MIT
CurrentPolicies:
# UBA CO2 pathway instead of KSG targets
# Europen CO2 pathway fixed at 2030 for 2035-2050
# Kernnetz is not assumed to be built
# Not forcing renewables after 2030
iiasa_database:
reference_scenario: CurrentPolicies
fallback_reference_scenario: CurrentPolicies # if the reference scenario is not available (due to late uploads)
co2_budget_DE_source: UBA
co2_budget:
2020: 0.720 # average emissions of 2019 to 2021 relative to 1990, excl LULUCF, EEA data, European Environment Agency. (2023a). Annual European Union greenhouse gas inventory 1990–2021 and inventory report 2023 - CRF Table. https://unfccc.int/documents/627830
2025: 0.675 # With existing measures (WEM) projection, CO2 excl LULUCF, European Environment Agency. (2023e). Member States’ greenhouse gas (GHG) emission projections 2023. https://www.eea.europa.eu/en/datahub/datahubitem-view/4b8d94a4-aed7-4e67-a54c-0623a50f48e8
2030: 0.569
2035: 0.502
2040: 0.452
2045: 0.431
2050: 0.419
costs:
horizon: "mean"
NEP: 2023
transmission: "underground" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
limits_capacity_min:
Generator:
onwind:
DE:
2030: 86.5 # 75 % Wind-an-Land Law
2035: 86.5
2040: 86.5
2045: 86.5
offwind:
DE:
2030: 17.3
2035: 29.3
2040: 29.3
2045: 29.3
solar:
DE:
2030: 161.25 # 75 % PV strategy
2035: 161.25
2040: 161.25
2045: 161.25
# boundary condition of maximum volumes
limits_capacity_max:
Generator:
offwind:
DE:
2020: 7.8
2025: 11.3
2030: 17.3 # 12 less than NEP, because of 1 year delay
2035: 35 # 29.3 + a little extra
2040: 70
2045: 70
onwind:
DE:
2030: 94.5 # uba Projektionsbericht
solar:
DE:
2030: 215 # uba Projektionsbericht
limits_volume_max:
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 40
2040: 80
2045: 125
electrolysis:
# boundary condition lower?
DE:
2020: 0
2025: 5
2030: 45
2035: 130
2040: 215
2045: 300
h2_derivate_import:
# boundary condition lower?
DE:
2020: 0
2025: 0
2030: 10
2035: 105
2040: 200
2045: 300
h2_import:
# boundary condition lower?
DE:
2020: 0
2025: 5
2030: 15
2035: 115
2040: 220
2045: 325
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.3
steam_electricity_fraction: 0.3
sector:
district_heating:
potential: 0.1
offshore_nep_force:
cutin_year: 2025
cutout_year: 2035 # Hackily reduced to 2030 if delay_years: 1
delay_years: 1
KN2045_Bal_v4:
# Ausgewogener Mix an Technologien zur Dekarbonisierung der Sektoren
# Breites Energieträgerportfolio in der Endenergie (Strom, Wasserstoff, synthetische Kraftstoffe)
# Ausbau der erneuerbare Stromerzeugung erreicht politisch gesetzte Ziele
# Importe erneuerbar erzeugter Energien auf mittlerem Niveau
# dient als Referenzszenario in der Familie der Ariadne-Szenarien
iiasa_database:
reference_scenario: KN2045_Bal_v4
fallback_reference_scenario: KN2045_Bal_v4
co2_budget_DE_source: KSG
costs:
horizon: "mean"
NEP: 2023
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
# boundary condition of maximum volumes
limits_volume_max:
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 40
2040: 80
2045: 125
electrolysis:
DE:
2020: 0
2025: 5
2030: 45
2035: 130
2040: 215
2045: 300
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 10
2035: 105
2040: 200
2045: 300
h2_import:
DE:
2020: 0
2025: 5
2030: 15
2035: 115
2040: 220
2045: 325
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
limits_capacity_min:
Link:
H2 Electrolysis:
DE:
2030: 5
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.3
steam_electricity_fraction: 0.3
KN2045_Elec_v4:
# Fokus auf dem Hochlauf von Technologien zur direkten Elektrifizierung der Sektoren
# Strom als präferierter Energieträger in der Endenergie, andere Energieträger ergänzend, wo nötig (Wasserstoff, synthetische Kraftstoffe)
# Ausbau der erneuerbaren Stromerzeugung erreicht politisch gesetzte Ziele
# Importe erneuerbar erzeugter Energien auf mittlerem Niveau
iiasa_database:
reference_scenario: KN2045_Elec_v4
fallback_reference_scenario: KN2045_Elec_v4
co2_budget_DE_source: KSG
costs:
horizon: "mean"
NEP: 2023
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
limits_volume_max:
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 50
2040: 100
2045: 150
electrolysis:
DE:
2020: 0
2025: 5
2030: 45
2035: 95
2040: 145
2045: 200
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 10
2035: 70
2040: 130
2045: 200
h2_import:
DE:
2020: 0
2025: 5
2030: 10
2035: 90
2040: 170
2045: 250
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
limits_capacity_min:
Link:
H2 Electrolysis:
DE:
2030: 5
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.1
steam_electricity_fraction: 0.5
KN2045_H2_v4:
# Fokus stärker auf dem Hochlauf von Technologien zur indirekten Elektrifizierung der Sektoren
# Verstärkter Einsatz von Wasserstoff und synthetischen Kraftstoffen - erneuerbar erzeugt und auch importiert
# Direkte Elektrifizierung spielt dennoch wesentliche Rolle bei der Dekarbonisierung der Endenergie
# Ausbau der erneuerbaren Stromerzeugung erreicht politisch gesetzte Ziele
iiasa_database:
reference_scenario: KN2045_H2_v4
fallback_reference_scenario: KN2045_H2_v4
co2_budget_DE_source: KSG
costs:
horizon: "mean"
NEP: 2023
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
limits_volume_max:
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 30
2040: 70
2045: 100 # scenario guidelines
# constrain hydrogen import in TWh
h2_import:
DE:
2020: 0
2025: 5
2030: 45 # scenario guidelines
2035: 155
2040: 265
2045: 400 # scenario guidelines
# import of h2 derivatives in TWh
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 10 # scenario guidelines
2035: 140
2040: 270
2045: 400 # scenario guidelines
electrolysis:
DE:
2020: 0
2025: 5
2030: 45 # scenario guidelines
2035: 160
2040: 275
2045: 400 # scenario guidelines
limits_volume_min:
electrolysis:
DE:
2025: 0
2030: 0
2035: 0
2040: 0
2045: 200
limits_capacity_min:
Link:
H2 Electrolysis:
DE:
2030: 5
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.5
steam_electricity_fraction: 0.1
KN2045plus_EasyRide:
# Endenergienachfrage ist geringer im Vergleich zu Szenarien 1-3
# Hochlauf klimafreundlicher/effizienter Technologien schneller und günstiger
# evtl. früheres Verbrennerverbot, schärferes Heizungsgesetz
# EE weiterhin auskömmlich nur werden die Ausbauziele evtl. nicht voll ausgeschöpft
# Verlagerung der energieintensiven Grundstoffindustrie
iiasa_database:
reference_scenario: KN2045plus_EasyRide # TODO: wait for database
fallback_reference_scenario: KN2045_Bal_v4
co2_budget_DE_source: KSG
costs:
horizon: "optimist"
NEP: 2023
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
# boundary condition of maximum volumes
limits_volume_max: # following the Bal scenario
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 40
2040: 80
2045: 125
electrolysis:
DE:
2020: 0
2025: 5
2030: 45
2035: 130
2040: 215
2045: 300
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 10
2035: 105
2040: 200
2045: 300
h2_import:
DE:
2020: 0
2025: 5
2030: 15
2035: 115
2040: 220
2045: 325
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
limits_capacity_min:
Link:
H2 Electrolysis:
DE:
2030: 5
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.3
steam_electricity_fraction: 0.3
KN2045plus_LowDemand:
# Im Vergleich zu Easy Ride eher knappe EE Erzeugung
# innerhalb Deutschlands und knappe Importe EE möglich
iiasa_database:
reference_scenario: KN2045plus_LowDemand # TODO: wait for database
fallback_reference_scenario: KN2045_Bal_v4
co2_budget_DE_source: KSG
costs:
horizon: "optimist"
NEP: 2023
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
# boundary condition of maximum volumes
limits_volume_max: # Half of the Bal scenario
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 20
2040: 40
2045: 62.5
electrolysis:
DE:
2020: 0
2025: 2.5
2030: 22.5
2035: 65
2040: 107.5
2045: 150
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 5
2035: 52.5
2040: 100
2045: 150
h2_import:
DE:
2020: 0
2025: 2.5
2030: 7.5
2035: 57.5
2040: 110
2045: 162.5
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
limits_capacity_min:
Link:
H2 Electrolysis:
DE:
2030: 5
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.3
steam_electricity_fraction: 0.3
KN2045minus_WorstCase:
# Nachfrage nach Endenergie ist höher als in den Szenarien 1-3
# schlechtere Akzeptanz in der Bevölkerung, Verzögerungen im Infrastrukturausbau,
# geringere Preissenkung für Technologien
# Verfehlen der Reduktionsziele in 2030 und 2045
# eher knapper Ausbau EE und EE Importe
iiasa_database:
reference_scenario: KN2045minus_WorstCase
fallback_reference_scenario: CurrentPolicies
co2_budget_DE_source: UBA
co2_budget:
2020: 0.720 # average emissions of 2019 to 2021 relative to 1990, excl LULUCF, EEA data, European Environment Agency. (2023a). Annual European Union greenhouse gas inventory 1990–2021 and inventory report 2023 - CRF Table. https://unfccc.int/documents/627830
2025: 0.675 # With existing measures (WEM) projection, CO2 excl LULUCF, European Environment Agency. (2023e). Member States’ greenhouse gas (GHG) emission projections 2023. https://www.eea.europa.eu/en/datahub/datahubitem-view/4b8d94a4-aed7-4e67-a54c-0623a50f48e8
2030: 0.569
2035: 0.502
2040: 0.452
2045: 0.431
2050: 0.419
costs:
horizon: "pessimist"
NEP: 2023
transmission: "underground" # either overhead line ("overhead") or underground cable ("underground")
solving:
constraints:
# boundary condition of maximum volumes
limits_volume_max: # Half of the Bal scenario
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 20
2040: 40
2045: 62.5
electrolysis:
DE:
2020: 0
2025: 2.5
2030: 22.5
2035: 65
2040: 107.5
2045: 150
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 5
2035: 52.5
2040: 100
2045: 150
h2_import:
DE:
2020: 0
2025: 2.5
2030: 7.5
2035: 57.5
2040: 110
2045: 162.5
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
limits_capacity_min:
Generator:
onwind:
DE:
2030: 86.5 # 75 % Wind-an-Land Law
2035: 86.5
2040: 86.5
2045: 86.5
offwind:
DE:
2030: 17.3 # 75 % Wind-auf-See Law
2035: 29.3
2040: 29.3
2045: 29.3
solar:
DE:
2030: 161.25 # 75 % PV strategy
2035: 161.25
2040: 161.25
2045: 161.25
Link:
H2 Electrolysis:
DE:
2030: 5
limits_capacity_max:
Generator:
offwind:
DE:
2020: 7.8
2025: 11.3
2030: 17.3 # 12 less than NEP, because of 1 year delay
2035: 35 # 29.3 + a little extra
2040: 70
2045: 70
onwind:
DE:
2030: 94.5 # uba Projektionsbericht
solar:
DE:
2030: 215 # uba Projektionsbericht
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.3
steam_electricity_fraction: 0.3
sector:
district_heating:
potential: 0.1
offshore_nep_force:
cutin_year: 2025
cutout_year: 2035 # Hackily reduced to 2030 if delay_years: 1
delay_years: 1
KN2045minus_SupplyFocus:
# Nachfrage genau so hoch wie in Szenario WorstCase
# Ausbau EE und EE Importe jetzt aber auskömmlich
iiasa_database:
reference_scenario: KN2045minus_SupplyFocus
fallback_reference_scenario: CurrentPolicies
costs:
horizon: "pessimist"
NEP: 2023
transmission: "underground" # either overhead line ("overhead") or underground cable ("underground")
co2_budget_DE_source: UBA
co2_budget:
2020: 0.720 # average emissions of 2019 to 2021 relative to 1990, excl LULUCF, EEA data, European Environment Agency. (2023a). Annual European Union greenhouse gas inventory 1990–2021 and inventory report 2023 - CRF Table. https://unfccc.int/documents/627830
2025: 0.675 # With existing measures (WEM) projection, CO2 excl LULUCF, European Environment Agency. (2023e). Member States’ greenhouse gas (GHG) emission projections 2023. https://www.eea.europa.eu/en/datahub/datahubitem-view/4b8d94a4-aed7-4e67-a54c-0623a50f48e8
2030: 0.569
2035: 0.502
2040: 0.452
2045: 0.431
2050: 0.419
solving:
constraints:
# boundary condition of maximum volumes
limits_volume_max: # following the Bal scenario
# constrain electricity import in TWh
electricity_import:
DE:
2020: -20
2025: 0
2030: 0
2035: 40
2040: 80
2045: 125
electrolysis:
DE:
2020: 0
2025: 5
2030: 45
2035: 130
2040: 215
2045: 300
h2_derivate_import:
DE:
2020: 0
2025: 0
2030: 10
2035: 105
2040: 200
2045: 300
h2_import:
DE:
2020: 0
2025: 5
2030: 15
2035: 115
2040: 220
2045: 325
limits_volume_min:
electrolysis:
DE:
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
limits_capacity_min:
Generator:
onwind:
DE:
2030: 115 # Wind-an-Land Law
2035: 115 # not forcing more EE
2040: 115
2045: 115
solar:
DE:
2025: 101
2030: 215 # PV strategy
2035: 215 # not forcing more EE
2040: 215
2045: 215
Link:
H2 Electrolysis:
DE:
2030: 5
limits_capacity_max:
Generator:
solar:
DE:
2030: 215 # uba Projektionsbericht
industry:
steam_biomass_fraction: 0.4
steam_hydrogen_fraction: 0.3
steam_electricity_fraction: 0.3