Skip to content

Commit

Permalink
Changed constraint to require a 100 hour electrothermal battery
Browse files Browse the repository at this point in the history
  • Loading branch information
toddleif committed Sep 30, 2024
1 parent 766d006 commit 8c9530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraints/storage_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function add_electrothermal_storage_dispatch_constraints(m, p, b; _n="")
)

# Require battery to be a certain duration battery
@constraint(m, m[Symbol("dvStoragePower"*_n)][b] == m[Symbol("dvStorageEnergy"*_n)][b] / 48)
@constraint(m, m[Symbol("dvStoragePower"*_n)][b] == m[Symbol("dvStorageEnergy"*_n)][b] / 100)



Expand Down

0 comments on commit 8c9530c

Please sign in to comment.