-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue:
Right now, the charge tier is fixed at the beginning of the optimization problem, if the optimal solution violates this assumption then the actual cost (evaluated in post) may be different (usually higher). This can result in issues in calculating the shadow cost of emissions abatement, especially if the calculated cost-optimal cost is higher than the emissions-optimal cost.
Potential fix:
Two options:
- iteratively solve tariffs and re-build the costing equations by re-calculating the consumption dict. After a few iterations, this should make post-optimization cost evaluation = within optimization cost variable. No guarantees.
- implement charge tier constraints within the optimization problem (in
electric-emission-cost).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working