StateDMI / Command / ReadInstreamFlowStationsFromNetwork
Overview
The ReadInstreamFlowStationsFromNetwork
command for (StateMod)
reads a list of instream flow stations from a StateMod network file (XML or old Makenet)
and defines instream flow stations in memory.
The instream flow stations can then be manipulated and output with other commands.
Instream flow stations are actually modeled as a reach defined by upstream and downstream nodes.
Both nodes must be included in the network but the instream flow station file has a single record for each reach.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
ReadInstreamFlowStationsFromNetwork
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
ReadInstreamFlowStationsFromNetwork(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
InputFile required |
The name of the network file to be read. | None – must be specified. |
Examples
See the automated tests.
Troubleshooting
See the main troubleshooting documentation
See Also
ReadInstreamFlowStationsFromList
commandReadInstreamFlowStationsFromStateMod
commandWriteInstreamFlowStationsToStateMod
command