From a67c5ea3b71139ed90130767dcf6c3d6fb7eec65 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 4 Jan 2024 19:03:34 +0100 Subject: [PATCH] default to full land transport electrification by 2050 --- config/config.default.yaml | 12 ++++++------ doc/release_notes.rst | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/config.default.yaml b/config/config.default.yaml index 7f1f2034..1e26781d 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -381,14 +381,14 @@ sector: v2g: true land_transport_fuel_cell_share: 2020: 0 - 2030: 0.05 - 2040: 0.1 - 2050: 0.15 + 2030: 0 + 2040: 0 + 2050: 0 land_transport_electric_share: 2020: 0 - 2030: 0.25 - 2040: 0.6 - 2050: 0.85 + 2030: 0.3 + 2040: 0.7 + 2050: 1 land_transport_ice_share: 2020: 1 2030: 0.7 diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 09417727..01833ccc 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -10,6 +10,8 @@ Release Notes Upcoming Release ================ +* Default to full electrification of land transport by 2050. + * Default to approximating transmission losses in HVAC lines (``transmission_losses: 2``).