MT Schedule Step Link Mode

Units:-
Default Value:0
Validation Rule:In (0,1,2)
Description:Controls how the solutions of each step are linked together.

This option controls how the steps of the simulation (controlled by Step Type At a Time are linked together and how they are solved. It can take the following values:

0 = "Link" (default)
The steps are linked together, so that the ending conditions from one step form the initial conditions for the next step.
1 = "Break"
The step links are broken. Each step reinitializes as if it had not knowledge of the 'previous' step.
2 = "Parallel"
The step links are broken as in "Break" mode, but additionally the steps are solved in parallel, with the option Maximum Parallel Tasks controlling the number of steps running concurrently.

If for example you have a one year horizon and set Step Type = "Month" and At a Time = 1 then MT Schedule will solve 12 one-month steps. "Link" and "Break" modes will solve the steps sequentially, whereas "Parallel" will solve the steps in parallel, which is faster, however in "Break" and "Parallel" modes the initial values of long term storage will not be passed between the steps, hence these modes should be used only on models that are naturally separable by month.

See also: