Storage Decomposition Method

Units:-
Mode:Input Only
Multi-band:False
Default Value:1
Validation Rule:In (0,1,2)
Key Property:No
Description:Method used to pass the optimal storage trajectory from one simulation phase to the next.

Storage Decomposition Method controls the way the simulator decomposes the optimal LT Plan or MT Schedule storage trajectory (the sequence of End Volume values in time) down to ST Schedule. Decomposition is generally required only for storage that are large enough that they do not attain their bounds within a single step of ST Schedule. This switch takes the following values:

None (value = 0)
No trajectory or shadow prices information is passed to ST Schedule, thus ST Schedule is free to run the storage without reference to the mid-term solution.
Targets (value = 1)
The sequence of End Volume values out of LT Plan or MT Schedule is used to set target end storage volumes for each ST Schedule step. Thus ST Schedule will follow the same storage trajectory as the preceding simulation phase. To maintain feasibility, a penalty function is automatically created that allows the target to be violated at a pseudo-cost. The form of this penalty function are described below.
Shadow Prices (value = 2)
The Shadow Price from LT Plan or MT Schedule is used to set the value of step End Volume in ST Schedule. Thus ST Schedule will account for this future value of water in storage when optimizing the storage release decisions.

More information is available in the Hydro Reservoirs article.

Notes:

Penalty (i) = (Shadow Price + c) × x ^ i

where:

i is the band number

The size of the bands is controlled by the following power function:

(Target - Min Volume)) / 100.0) × a × e ^ (b × i)

where:

An option is available for user to penalize over-reaching of the target to force the exact targets in certain cases, See Hidden parameters for more information.