StateDMI / Command / SetDiversionMultiStruct
Overview
The SetDiversionMultiStruct
command (for StateMod) sets diversion MultiStruct part identifier
data for:
- a StateMod diversion station
A diversion MultiStruct indicates that multiple diversion stations take water from more than one tributary but irrigate the same lands. Each diversion station is included in the model network and retains its normal capacity and historical diversions; however, average efficiencies are calculated using the combined demand and historical diversion time series. The demands for the primary structure (the first listed) are set to the total demands, with demands for secondary stations being set to zero. MultiStruct information should be specified after diversion stations are defined and before their use in other processing, such as reading data from HydroBase.
Diversion MultiStruct definition commands are required only when processing the demand time series.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
SetDiversionMultiStruct
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
SetDiversionMultiStruct(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
ID required |
The diversion identifier to associate with the MultiStruct part identifiers. | None – must be specified. |
PartIDs required |
The list of part identifiers to comprise the MultiStruct, separated by commas and/or spaces. The first identifier is the primary diversion station, and the others are secondary stations. | None – must be specified. |
IfNotFound |
Used for error handling, one of the following:
|
Warn |
Examples
See the automated tests.
Troubleshooting
See the main troubleshooting documentation
See Also
SetDiversionAggregate
commandSetDiversionMultiStructFromList
commandSetDiversionSystem
command