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``).