From c29da02653502f664d8774d3836e217ad5db2cce Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Tue, 25 Apr 2023 14:37:05 +0200 Subject: [PATCH] add switch for UC and linearized UC --- config/config.default.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.default.yaml b/config/config.default.yaml index 1305456a..7293218f 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -345,6 +345,8 @@ solar_thermal: # only relevant for foresight = myopic or perfect existing_capacities: + unit_commitment: True # if unit commitment (UC) for conventional power plants is used + # UC is only applied to extendable plants if linearized UC is used grouping_years_power: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2020, 2025, 2030] grouping_years_heat: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2019] # these should not extend 2020 threshold_capacity: 10 @@ -623,6 +625,7 @@ solving: options: formulation: kirchhoff clip_p_max_pu: 1.e-2 + linearized_unit_commitment: True load_shedding: false noisy_costs: true skip_iterations: true