StateDMI / Command / CheckInstreamFlowDemandTSAverageMonthly
Overview
The CheckInstreamFlowDemandTSAverageMonthly
command (for StateMod) checks
instream flow demand time series (average monthly) data for problems. The command should usually be used with a
WriteCheckFile
command at the end of a command file.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
CheckInstreamFlowDemandTSAverageMonthly
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
CheckInstreamFlowDemandTSAverageMonthly(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
ID |
The identifier for the location(s) to check. Use * to match a pattern. |
None – must be specified. |
IfNotFound |
One of the following:
|
Warn |
Examples
See the automated tests.
The following excerpt from a command file illustrates how instream flow demand time series can be checked and written to a StateMod file:
#
# Create instream demand time series file
#
WriteInstreamFlowDemandTSAverageMonthlyToStateMod(OutputFile="..\STATEMOD\cm2005.ifa")
#
# Check the results
CheckInstreamFlowDemandTSAverageMonthly(ID="*")
WriteCheckFile(OutputFile="ifa.commands.StateDMI.check.html")
Troubleshooting
See Also
WriteCheckFile
command