-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
Few additional issues I found while following up on this: 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. |
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. |
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.
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.
The text was updated successfully, but these errors were encountered: