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

Split out Other and TV plug loads #1213

Merged
merged 20 commits into from
May 21, 2024
Merged

Conversation

joseph-robertson
Copy link
Contributor

@joseph-robertson joseph-robertson commented Feb 27, 2024

Pull Request Description

Closes #1206.
Companion PR: https://github.com/NREL/resstock-estimation/pull/401.

This PR takes the RECS 2020 MLR results from the companion PR, and "plugs" them into ResStockArguments:

Single-Family Detached
Other = 863.26 + 219.26 * noccs + 0.33 * cfa

Single-Family Attached
Other = 654.92 + 206.52 * noccs + 0.21 * cfa

Apartment
Other = 706.6 + 149.27 * noccs + 0.1 * cfa

For TV, we are now using OS-HPXML defaults (i.e., TV = 413.0 + 69.0 * NumberofBedrooms based on ANSI/RESNET/ICC 301-2019, where NumberofBedrooms is adjusted based on NumberofResidents).

image
image
image

Checklist

Not all may apply:

  • Tests (and test files) have been updated
  • Documentation has been updated
  • Changelog has been updated
  • openstudio tasks.rb update_measures has been run
  • No unexpected regression test changes on CI (checked comparison artifacts)

@joseph-robertson joseph-robertson added this to the ResStock v3.3.0 milestone Feb 27, 2024
@joseph-robertson joseph-robertson self-assigned this Feb 27, 2024
@joseph-robertson
Copy link
Contributor Author

@afontani and I talked about:

  • keeping the RECS 2020 updates for Other plug loads
  • reverting the RECS 2020 updates for TV plug loads, and instead use 301 defaults from OS-HPXML
  • absorbing future changes related to bedrooms adjustment by building type

@joseph-robertson joseph-robertson marked this pull request as ready for review May 1, 2024 02:03
@joseph-robertson joseph-robertson requested a review from afontani May 1, 2024 02:05
@joseph-robertson joseph-robertson merged commit e9dc9f2 into develop May 21, 2024
@joseph-robertson joseph-robertson deleted the plug-loads-recs-2020 branch May 21, 2024 14:36
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 this pull request may close these issues.

Split out TVs and other technologies from Plug Loads
1 participant