NREL / resstock

Highly granular modeling of residential building stocks at national, regional, and local scales using OpenStudio/EnergyPlus.
https://resstock.nrel.gov
Other
104 stars 51 forks source link

Update to RECS 2020 data #1031

Closed afontani closed 1 year ago

afontani commented 1 year ago

Pull Request Description

Companion PR: ResStock-Estimation #323

Transitioning characteristics to use the EIA's 2020 RECS survey final characteristics. The development effort had the following goals:

Goals of the effort:

Characteristics that use the 2020 RECS data:

Checklist

Not all may apply:

joseph-robertson commented 1 year ago

@afontani

FYI, OS-HPXML adjusts number of bedrooms, based on RECS 2015 relationships between nbeds/noccs/dwtypes, when doing an operational calculation (the resstock default): https://openstudio-hpxml.readthedocs.io/en/latest/workflow_inputs.html#hpxml-occupancy-calculation-type

Are there plans to update these relationships?

afontani commented 1 year ago

@afontani

FYI, OS-HPXML adjusts number of bedrooms, based on RECS 2015 relationships between nbeds/noccs/dwtypes, when doing an operational calculation (the resstock default): https://openstudio-hpxml.readthedocs.io/en/latest/workflow_inputs.html#hpxml-occupancy-calculation-type

Are there plans to update these relationships?

I was going to wait to update the regression equations after the final energy end-use data was released. I guess these equations could get updated now. I don't expect the characteristics of 2020 RECS to change.

afontani commented 1 year ago

Can we add a changelog entry for this?

@joseph-robertson : Done. 2ca14ec

afontani commented 1 year ago

Should n_buildings_represented in the project ymls be updated (since adding AK/HI)?

Because integration test samples change, how do / should we check for regressions?

Thanks. Addressed a4bce99. I have taken a look at the regression comparisons before this commit. Increasing the unit counts will just increase the total energy. Moving forward we should be consistent after the merge.