Skip to content

Commit

Permalink
Merge branch 'develop' into ll/duct_location
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiliu committed Aug 7, 2023
2 parents a2f8233 + 91b3bb3 commit 7553a49
Show file tree
Hide file tree
Showing 8 changed files with 70,583 additions and 70,582 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Fixes
- Set standard format for options_lookup ([#962](https://github.com/NREL/resstock/pull/962))
- Model a wood storage water heater when "Other Fuel" is sampled from Water Heater Efficiency.tsv (allowing downstream modeling of clothes washer/dryer). Similarly, model a wood wall/floor furnace when "Other" is sampled from HVAC Heating Efficiency.tsv ([#947](https://github.com/NREL/resstock/pull/947))
- Update ResStockArguments to support nonzero fraction of heat load served by the secondary heating system ([#1090](https://github.com/NREL/resstock/pull/1090))
- Fix square footage for a MF dwelling unit in the "3000-3999" CFA bin (from 33171 to 3171) ([#1115](https://github.com/NREL/resstock/pull/1115))
- Fix/clarify duct location assignment by defining Duct Location.tsv and make Duct Leakage to Outside.tsv (formerly Duct.tsv) dependent on Duct Location ([#1104](https://github.com/NREL/resstock/pull/1104))

## ResStock v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion measures/ResStockArguments/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def run(model, runner, user_arguments)
['2500-2999', HPXML::ResidentialTypeApartment] => 2648, # AHS 2021, multi-family weighted average
['3000-3999', HPXML::ResidentialTypeSFD] => 3310, # AHS 2021, 1 detached and mobile home weighted average
['3000-3999', HPXML::ResidentialTypeSFA] => 3228, # AHS 2021, 1 attached
['3000-3999', HPXML::ResidentialTypeApartment] => 33171, # AHS 2021, multi-family weighted average
['3000-3999', HPXML::ResidentialTypeApartment] => 3171, # AHS 2021, multi-family weighted average
['4000+', HPXML::ResidentialTypeSFD] => 5587, # AHS 2021, 1 detached and mobile home weighted average
['4000+', HPXML::ResidentialTypeSFA] => 7414, # AHS 2019, 1 attached
['4000+', HPXML::ResidentialTypeApartment] => 6348 } # AHS 2021, 4,000 or more all unit average
Expand Down
700 changes: 350 additions & 350 deletions test/base_results/baseline/annual/results_output.csv

Large diffs are not rendered by default.

35,040 changes: 17,520 additions & 17,520 deletions test/base_results/baseline/timeseries/buildstockbatch.csv

Large diffs are not rendered by default.

35,040 changes: 17,520 additions & 17,520 deletions test/base_results/baseline/timeseries/results_output.csv

Large diffs are not rendered by default.

302 changes: 151 additions & 151 deletions test/base_results/upgrades/annual/results_output.csv

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 7553a49

Please sign in to comment.