Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Heating and Cooling Unavailable Days #1307

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions measures/ResStockArguments/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +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
# 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
206 changes: 103 additions & 103 deletions test/base_results/baseline/annual/results_characteristics.csv

Large diffs are not rendered by default.

170 changes: 85 additions & 85 deletions test/base_results/baseline/annual/results_output.csv

Large diffs are not rendered by default.

24,844 changes: 12,422 additions & 12,422 deletions test/base_results/baseline/timeseries/buildstockbatch.csv

Large diffs are not rendered by default.

24,860 changes: 12,430 additions & 12,430 deletions test/base_results/baseline/timeseries/results_output.csv

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions test/base_results/upgrades/annual/results_output.csv

Large diffs are not rendered by default.

35,042 changes: 17,521 additions & 17,521 deletions test/base_results/upgrades/timeseries/buildstockbatch.csv

Large diffs are not rendered by default.

35,042 changes: 17,521 additions & 17,521 deletions test/base_results/upgrades/timeseries/results_output.csv

Large diffs are not rendered by default.