MATPOWER/most

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

rdzman opened this issue · 1 comments

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.

See also #9, which helped uncover this bug.