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

Represent state appliance regulations scenarios #409

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

Represent state appliance regulations scenarios #409

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

Comments

@jtlangevin
Copy link
Collaborator

jtlangevin commented Aug 26, 2024

Competition across multiple potential measure adoption choices in run must consider additional, state-level regulations on certain types of appliances (e.g., CARB standards, NY gas ban).

Proposed approach:

  • Create a database that lists assumed restrictions on fossil fuel use by state, building type/vintage (new/existing), fossil fuel type, end use, and start year, with applicability factors to map policies that only affect a portion of the state’s area.
    • Database could include rows for representing regulations across broad groupings of states (e.g., state = ”leading”; state= “usca”)
  • In run module competition calculations for each baseline microsegment, use data from (a) to flag competing measures for characteristics that are prohibited under laws affecting appliances, e.g.:
    • Restricted fossil-based energy use in new buildings where the measure does not electrify.
  • When a measure is flagged in (b) for a given competed microsegment:
    • Determine what fraction of the microsegment’s competition the measure should be excluded from (e.g., 100% ban or a ban that applies to X% of the state’s population/building energy)
    • Pass the fraction determined in (c.i) to the find_added_sbmkt_fracs function, which will remove that portion from competition and distributed it to other competing measures
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

2 participants
@jtlangevin and others