From e554082e1132bf596aaf629c4298155608fe6bca Mon Sep 17 00:00:00 2001 From: Michael Lindner Date: Wed, 30 Oct 2024 15:17:47 +0100 Subject: [PATCH 1/2] update co2_budget --- config/config.default.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/config.default.yaml b/config/config.default.yaml index a475c6fdf..fa56f07a0 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -74,13 +74,13 @@ enable: # docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget co2_budget: - 2020: 0.701 - 2025: 0.524 - 2030: 0.297 - 2035: 0.150 - 2040: 0.071 - 2045: 0.032 - 2050: 0.000 + 2020: 0.720 # average emissions of 2019 to 2021 relative to 1990, CO2 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.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 + 2030: 0.450 # 55% reduction by 2030 (Ff55) + 2035: 0.250 + 2040: 0.100 # 90% by 2040 + 2045: 0.050 + 2050: 0.000 # climate-neutral by 2050 # docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#electricity electricity: From 92a1906347a9721bcd6f38fbefb69698a2eea989 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:19:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- rules/retrieve.smk | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/retrieve.smk b/rules/retrieve.smk index e6f60b2f0..03986cecc 100755 --- a/rules/retrieve.smk +++ b/rules/retrieve.smk @@ -690,4 +690,3 @@ if config["enable"]["retrieve"]: with open(output_path, "wb") as f: f.write(response.content) -