Skip to content

Commit

Permalink
fixed scenario.jl for processheat to include lat-long
Browse files Browse the repository at this point in the history
  • Loading branch information
bpulluta committed May 24, 2024
1 parent c6ff82e commit e56be43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/scenario.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ function Scenario(d::Dict; flex_hvac_from_json=false)
if haskey(d, "ProcessHeatLoad") && !haskey(d, "FlexibleHVAC")
existing_boiler_efficiency = get_existing_boiler_efficiency(d)
process_heat_load = ProcessHeatLoad(; dictkeys_tosymbols(d["ProcessHeatLoad"])...,
latitude=site.latitude, longitude=site.longitude,
time_steps_per_hour=settings.time_steps_per_hour,
existing_boiler_efficiency = existing_boiler_efficiency
)
Expand Down

0 comments on commit e56be43

Please sign in to comment.