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

Add water heater location #1125

Merged
merged 35 commits into from
Sep 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5a117f8
initial commit of new/updated tsv files
lixiliu Aug 24, 2023
d8af822
Add update_yml_precomputed_files
lixiliu Aug 24, 2023
4c5b76d
update options_lookup
lixiliu Aug 25, 2023
b1cded1
add yml_precomputed buildstock generation to github action
lixiliu Aug 25, 2023
954a370
update tsvs, buildstock script, CI action, yamls
lixiliu Aug 28, 2023
6b4b56b
update upgrade yamls
lixiliu Aug 29, 2023
d16c7df
update tsvs
lixiliu Sep 6, 2023
4c40fbf
Merge branch 'develop' into ll/water_heater_location
lixiliu Sep 6, 2023
3eb67a0
fix read_csv in buildstock generation
lixiliu Sep 6, 2023
1d9f878
new tsvs
lixiliu Sep 7, 2023
52e8267
update config
lixiliu Sep 7, 2023
94f54f5
new tsvs
lixiliu Sep 7, 2023
29fcff1
Merge branch 'develop' into ll/water_heater_location
lixiliu Sep 7, 2023
12e3eff
Merge branch 'develop' into ll/water_heater_location
lixiliu Sep 7, 2023
73f578a
fix indentations
lixiliu Sep 7, 2023
b172f0b
Merge branch 'll/water_heater_location' of https://github.com/NREL/re…
lixiliu Sep 7, 2023
c92ca65
new tsvs
lixiliu Sep 8, 2023
e583c10
update tsvs
lixiliu Sep 11, 2023
1d22a2e
Merge branch 'develop' into ll/water_heater_location
lixiliu Sep 11, 2023
5085fef
new tsvs
lixiliu Sep 11, 2023
1c3020b
prevent outside WH install in project_testing
lixiliu Sep 13, 2023
f19e63d
Latest results.
Sep 14, 2023
35cf073
add new warning to bypass for testing
lixiliu Sep 14, 2023
32dc0e7
Merge branch 'll/water_heater_location' of https://github.com/NREL/re…
lixiliu Sep 14, 2023
5ac7506
enforce ordering in CI config
lixiliu Sep 14, 2023
f6185f7
Minor cleanup
lixiliu Sep 14, 2023
58367ff
Latest results.
Sep 14, 2023
64d1db2
new tsvs with correct basement allocations
lixiliu Sep 14, 2023
778348c
Merge branch 'll/water_heater_location' of https://github.com/NREL/re…
lixiliu Sep 14, 2023
134f4aa
Latest results.
Sep 15, 2023
546a3fc
Tighten Geometry Space Combination so no option has 0 sampling_prob
lixiliu Sep 15, 2023
9b146bf
update change log
lixiliu Sep 19, 2023
706aeef
Update CI config to run precomputed buildstocks with analysis-tests
lixiliu Sep 19, 2023
c2b4156
Merge branch 'develop' into ll/water_heater_location
joseph-robertson Sep 20, 2023
10934c8
Latest results.
Sep 21, 2023
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Features
- Include HVAC secondary heating capabilities for project_testing ([#1090](https://github.com/NREL/resstock/pull/1090))
- For heat pump upgrades, adds the ability to set the existing primary (non-shared) heating system as the backup system using only a single option from the lookup ([#1074](https://github.com/NREL/resstock/pull/1074))
- options_saturations.csv is added to project_*/resources/ folder ([#1132](https://github.com/NREL/resstock/pull/1132))
- Add Water Heater Location, update Geometry Garage ([#1125](https://github.com/NREL/resstock/pull/1125))
- Add Water Heater Location and Geometry Space Combination, update Geometry Garage and Geometry Floor Area Bin to RECS2020, update RECS2020 microdata from v2 to v4, auto-generate buildstocks for yml_precomputed tests ([#1125](https://github.com/NREL/resstock/pull/1125))
lixiliu marked this conversation as resolved.
Show resolved Hide resolved

Fixes
- Set standard format for options_lookup ([#962](https://github.com/NREL/resstock/pull/962))
Expand Down