Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Companion Pull Request: resstock-estimation #36
The purpose of the pull request is to introduce vacant units into the residential stock. This work was motivated by the following maps that shows the fraction of vacant units by building type and PUMA.
The large fraction of vacant units, especially multi-family units in urban areas may partially be causing our over prediction of the electric load from multi-family dwelling units according to timeseries Load Research Data (LRD) or Advanced Metering Infrastructure (AMI) data. Utilities typically do not tract vacant units, just metered units or customers. The introduction of vacant units should help bring down the average or aggregate load per dwelling unit.
Data identified
Data was pulled from PUMS 5-yr 2016. PUMS distinguishes the number of vacant dwelling units and what type of unit is vacant. The fields from PUMS are as follows:
Vacancy Status.tsv
These delineations are put into 2 options: Occupied and Vacant. Where sample counts are less than 10, the state average distribution is inserted.
Assumptions
Seasonal or occasional use units
Currently in
options_lookup.tsv
Seasonal or occasional use units are treated as vacant. The option is still split out for future improvement if/when vacations are includes into the stochastic occupancy model or when data is identified to determine the when the seasonal or occasional use units are occupied.Heating and Cooling Setpoints and Setpoint Schedules
It is currently assumed that the heating and cooling setpoints and setpoint schedules are the same as occupied units.
YAML file update
With the introduction of vacant units, the total units represented should be updated to the total dwelling units in the American Community Servey (ACS). The total dwelling units in ACS 5-yr 2016 is 133,172,057.
Checklist
Not all may apply:
project_testing
project_testing
runs without any failuresFor more information on how to perform these checklist items, see the documentation's Advanced Tutorial.