Skip to content

Commit

Permalink
Test with unavailable days set to zero.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Sep 26, 2024
1 parent 9da5229 commit 53aab90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions measures/ResStockArguments/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ def run(model, runner, user_arguments)
end

# HVAC Unavailability
args[:schedules_space_heating_unavailable_days] = 0
args[:schedules_space_cooling_unavailable_days] = 0
if (args[:schedules_space_heating_unavailable_days] > 0) || (args[:schedules_space_cooling_unavailable_days] > 0)
epw_path = File.absolute_path(File.join(File.dirname(__FILE__), '../../weather', File.basename(args[:weather_station_epw_filepath])))
if not File.exist? epw_path
Expand Down

0 comments on commit 53aab90

Please sign in to comment.