Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 06b56b4

Browse files
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>
1 parent a34dd91 commit 06b56b4

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

config/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ clustering:
238238

239239
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget
240240
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
243243
2030: 0.450 # 55% reduction by 2030 (Ff55)
244244
2035: 0.250
245-
2040: 0.100 # goal to be set next year
245+
2040: 0.100 # 90% by 2040
246246
2045: 0.050
247247
2050: 0.000 # climate-neutral by 2050
248248

config/scenarios.manual.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ CurrentPolicies:
1515
co2_budget_DE_source: UBA
1616

1717
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
2525

2626
costs:
2727
horizon: "mean"
@@ -489,13 +489,13 @@ KN2045minus_WorstCase:
489489
co2_budget_DE_source: UBA
490490

491491
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
499499

500500
costs:
501501
horizon: "pessimist"
@@ -602,13 +602,13 @@ KN2045minus_SupplyFocus:
602602
co2_budget_DE_source: UBA
603603

604604
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
607+
2030: 0.569
608+
2035: 0.502
609+
2040: 0.452
610+
2045: 0.431
611+
2050: 0.419
612612
solving:
613613
constraints:
614614
# boundary condition of maximum volumes

0 commit comments

Comments
 (0)