Skip to content

Commit

Permalink
Update thermal_storage.jl
Browse files Browse the repository at this point in the history
fixed comment error in add_hot_storage_results
  • Loading branch information
jgifford914 authored Oct 8, 2024
1 parent 8fb82aa commit 71f309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/results/thermal_storage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function add_hot_storage_results(m::JuMP.AbstractModel, p::REoptInputs, d::Dict,
# Note: the node number is an empty string if evaluating a single `Site`.

kwh_per_gal = 1.0 #get_kwh_per_gal(p.s.storage.attr[b].hot_water_temp_degF,
p.s.storage.attr[b].cool_water_temp_degF)
# p.s.storage.attr[b].cool_water_temp_degF)

r = Dict{String, Any}()
size_kwh = round(value(m[Symbol("dvStorageEnergy"*_n)][b]), digits=3)
Expand Down

0 comments on commit 71f309a

Please sign in to comment.