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

Account for cooling additions under electrification #406

Open
jtlangevin opened this issue Aug 26, 2024 · 1 comment
Open

Account for cooling additions under electrification #406

jtlangevin opened this issue Aug 26, 2024 · 1 comment
Assignees
Milestone

Comments

@jtlangevin
Copy link
Collaborator

Additional residential cooling energy is added each time a heat pump is adopted in a home that did not previously have cooling; this added energy/emissions/costs should be considered in the Scout measure preparation module, ecm_prep.

Proposed Approach:

  • Create measures that represent fraction of baseline heating segments without cooling; include baseline cooling segments for these measures, but scaled to zero.

    • Resolve mkt. scaling fractions that represent heating without cooling by BA climate region
  • Loop through measure heating segments and determine/record the # of heating units that convert to heat pumps by region, building type, and building vintage

  • Loop through measure cooling segments and pull the following data for each region, building type, and vintage combination (in partition_microsegment function):

    • Unit-level baseline cooling energy use (MMBtu/base cooling unit)
    • Measure relative cooling performance vs. baseline cooling unit (%)
    • Calculate total added cooling energy (and emissions/costs) for region/building/vintage:
      • added cooling = b * c.i * c.ii
  • Add (c.iii) to the measure’s efficient results

@jtlangevin
Copy link
Collaborator Author

jtlangevin commented Oct 28, 2024

Initially added in commit 4d1d09f and updated in commit 2f480b6; needs unit testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant