Skip to content

Commit 687bd02

Browse files
chore: set ptes.dynamic_capacity default to false (#1924)
* flip sector:district_heating:ptes:dynamic_capacity:true to false * update release notes
1 parent 3e1c6bb commit 687bd02

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

config/config.default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ sector:
520520
rolling_window_ambient_temperature: 72
521521
relative_annual_temperature_reduction: 0.01
522522
ptes:
523-
dynamic_capacity: true
523+
dynamic_capacity: false
524524
supplemental_heating:
525525
enable: false
526526
booster_heat_pump: false

doc/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Release Notes
99
Upcoming Release
1010
================
1111

12+
* chore: disable PTES dynamic capacity by default
13+
1214
* Add CO2 emission prices configurable per planning horizon for sector-coupled models.
1315
The CO2 price is added as a marginal cost on the `co2 atmosphere` Store.
1416

0 commit comments

Comments
 (0)