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
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
update co2 targets with EEA historical values and projections (#266)
* update co2 targets with EEA historical values and projections
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: config/config.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -238,11 +238,11 @@ clustering:
238
238
239
239
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget
240
240
co2_budget:
241
-
2020: 0.800#20% reduction by 2020
242
-
2025: 0.620
241
+
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
242
+
2025: 0.648# With additional measures (WAM) 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
Copy file name to clipboardExpand all lines: config/scenarios.manual.yaml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ CurrentPolicies:
15
15
co2_budget_DE_source: UBA
16
16
17
17
co2_budget:
18
-
2020: 0.800#20% reduction by 2020
19
-
2025: 0.620
20
-
2030: 0.500# less than 55% reduction by 2030 (Ff55)
21
-
2035: 0.450# stagnation for the Trend scenario
22
-
2040: 0.450
23
-
2045: 0.450
24
-
2050: 0.450
18
+
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
19
+
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
20
+
2030: 0.569
21
+
2035: 0.502
22
+
2040: 0.452
23
+
2045: 0.431
24
+
2050: 0.419
25
25
26
26
costs:
27
27
horizon: "mean"
@@ -489,13 +489,13 @@ KN2045minus_WorstCase:
489
489
co2_budget_DE_source: UBA
490
490
491
491
co2_budget:
492
-
2020: 0.800#20% reduction by 2020
493
-
2025: 0.620
494
-
2030: 0.500# less than 55% reduction by 2030 (Ff55)
495
-
2035: 0.450# stagnation of CO2 reduction
496
-
2040: 0.450
497
-
2045: 0.450
498
-
2050: 0.450
492
+
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
493
+
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
494
+
2030: 0.569
495
+
2035: 0.502
496
+
2040: 0.452
497
+
2045: 0.431
498
+
2050: 0.419
499
499
500
500
costs:
501
501
horizon: "pessimist"
@@ -602,13 +602,13 @@ KN2045minus_SupplyFocus:
602
602
co2_budget_DE_source: UBA
603
603
604
604
co2_budget:
605
-
2020: 0.800#20% reduction by 2020
606
-
2025: 0.620
607
-
2030: 0.500# less than 55% reduction by 2030 (Ff55)
608
-
2035: 0.450# stagnation of CO2 reduction
609
-
2040: 0.450
610
-
2045: 0.450
611
-
2050: 0.450
605
+
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
606
+
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
0 commit comments