MATPOWER / most

MOST – MATPOWER Optimal Scheduling Tool, for steady-state power systems scheduling problems.
https://matpower.org/
Other
31 stars 11 forks source link

bug in t=1 storage constraints for rho ~= 1 #11

Closed rdzman closed 4 years ago

rdzman commented 4 years ago

For period t = 1 only, the constraints on storage dispatch and base scenario energy bounds, (4.33)-(4.34) in the MOST manual, are currently implemented as though rho = 1, independent of the actual value of rho.

The difference is a subtle one, with the stored energy at t = 0 represented by mdi.Storage.InitialStorage for rho = 0 and by the bounds mdi.Storage.InitialStorage[Lower/Upper]Bound for rho = 1.

rdzman commented 4 years ago

See also #9, which helped uncover this bug.