Skip to content

Commit

Permalink
fix assignment of cooling_cf for ExistingChiller
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed Feb 24, 2025
1 parent 480ffd7 commit 1b76b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/reopt_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ function setup_existing_chiller_inputs(s::AbstractScenario, max_sizes, min_sizes
existing_sizes["ExistingChiller"] = 0.0
cap_cost_slope["ExistingChiller"] = 0.0
cooling_cop["ExistingChiller"] .= s.existing_chiller.cop
cooling_cf["ExistingChiller"] .= ones(8760*s.settings.time_steps_per_hour)
cooling_cf["ExistingChiller"] = ones(8760*s.settings.time_steps_per_hour)
# om_cost_per_kw["ExistingChiller"] = 0.0
return nothing
end
Expand Down

0 comments on commit 1b76b8a

Please sign in to comment.