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

Confusion of floor area #1273

Closed
afontani opened this issue Jul 16, 2024 · 3 comments
Closed

Confusion of floor area #1273

afontani opened this issue Jul 16, 2024 · 3 comments

Comments

@afontani
Copy link
Contributor

afontani commented Jul 16, 2024

Right now ResStock uses AHS for floor area, updated in this PR. This floor area is closer to the "assessed" floor area. The input to OS-HPXML is the conditioned floor area (https://openstudio-hpxml.readthedocs.io/en/latest/workflow_inputs.html#hpxml-building-construction). Here is some evidence below where the AHS floor area is closer to the RECS energy consuming area and larger than the maximum heated and cooled floor area.
Screenshot 2024-07-16 at 4 19 22 PM

We have decided to use RECS 2020 data for the assigned values in ResStockArguments: https://github.com/NREL/resstock/blob/develop/measures/ResStockArguments/measure.rb#L409-L444.

A later item would be to introduce some randomness to the floor area bins. I generally have not liked that we use a single floor area for a bin. In the results.csv we report the simulated floor area, so some randomization wouldn't obscure the results too much or hide anything from the user.

Another change could be to move to RECS 2020 floor area distributions, but this would be a larger change and review of the results would be much more rigorous.

@rajeee
Copy link
Contributor

rajeee commented Aug 9, 2024

Few additional issues I found while following up on this:
In RECS 2020, we assume that floor area is given by TOTSQFT_EN minus the area of garage for all homes. This is actually not correct. TOTSQFT_EN includes the area of the garage only if the garage is heated or cooled. We should account for that. RECS 2020 does provide a field to indicate whether the garage is heated/cooled, so we should be able to easily account for that.

In RECS 2009 (we still use RECS 2009 for several of our TSVs), we assume that the floor area is given by the maximum of ("TOTHSQFT", "TOTCSQFT"). Not only is this inconsistent with how we do it in REC2020, it also suffers from the same issue that "TOTHSQFT" and "TOTCSQFT" may or may not include the garage area depending upon whether the garage is heated/cooled or not.

Since the floor area bin is supposed to be indicative of total conditioned floor area (aside from the garage), for both RECS2020 and RECS2009, we should switch to using TOTSQFT_EN if garage is neither heated nor cooled, and TOTSQFT_EN - garage_area if the garage is either heated or cooled.

@afontani afontani mentioned this issue Sep 17, 2024
6 tasks
@afontani afontani linked a pull request Oct 1, 2024 that will close this issue
3 tasks
@afontani
Copy link
Contributor Author

A couple of data-points:

  • National Average Conditioned Floor Area Before (v1): 1,651 sqft
  • National Average Conditioned Floor Area After (v2): 1,490 sqft
  • AHS 2023 Mean: 1,784 sqft
  • RECS 2020 MAX(TOTHSQFT,TOTCSQFT): 1667 sqft
  • RECS 2020 MAX(TOTHSQFT,TOTCSQFT) minus heating/cooled garage: 1648 sqft
  • RECS 2020 TOTENSQFT: 1,819 sqft
  • RECS 2020 TOTENSQFT minus heating/cooled garage: 1,799 sqft

A summary table of what spaces are included in various sources:
Screenshot 2024-10-01 at 1 50 27 PM
C = Conditioned, U=Unconditioned

@afontani
Copy link
Contributor Author

afontani commented Oct 16, 2024

The main differrence between what is in the TSVs and ResStock arguments is the inclusion of unconditioned basements in AHS. This would make the floor areas larger than expected according the the ANSI/RESNET/ICC 301 definition that OpenStudio-HPXML uses. Accounting for this change in ResStock resulted in a decrease of about 100 ft2 on average for ResStock. The floor area estimate was already close to what RECS 2020 says with removing heated and cooled garages.

This information has led me to decide that since AHS is a self-reported survey and the ResStock floor area estimate is close to the RECS 2020 estimate with the AHS data, removing the unconditioned basement piece of the floor area is not warranted.

I am closing this issue and the related PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants