pypsa-usa icon indicating copy to clipboard operation
pypsa-usa copied to clipboard

Configuration options for spatital/temporal cost multipliers

Open trevorb1 opened this issue 2 years ago • 0 comments

Feature Request

It would be good to have configuration file options for how to apply cost data multipliers

Suggested Solution

A simple implementation of the options we could add is given below.

costs:
  multipliers:
     regional:
       capex: true # apply capex multipliers at a state level
       fuel: true # apply fuel costs at a state level
     temporal:
       fuel: true # apply monthly variance in fuel costs

Additional Info

No response

trevorb1 avatar Sep 25 '23 18:09 trevorb1