add switch for UC and linearized UC

This commit is contained in:
lisazeyen 2023-04-25 14:37:05 +02:00
parent ddd472b4da
commit c29da02653

View File

@ -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