StateDMI / Command / SetRiverNetworkNode
Overview
The SetRiverNetworkNode
command (for StateMod)
sets data in existing river network nodes or adds a new river network node.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
SetRiverNetworkNode
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
SetRiverNetworkNode(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
ID |
A single river network node identifier to match or a pattern using wildcards (e.g., 20* ). |
None – must be specified. |
Name |
The name to be assigned for all matching river network nodes. | If not specified, the original value will remain. |
DownstreamRiverNodeID |
The downstream river node identifier to be assigned for all matching river network nodes. | If not specified, the original value will remain. |
Comment |
The comment to be assigned for all matching river network nodes. | If not specified, the original value will remain. |
MaxRechargeLimit |
The maximum recharge limit, CFS, for groundwater modeling, assigned for all matching river network nodes. | If not specified, the original value will remain. |
IfNotFound |
Used for error handling, one of the following:
|
Warn |
Examples
See the automated tests.
Troubleshooting
See Also
FillRiverNetworkNode
commandFillRiverNetworkFromHydroBase
commandFillRiverNetworkFromNetwork
command