Skip to content

Commit

Permalink
Merge pull request #1315 from NREL/hvac-seasons-fix
Browse files Browse the repository at this point in the history
Heating and Cooling Unavailable Days, follow-up
  • Loading branch information
joseph-robertson authored Oct 25, 2024
2 parents 0081eb7 + a893e2a commit 280a58c
Show file tree
Hide file tree
Showing 10 changed files with 60,154 additions and 60,156 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42234,7 +42234,7 @@ From ``project_national`` the list of options, option stock sturation, and optio

* - 1 day
- 0.82%
- 0
- 1
* - 1 month
- 0.35%
- 30
Expand Down
2 changes: 0 additions & 2 deletions measures/ResStockArguments/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,6 @@ 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
2 changes: 1 addition & 1 deletion resources/options_lookup.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -9942,7 +9942,7 @@ Heating Setpoint Offset Period Night -3h ResStockArguments "hvac_control_heating
Heating Setpoint Offset Period Night -4h ResStockArguments "hvac_control_heating_weekday_setpoint_schedule=-1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1" "hvac_control_heating_weekend_setpoint_schedule=-1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1"
Heating Setpoint Offset Period Night -5h ResStockArguments "hvac_control_heating_weekday_setpoint_schedule=-1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1" "hvac_control_heating_weekend_setpoint_schedule=-1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1"
Heating Setpoint Offset Period None ResStockArguments "hvac_control_heating_weekday_setpoint_schedule=0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" "hvac_control_heating_weekend_setpoint_schedule=0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0"
Heating Unavailable Days 1 day ResStockArguments schedules_space_heating_unavailable_days=0
Heating Unavailable Days 1 day ResStockArguments schedules_space_heating_unavailable_days=1
Heating Unavailable Days 1 month ResStockArguments schedules_space_heating_unavailable_days=30
Heating Unavailable Days 1 week ResStockArguments schedules_space_heating_unavailable_days=7
Heating Unavailable Days 2 weeks ResStockArguments schedules_space_heating_unavailable_days=14
Expand Down
208 changes: 104 additions & 104 deletions test/base_results/baseline/annual/results_characteristics.csv

Large diffs are not rendered by default.

174 changes: 87 additions & 87 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.

0 comments on commit 280a58c

Please sign in to comment.