Show / Hide Table of Contents

Transitions

Datasheet internal name: stsim_Transition

Each State Class in a Stratum can have any number of Transition pathways.

Column Options

The fields for the Transitions property are:

Display Name Internal Name Optional Data Type Description
Iteration Iteration Yes Integer The Iteration for the pathway. If blank then the pathway applies to all iterations.
Timestep Timestep Yes Integer The Timestep for the pathway. If blank then the pathway applies to all timesteps.
Primary Stratum StratumIdSource Yes Integer The Primary Stratum for the source State Class of the pathway.
Class StateClassIdSource No Integer The source State Class of the pathway.
To Primary Stratum StatumIdDest Yes Integer The Primary Stratum for the destination State Class of the pathway. Default value (if left blank) is the same as Primary Stratum.
To Class StateClassIdDest Yes Integer The destination State Class of the pathway.
Secondary Stratum SecondaryStratumId Yes Integer The Secondary Stratum for the State Class.
Tertiary Stratum TertiaryStratumId Yes Integer The Tertiary Stratum for the State Class.
Transition Type TransitionTypeId No Integer The Transition Type associated with the pathway.
Probability Probability No Double The probability that this pathway will occur for the specified timestep.
Proportion Proportion Yes Double This Proportion field is used to help represent multiple branching pathways associated with a single Transition type for a particular source State Class. For example, suppose that there is a probability of 0.1 that a "Fire" Transition may occur for a particular source State Class, and that there are two possible pathways out of this class associated with this "Fire" Transition type, each occurring 50% of the time. Both pathways can be assigned the same value for the Prob field (i.e. 0.1), and then each pathway is assigned a value of 0.5 for the Propn field. When the model runs, the effective probability is calculated as Prob x Propn. Default value (if left blank) is 1.
Age Min AgeMin Yes Integer The minimum age for a simulation cell to be eligible for this pathway. The default value (if left blank) is the minimum age of the State Class to which the Transition applies.
Age Max AgeMax Yes Integer The maximum age for a simulation cell to be eligible for this pathway. The default value (if left blank) is the maximum age of the State Class to which the Transition applies.
Age Shift AgeRelative Yes Integer The relative change in the age of the simulation cell after the Transition occurs. For example, if the age of the simulation cell is 50 prior to the transition, and the Age Shift is set to -20 for a pathway, then the post-Transition age of the simulation cell will be 50-20=30. Note that the age of the simulation cell after a Transition can never be outside the bounds of the ages for the destination State Class. Default value (if left blank) is 0.
Age Reset AgeReset Yes Boolean If set to 'Yes' then the age of the simulation cell is reset to the minimum age of the destination State Class after a Transition occurs. For example if the minimum age of the destination State Class is 10, and the Age Reset is set to 'Yes', then the post-Transition age of the simulation cell will always be set to 10 (regardless of the source State Class age). If Age Reset is set to 'No' then the age will be set to the nearest value to the current age of the cell that still satisfies the age constraints of the destination state class. Note that this feature can be used in conjunction with the Age Shift field: so for example if the Age Shift is set +20 for the example above, then the post-Transition age of the simulation cell will be 10+20=30. Default value (if left blank) is 'Yes'.
TST Min TSTMin Yes Integer The minimum "time-since-transition" value for the simulation cell to be eligible for this pathway. Default value (if left blank) is 0.
TST Max TSTMax Yes Integer The maximum "time-since-transition" value for the simulation cell to be eligible for this pathway. Default value (if left blank) is 9999.
TST Shift TSTRelative Yes Integer The relative change in the "time-since-transition" (TST) value of the simulation cell after the Transition occurs. For example, if the TST of the simulation cell is 40 prior to the transition, and the TST Shift is set to -20 for a pathway, then the post-Transition TST of the simulation cell will be 40-20=20. Note that the TST of the simulation cell after a Transition can never be less than 0. Default value (if left blank) is -9999.

See Also

Use the Pathway Diagram to edit your Transitions more easily.

In This Article
Back to top Copyright 2007-2025 Apex Resource Management Solutions Ltd.
Generated by DocFX