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

Enable rim joists #831

Merged
merged 30 commits into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
05575ab
Update lookup for rim joist height and rvalue.
joseph-robertson Feb 11, 2022
bc61033
Add id filter to run_analysis.
joseph-robertson Feb 11, 2022
5f27f5b
Check for errors in cli output.
joseph-robertson Feb 11, 2022
0553864
Update foundation wall tsv files.
joseph-robertson Feb 11, 2022
3969f4f
Fix foundation wall exterior insulation in lookup.
joseph-robertson Feb 11, 2022
0b1a86b
Latest results.
Feb 11, 2022
d8e3782
Update changelog.
joseph-robertson Feb 14, 2022
2d38a24
Merge branch 'develop' into enable-rim-joists
joseph-robertson Feb 14, 2022
89299ab
Display failed ids.
joseph-robertson Feb 14, 2022
bb60e0b
Merge branch 'develop' into enable-rim-joists
joseph-robertson Feb 15, 2022
3964b1f
Handle rim joist assembly r from arguments measure.
joseph-robertson Feb 15, 2022
1bc9973
Update changelog.
joseph-robertson Feb 15, 2022
a41718e
Latest results.
Feb 15, 2022
5daba67
Merge branch 'run-analysis-updates' into enable-rim-joists
joseph-robertson Feb 15, 2022
6a634cb
Merge branch 'run-analysis-updates' into enable-rim-joists
joseph-robertson Feb 15, 2022
4a9f493
Update rim joist calcs for bridging considerations.
joseph-robertson Feb 15, 2022
f4b65ff
Merge branch 'develop' into enable-rim-joists
joseph-robertson Feb 15, 2022
e31aca8
Latest results.
Feb 15, 2022
1bbcd0a
Allow interior and exterior insulation.
joseph-robertson Feb 15, 2022
19535ea
Update changelog.
joseph-robertson Feb 15, 2022
7f1aea8
Clean up.
joseph-robertson Feb 16, 2022
b288d68
Delete project folders after testing.
joseph-robertson Feb 16, 2022
701b97c
Latest results.
Feb 16, 2022
bb84b1d
Merge branch 'develop' into enable-rim-joists
joseph-robertson Feb 16, 2022
f2fe9a4
Add rim joist upgrade example.
joseph-robertson Feb 16, 2022
87e7997
Latest results.
Feb 16, 2022
67abcdb
Change back to 1 upgrade sample.
joseph-robertson Feb 16, 2022
8bf8993
Latest results.
Feb 16, 2022
e1a50f2
Merge branch 'develop' into enable-rim-joists
joseph-robertson Feb 16, 2022
385418b
Latest results.
Feb 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## ResStock v2.6.0 (pending)

Features
- Enable rim joists for homes with basements/crawlspaces; assumes a height of 9.25 inches and insulation equal to foundation walls ([#831](https://github.com/NREL/resstock/pull/831))

Fixes

Expand Down
900 changes: 450 additions & 450 deletions project_national/housing_characteristics/Insulation Foundation Wall.tsv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Unheated Basement 0.000000 0.200000 0.200000 0.200000 0.200000 0.200000 0.294444
Heated Basement 0.000000 0.200000 0.200000 0.200000 0.200000 0.200000 0.072222
Vented Crawlspace 0.000000 0.200000 0.200000 0.200000 0.200000 0.200000 0.147222
Unvented Crawlspace 0.000000 0.200000 0.200000 0.200000 0.200000 0.200000 0.147222
Ambient 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.044444
Ambient 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.044444
Slab 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.294444
18 changes: 9 additions & 9 deletions resources/options_lookup.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ Geometry Building Number Units SFA 60 ResStockArguments geometry_building_num_un
Geometry Building Number Units SFA 90 ResStockArguments geometry_building_num_units=90
Geometry Building Number Units SFA 144 ResStockArguments geometry_building_num_units=144
Geometry Foundation Type Ambient ResStockArguments geometry_foundation_type=Ambient geometry_foundation_height=4 geometry_foundation_height_above_grade=4
Geometry Foundation Type Unheated Basement ResStockArguments geometry_foundation_type=UnconditionedBasement geometry_foundation_height=8 geometry_foundation_height_above_grade=1
Geometry Foundation Type Heated Basement ResStockArguments geometry_foundation_type=ConditionedBasement geometry_foundation_height=8 geometry_foundation_height_above_grade=1
Geometry Foundation Type Unheated Basement ResStockArguments geometry_foundation_type=UnconditionedBasement geometry_foundation_height=8 geometry_foundation_height_above_grade=1 geometry_rim_joist_height=9.25
Geometry Foundation Type Heated Basement ResStockArguments geometry_foundation_type=ConditionedBasement geometry_foundation_height=8 geometry_foundation_height_above_grade=1 geometry_rim_joist_height=9.25
Geometry Foundation Type Slab ResStockArguments geometry_foundation_type=SlabOnGrade geometry_foundation_height=0 geometry_foundation_height_above_grade=0
Geometry Foundation Type Vented Crawlspace ResStockArguments geometry_foundation_type=VentedCrawlspace geometry_foundation_height=4 geometry_foundation_height_above_grade=1
Geometry Foundation Type Unvented Crawlspace ResStockArguments geometry_foundation_type=UnventedCrawlspace geometry_foundation_height=4 geometry_foundation_height_above_grade=1
Geometry Foundation Type Vented Crawlspace ResStockArguments geometry_foundation_type=VentedCrawlspace geometry_foundation_height=4 geometry_foundation_height_above_grade=1 geometry_rim_joist_height=9.25
Geometry Foundation Type Unvented Crawlspace ResStockArguments geometry_foundation_type=UnventedCrawlspace geometry_foundation_height=4 geometry_foundation_height_above_grade=1 geometry_rim_joist_height=9.25
Geometry Heated Basement No
Geometry Heated Basement Yes
Geometry Wall Exterior Finish "Aluminum, Light" ResStockArguments wall_siding_type=aluminum siding wall_color=light exterior_finish_r=0.6
Expand Down Expand Up @@ -419,11 +419,11 @@ Insulation Floor Ceiling R-19 ResStockArguments floor_over_foundation_assembly_r
Insulation Floor Ceiling R-30 ResStockArguments floor_over_foundation_assembly_r=30.3 floor_over_garage_assembly_r=30.3
Insulation Floor Ceiling R-38 ResStockArguments floor_over_foundation_assembly_r=35.1 floor_over_garage_assembly_r=35.1
Insulation Foundation Wall None ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=0 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=0
Insulation Foundation Wall Uninsulated ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=0 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=0
Insulation Foundation Wall "Wall R-5, Exterior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=5 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto
Insulation Foundation Wall "Wall R-10, Exterior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=10 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto
Insulation Foundation Wall "Wall R-15, Exterior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=15 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto
Insulation Foundation Wall "Wall R-13, Interior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=13 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto
Insulation Foundation Wall Uninsulated ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=0 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=0 rim_joist_assembly_r=3.4
Insulation Foundation Wall "Wall R-5, Exterior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=5 foundation_wall_insulation_location=exterior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto rim_joist_assembly_r=7.5
Insulation Foundation Wall "Wall R-10, Exterior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=10 foundation_wall_insulation_location=exterior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto rim_joist_assembly_r=9.8
Insulation Foundation Wall "Wall R-13, Interior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=13 foundation_wall_insulation_location=interior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto rim_joist_assembly_r=11.3
Insulation Foundation Wall "Wall R-15, Exterior" ResStockArguments foundation_wall_type=solid concrete foundation_wall_thickness=auto foundation_wall_insulation_r=15 foundation_wall_insulation_location=exterior foundation_wall_insulation_distance_to_top=0 foundation_wall_insulation_distance_to_bottom=auto rim_joist_assembly_r=12.1
joseph-robertson marked this conversation as resolved.
Show resolved Hide resolved
Insulation Wall Void
Insulation Wall "Wood Stud, Uninsulated" ResStockArguments wall_type=WoodStud wall_assembly_r=3.4
Insulation Wall "Wood Stud, R-7" ResStockArguments wall_type=WoodStud wall_assembly_r=8.7
Expand Down