From 60c423c7ec066334b696021adabc0f09a1d8689b Mon Sep 17 00:00:00 2001 From: adfarth Date: Wed, 17 Jan 2024 22:13:03 -0700 Subject: [PATCH] remove old comment out --- src/core/reopt.jl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/reopt.jl b/src/core/reopt.jl index 7850eadcb..8b41d1447 100644 --- a/src/core/reopt.jl +++ b/src/core/reopt.jl @@ -483,14 +483,6 @@ function build_reopt!(m::JuMP.AbstractModel, p::REoptInputs) # Set model objective @objective(m, Min, m[:Costs] + m[:ObjectiveIncentives] ) - - # if !(isempty(p.s.storage.types.elec)) && p.s.settings.add_soc_incentive # Keep SOC high - # @objective(m, Min, m[:Costs] - - # sum(m[:dvStoredEnergy][b, ts] for b in p.s.storage.types.elec, ts in p.time_steps) / - # (8760. / p.hours_per_time_step) - # ) - - # end for b in p.s.storage.types.elec if p.s.storage.attr[b].model_degradation