From db54006ac8e0cedb0e8302a5681130e9b91b1d75 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 5 Jan 2024 14:46:02 +0100 Subject: [PATCH] add exogenous transitions in 5-year steps --- config/config.default.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/config.default.yaml b/config/config.default.yaml index 17eac834..bc067266 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -368,8 +368,11 @@ sector: potential: 0.6 progress: 2020: 0.0 + 2025: 0.15 2030: 0.3 + 2035: 0.45 2040: 0.6 + 2045: 0.8 2050: 1.0 district_heating_loss: 0.15 cluster_heat_buses: false @@ -392,18 +395,27 @@ sector: v2g: true land_transport_fuel_cell_share: 2020: 0 + 2025: 0 2030: 0 + 2035: 0 2040: 0 + 2045: 0 2050: 0 land_transport_electric_share: 2020: 0 + 2025: 0.15 2030: 0.3 + 2035: 0.45 2040: 0.7 + 2045: 0.85 2050: 1 land_transport_ice_share: 2020: 1 + 2025: 0.85 2030: 0.7 + 2035: 0.55 2040: 0.3 + 2045: 0.15 2050: 0 transport_fuel_cell_efficiency: 0.5 transport_internal_combustion_efficiency: 0.3 @@ -417,18 +429,27 @@ sector: shipping_hydrogen_liquefaction: false shipping_hydrogen_share: 2020: 0 + 2025: 0 2030: 0 + 2035: 0 2040: 0 + 2045: 0 2050: 0 shipping_methanol_share: 2020: 0 + 2025: 0.15 2030: 0.3 + 2035: 0.5 2040: 0.7 + 2045: 0.85 2050: 1 shipping_oil_share: 2020: 1 + 2025: 0.85 2030: 0.7 + 2035: 0.5 2040: 0.3 + 2045: 0.15 2050: 0 shipping_methanol_efficiency: 0.46 shipping_oil_efficiency: 0.40