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

Integrate ARIS data #1214

Merged
merged 17 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Fixes
- Remove old HPWH options from options_lookup ([#1190](https://github.com/NREL/resstock/pull/1190))
- Reorganize the emissions and utility rates data folders such that their sources and functions are more clear ([#1195](https://github.com/NREL/resstock/pull/1195))
- Move location of out-of-unit (shared) water heaters to conditioned mechanical room ([#1201](https://github.com/NREL/resstock/pull/1201))
- Update the Alaska residential stock characterization using the Alaska Retrofit Information System data ([#1214](https://github.com/NREL/resstock/pull/1214))


## ResStock v3.2.0
Expand Down
176 changes: 155 additions & 21 deletions docs/read_the_docs/source/workflow_inputs/characteristics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,9 @@ Assumption

- \[1] State coarsened to Census Division RECS without AK, HI

- \[2] Heating Fuel coarsened to Other Fuel and Propane combined
- \[2] Heating Fuel coarsened to Other Fuel, Wood and Propane combined

- \[3] Heating Fuel coarsened to Fuel Oil, Other Fuel, and Propane combined
- \[3] Heating Fuel coarsened to Fuel Oil, Other Fuel, Wood and Propane combined

- \[4] Geometry Building Type RECS coarsened to SF/MF/MH

Expand Down Expand Up @@ -1076,9 +1076,9 @@ Assumption

- \[1] State coarsened to Census Division RECS with AK/HI separate

- \[2] Heating Fuel coarsened to Other Fuel and Propane combined
- \[2] Heating Fuel coarsened to Other Fuel, Wood and Propane combined

- \[3] Heating Fuel coarsened to Fuel Oil, Other Fuel, and Propane combined
- \[3] Heating Fuel coarsened to Fuel Oil, Other Fuel, Wood and Propane combined

- \[4] Geometry Building Type RECS coarsened to SF/MF/MH

Expand Down Expand Up @@ -1557,6 +1557,21 @@ Source
- \Unit counts are from the American Community Survey 5-yr 2016.


.. _custom_state:

Custom State
------------

Description
***********

A custom selection of states to be able to have more fine tuned probability distributionin states where we have more data

Created by
**********

``sources/aris/tsv_maker.py``

.. _dehumidifier:

Dehumidifier
Expand Down Expand Up @@ -3284,13 +3299,15 @@ The presence and type of primary cooling system in the dwelling unit.
Created by
**********

``sources/recs/recs2020/tsv_maker.py``
``sources/recs/recs2020/tsv_maker.py and sources/aris/tsv_maker.py``

Source
******

- \U.S. EIA 2020 Residential Energy Consumption Survey (RECS) microdata.

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********
Expand All @@ -3301,6 +3318,12 @@ Assumption

- \Homes having non-ducted heat pump for heating is assumed to have non-ducted heat pumpfor cooling

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, we are not modelling any central and room AC.

- \For Alaska, cooling systems are never shared.


.. _hvac_has_ducts:

Expand Down Expand Up @@ -3406,7 +3429,7 @@ The presence and efficiency of the primary heating system in the dwelling unit.
Created by
**********

``sources/recs/recs2020/tsv_maker.py``
``sources/recs/recs2020/tsv_maker.py and sources/aris/tsv_maker.py``

Source
******
Expand All @@ -3417,6 +3440,8 @@ Source

- \Efficiency data based on expanded_HESC_HVAC_efficiencies.tsv combined with age of equipment data from RECS

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********
Expand All @@ -3433,7 +3458,17 @@ Assumption

- \For 'other' heating system types, we assign them to Electric Baseboard if fuel is Electric, and assign them to Wall/Floor Furnace if fuel is natural_gas, fuel_oil or propane.

- \For Other Fuel, the lowest efficiency systems are assumed.
- \For Other Fuel and Wood, the lowest efficiency systems are assumed.

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, electric space heaters are modelled as electric baseboards.

- \For Alaska, Toyo/monitor direct-vent devices and other fuel space heaters are not modeled.

- \For Alaska, fireplace and stoves are not modeled.

- \For Alaska, heat pumps are assumed to be non-ducted air source heat pumps.


Arguments
Expand Down Expand Up @@ -3696,20 +3731,24 @@ The presence and type of the primary heating system in the dwelling unit.
Created by
**********

``sources/recs/recs2020/tsv_maker.py``
``sources/recs/recs2020/tsv_maker.py and sources/aris/tsv_maker.py``

Source
******

- \U.S. EIA 2020 Residential Energy Consumption Survey (RECS) microdata.

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********

- \Due to low sample sizes, fallback rules applied with lumping of

- \1) Heating fuel lump: Fuel oil, Propane, and Other Fuel2) Geometry building SF: Mobile, Single family attached, Single family detached3) Geometry building MF: Multi-Family with 2 - 4 Units, Multi-Family with 5+ Units4) Vintage Lump: 20yrs bins
- \1) Heating fuel lump: Fuel oil, Propane, Wood and Other Fuel2) Geometry building SF: Mobile, Single family attached, Single family detached3) Geometry building MF: Multi-Family with 2 - 4 Units, Multi-Family with 5+ Units4) Vintage Lump: 20yrs bins

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.


.. _hvac_heating_type_and_fuel:
Expand Down Expand Up @@ -3741,17 +3780,31 @@ HVAC Secondary Heating Efficiency
Description
***********

Efficiency of the secondary heating system (not used in project_national).
The efficiency and type of the heating system.

Created by
**********

manually created
``sources/aris/tsv_maker.py``

Source
******

- \n/a
- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, electric space heaters are modelled as electric baseboards.

- \For Alaska, Toyo/monitor direct-vent devices and other fuel space heaters are not modeled.

- \For Alaska, fireplace and stoves are not modeled.

- \For Alaska, heat pumps are assumed to be non-ducted air source heat pumps.


Arguments
Expand Down Expand Up @@ -3799,12 +3852,28 @@ HVAC Secondary Heating Fuel
Description
***********

Secondary HVAC system heating type and fuel (not used in project_national).
Secondary Heating Fuel for the dwelling unit

Created by
**********

manually created
``sources/aris/tsv_maker.py``

Source
******

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, all wood is modelled as cord wood.

- \For Alaska, when heating uses more than one fuels, the fuel with highest consumption is considered the primary (heating) fuel, and fuel with second highest usage (provided it is at least 10% of total energy use across all fuels) is considered secondary (heating) fuel - except in case of electric heating, which is always assumed as primary. Rest of the fuels are ignored.


Arguments
*********
Expand Down Expand Up @@ -3833,12 +3902,26 @@ HVAC Secondary Heating Partial Space Conditioning
Description
***********

Fraction of heat load served by secondary heating system (not used in project_national).
The fraction of heating load served by secondary heating system

Created by
**********

manually created
``sources/aris/tsv_maker.py``

Source
******

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, the fraction of the load served by the secondary heating system is calculated as the ratio of annual energy used by secondary fuel and annual energy used by secondary and primary fuel.


Arguments
*********
Expand All @@ -3859,6 +3942,35 @@ Arguments
-
- The heat load served fraction of the second heating system. Ignored if this heating system serves as a backup system for a heat pump.

.. _hvac_secondary_heating_type:

HVAC Secondary Heating Type
---------------------------

Description
***********

The efficiency and type of the heating system.

Created by
**********

``sources/aris/tsv_maker.py``

Source
******

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, all heat pumps are assumed to be non-ducted mini-splits.


.. _hvac_shared_efficiencies:

HVAC Shared Efficiencies
Expand Down Expand Up @@ -4348,13 +4460,15 @@ The primary fuel used for heating the dwelling unit.
Created by
**********

``sources/pums/pums2019_5yrs/tsv_maker.py``
``sources/pums/pums2019_5yrs/tsv_maker.py and sources/aris/tsv_maker.py``

Source
******

- \2019-5yrs Public Use Microdata Samples (PUMS). IPUMS USA, University of Minnesota, www.ipums.org.

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********
Expand All @@ -4363,6 +4477,12 @@ Assumption

- \2. Remaining Mobile Homes < 10 are replaced by Single-Family Detached + Mobile Homes combined: [DE, RI, SD, VT, WY, and all DC].

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, all wood is modelled as cord wood.

- \For Alaska, when heating uses more than one fuels, the fuel with highest consumption is considered the primary (heating) fuel, and fuel with second highest usage (provided it is at least 10% of total energy use across all fuels) is considered secondary (heating) fuel - except in case of electric heating, which is always assumed as primary. Rest of the fuels are ignored.


Arguments
*********
Expand Down Expand Up @@ -4936,13 +5056,15 @@ Air leakage rates for the living and garage spaces
Created by
**********

``sources/resdb/tsv_maker.py``
``sources/resdb/tsv_maker.py and sources/aris/tsv_maker.py``

Source
******

- \Distributions are based on the cumulative distribution functions from the Residential Diagnostics Database (ResDB), http://resdb.lbl.gov/.

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********
Expand All @@ -4957,6 +5079,10 @@ Assumption

- \Climate zones 7AK and 8AK are averages of 6A and 6B.

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, Infiltration ACH50 values are calculated based on CFM50 from blower door test and estimated volume of the home.


Arguments
*********
Expand Down Expand Up @@ -6314,9 +6440,9 @@ Assumption

- \[1] State coarsened to Census Division RECS with AK/HI separate

- \[2] Heating Fuel coarsened to Other Fuel and Propane combined
- \[2] Heating Fuel coarsened to Other Fuel, Wood and Propane combined

- \[3] Heating Fuel coarsened to Fuel Oil, Other Fuel, and Propane combined
- \[3] Heating Fuel coarsened to Fuel Oil, Other Fuel, Wood and Propane combined

- \[4] Geometry Building Type RECS coarsened to SF/MF/MH

Expand Down Expand Up @@ -8141,13 +8267,15 @@ The water heater fuel type.
Created by
**********

``sources/recs/recs2020/tsv_maker.py``
``sources/recs/recs2020/tsv_maker.py and sources/aris/tsv_maker.py``

Source
******

- \U.S. EIA 2020 Residential Energy Consumption Survey (RECS) microdata.

- \Alaska specific distribution is based on Alaska Retrofit Information System (2008 to 2022) maintained by Alaska Housing Finance Corpotation.


Assumption
**********
Expand All @@ -8162,6 +8290,12 @@ Assumption

- \[4] State: Census Region[5] State: National

- \For Alaska, we are using a field in ARIS that lumps muti-family 2-4 units and multi-family 5+ units buildings together. Data from the American Community Survey is used to distribute the between these two building types.

- \For Alaska, wood and coal heating is modeled as other fuel.

- \For Alaska, when a building uses more than one fuel for water heating, the fuel with highest consumption is considered the water heater fuel. Rest of the fuels are ignored.


.. _water_heater_in_unit:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build_existing_model.corridor,:ref:`corridor`
build_existing_model.county,:ref:`county`
build_existing_model.county_and_puma,:ref:`county_and_puma`
build_existing_model.county_metro_status,:ref:`county_metro_status`
build_existing_model.custom_state,:ref:`custom_state`
build_existing_model.dehumidifier,:ref:`dehumidifier`
build_existing_model.dishwasher,:ref:`dishwasher`
build_existing_model.dishwasher_usage_level,:ref:`dishwasher_usage_level`
Expand Down Expand Up @@ -83,6 +84,7 @@ build_existing_model.hvac_heating_type_and_fuel,:ref:`hvac_heating_type_and_fuel
build_existing_model.hvac_secondary_heating_efficiency,:ref:`hvac_secondary_heating_efficiency`
build_existing_model.hvac_secondary_heating_fuel,:ref:`hvac_secondary_heating_fuel`
build_existing_model.hvac_secondary_heating_partial_space_conditioning,:ref:`hvac_secondary_heating_partial_space_conditioning`
build_existing_model.hvac_secondary_heating_type,:ref:`hvac_secondary_heating_type`
build_existing_model.hvac_shared_efficiencies,:ref:`hvac_shared_efficiencies`
build_existing_model.hvac_system_is_faulted,:ref:`hvac_system_is_faulted`
build_existing_model.hvac_system_single_speed_ac_airflow,:ref:`hvac_system_single_speed_ac_airflow`
Expand Down
Loading