Skip to content

Commit

Permalink
Update ashp_wh.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
atpham88 committed May 24, 2024
1 parent 7208885 commit 235e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/results/ashp_wh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function add_ashp_wh_results(m::JuMP.AbstractModel, p::REoptInputs, d::Dict; _n=
end
r["thermal_to_process_heat_load_series_mmbtu_per_hour"] = round.(value.(ASHPWHToProcessHeatKW ./ KWH_PER_MMBTU), digits=5)

r["electric_consumption_series_kw"] = round.(value.(ASHPWHElectricConsumptionSeries .+ ASHPColdElectricConsumptionSeries), digits=3)
r["electric_consumption_series_kw"] = round.(value.(ASHPWHElectricConsumptionSeries), digits=3)
r["annual_electric_consumption_kwh"] = p.hours_per_time_step * sum(r["electric_consumption_series_kw"])

d["ASHP_WH"] = r
Expand Down

0 comments on commit 235e36a

Please sign in to comment.