MOST 1.2
What's New in MOST 1.2
Released Dec 13, 2022
Below is a summary of the changes since version 1.1 of MOST. See the
CHANGES.md
file for all the gory details. For release notes for
previous versions, see Appendix B of the MOST User's Manual.
Changes:
- Ramping reserves and constraints are now included for the
transition from the initial state into period 1, except for
single-period problems. - Added calculation of expected TLMP (temporal locational marginal
price) based on work by Guo, Chen, Tong in [1,
2, 3]. For generators, these are
returned inmdo.results.GenTLMP
andmdo.results.CondGenTLMP
.
For storage units they are returned inmdo.results.StorageTLMPc
,
mdo.results.StorageTLMPd
,mdo.results.CondStorageTLMPc
, and
mdo.results.CondStorageTLMPd
. See Table 5-13 in the
MOST User's Manual. - For deterministic cases with storage where
ForceCyclicStorage
is 0,
ensure that initial storage bounds are equal to initial storage and
output a warning if they are modified. Fix deterministic UC tests
where this was causing results to change depending on value ofrho
.
Bugs Fixed:
- Plotting of commitment schedule using
plot_uc()
did not work
properly in a subplot, such as int_most_uc()
. Thanks to Lim Han. - Fix tests that were failing under Octave 7.x.
- Fix issue #29 where a typo caused a check on
md.UC.MinDown
> 1
to be skipped. Thanks to Talha Iqbal.
Incompatible Changes:
- Modified definition of ramping reserves for period t (and all
corresponding input and output parameters) to refer to the transition
from t-1 to t, not t to t+1. This means that the ramping
reserves for the transition into the first period are now optimization
variables and the corresponding constraints are explicit. This is for
multiperiod problems only. Ramping reserves and contraints are explicitly
excluded for single-period problems.
Note: This change also corrects an error in (4.11), where \gamma^t
is now correct. Previously it should have been \gamma^{t+1}, as it was
in the code.
References
-
Y. Guo, C. Chen and L. Tong, “Pricing Multi-Interval Dispatch Under
Uncertainty Part I: Dispatch-Following Incentives,” IEEE Transactions
on Power Systems, vol. 36, no. 5, pp. 3865–3877, Sept. 2021,
doi: 10.1109/TPWRS.2021.3055730. -
C. Chen, Y. Guo and L. Tong, “Pricing Multi-Interval Dispatch Under
Uncertainty Part II: Generalization and Performance,” IEEE Transactions
on Power Systems, vol. 36, no. 5, pp. 3878–3886, Sept. 2021,
doi: 10.1109/TPWRS.2020.3045162. -
C. Chen and L. Tong, “Pricing Real-time Stochastic Storage Operations,”
2022 Power Systems Computation Conference (PSCC), June 27–July 1, 2022,
doi: 10.48550/arXiv.2204.08140.