From 682d3d857b3ff9908b77c3ef57b562fa339a39bc Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 18 Jan 2024 17:25:05 +0100 Subject: [PATCH] cluster heat buses by default --- config/config.default.yaml | 2 +- doc/release_notes.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.default.yaml b/config/config.default.yaml index 1d28223f..661f855e 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -376,7 +376,7 @@ sector: 2045: 0.8 2050: 1.0 district_heating_loss: 0.15 - cluster_heat_buses: false + cluster_heat_buses: true bev_dsm_restriction_value: 0.75 bev_dsm_restriction_time: 7 transport_heating_deadband_upper: 20. diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 44cea086..7b0b8c33 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -18,6 +18,7 @@ Upcoming Release * Add warning when BEV availability weekly profile has negative values in `build_transport_demand`. +* Cluster residential and services heat buses by default. Can be disabled with ``cluster_heat_buses: false``. PyPSA-Eur 0.9.0 (5th January 2024) ==================================