-
Notifications
You must be signed in to change notification settings - Fork 23
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
Reporting to isolate envelope deployment #413
Comments
So we're assuming that if you do the envelope upgrade you also replace the equipment? I think it's a reasonable assumption but just want to make sure I'm understanding correctly. |
We represent the two in a decoupled way - envelope upgrades occur on their own cycle, as do HVAC equipment upgrades. But in the packaging we map the former's energy use impacts to the latter's adoption, such that HVAC equipment stock is the anchor and adopted either with or without a parallel envelope measure simultaneously in place. |
Follows approach suggested in issue #413.
Follows approach suggested in issue #413.
Follows approach suggested in issue #413.
Follows approach suggested in issue #413.
When HVAC and envelope measures are packaged together,
efficient-captured
energy use results do not specifically breakout the portion of homes/buildings in each year that have envelope and HVAC upgrades deployed together vs. those that are not yet due for the envelope upgrades and have only deployed HVAC improvements – these are all lumped into one whole. However, we need to be able to explicitly track the deployment of HVAC-only vs. HVAC+envelope packages for such measures to allow the appropriate measure/hourly savings shape assignments in the B-SS workflow that disaggregates annual/state results from Scout to the hourly and county-levels.Proposed approach:
ecm_prep
, for a given envelope/HVAC package measure, track the percentage of total efficient-case energy use for that measure that reflects homes with both HVAC and envelope upgrades deployed.ecm_prep.json
as a complement toefficient-captured
reporting variable,efficient-captured-envelope
where the latter represents the HVAC energy inefficient-captured
that is consumed in homes that have also deployed whatever envelope upgrades are included in the given measure package by the given year. (This variable would only be present for HVAC/envelope packages, and would otherwise not be reported.)'markets' -> [adopt scenario] -> 'mseg_out_break' -> 'energy' -> 'efficient-captured'
'markets' -> [adopt scenario] -> 'mseg_out_break' -> 'energy' -> 'efficient-captured-envelope'
run
reporting variables:'Markets and Savings (by Category)' -> [adopt scenario] -> 'Efficient Energy Use, Measure (MMBtu)'
'Markets and Savings (by Category)' -> [adopt scenario] -> 'Efficient Energy Use, Measure-Envelope (MMBtu)'
The text was updated successfully, but these errors were encountered: