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

Enhance representation of state/utility incentives #410

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

Enhance representation of state/utility incentives #410

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

Comments

@jtlangevin
Copy link
Collaborator

jtlangevin commented Aug 26, 2024

State/utility first cost incentives are represented at AEO ref. case levels, based on EIA modeling data that are updated with each AEO and reflect current programs. However, we need the ability to explore more aggressive scenarios of these incentives that go beyond the Reference Case forecast.

Proposed approach:

  • Create a database that lists assumptions about new incentives (e.g., % of total installed cost for given performance threshold; start and end year); extensions of existing incentives (through end year) and/or increases (or, for fossil equipment, removals) of existing incentives (% max ref. case incentive for start/end year) by state, building type, building vintage (new/existing), and technology, with applicability factors to map incentives that affect a portion of the state’s area.
    • Database could include rows for representing federal incentives (e.g., state = “all”) or in broad groupings of states (e.g., state = ”leading”; state= “usca”).
  • Apply the assumptions from (a) to code that applies first cost incentives (here):
    • For new incentives, assume new incentive is added on top of any existing incentives.
    • For extension, find the first year in the reference case forecast that reaches the maximum incentive level and extend it forward through the end year in (a).
    • For an increase, same as ii. but then increase by % specified in (a) for subsequent years.
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

No branches or pull requests

3 participants
@jtlangevin and others