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

Handle dual fuel measures #407

Open
jtlangevin opened this issue Aug 26, 2024 · 0 comments
Open

Handle dual fuel measures #407

jtlangevin opened this issue Aug 26, 2024 · 0 comments
Assignees

Comments

@jtlangevin
Copy link
Collaborator

jtlangevin commented Aug 26, 2024

Consumers may switch to a heat pump but keep original fuel as backup; the effects of partial remaining fossil fuel use on energy/emissions/costs should be accounted for in the Scout measure preparation module, ecm_prep.

Proposed approach:

  • Create measures with a “backup_fuel_fraction” parameter that points to supplemental data needed to determine the fraction of remaining original fuel use for the measure.
  • Develop a CSV for each measure in (a) that specifies remaining backup fuel use fraction (as a % of original total fuel use) by fuel and each region and building type the measure applies to.
  • Loop through all applicable baseline fuel segments for the measure and run the following adjustments to efficient case data (in partition_microsegment function) for each:
    • Increase in original fuel energy use = original fuel energy use * relevant fraction from (b)
    • Decrease in switched fuel energy use = switched fuel energy use * (1 - fraction from (b))
    • Adjusted efficient energy data = original efficient energy + c.i - c.ii
  • Repeat step (c) with additional multiplication by emissions factors and energy costs to get adjusted measure efficient emissions and energy cost results
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