TSTool / Command / StateModMax
Overview
The StateModMax
command performs the following actions:
- Read all time series from one StateMod time series file,
- Read all time series from a second StateMod time series file,
- Generate a list of time series that contains the maximum values comparing matching time series (using the location identifier). The first list is updated and the second list is discarded.
This command is useful, for example, when creating a demand time series file that
is to be the maximum of historical diversions and irrigation water
requirement divided by an average efficiency.
It is assumed that the specified time series have matching identifiers (the
first file is used as the master list) and have consistent units and data intervals.
After the time series have been processed, they can be viewed or written out as a new StateMod file (see the
WriteStateMod
command).
This legacy command is very specific and a more general version may be implemented in the future.
Command Editor
The following dialog is used to edit the command and illustrates the syntax of the command.
StateModMax
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
StateModMax(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
InputFile1 |
The name of the first StateMod time series file to read, surrounded by double quotes. The path to the file can be absolute or relative to the working directory. | None – must be specified. |
InputFile2 |
The name of the second StateMod time series file to read, which must have the same data interval and units as the first file. | None – must be specified. |
Examples
See the automated tests.
A sample command file is as follows:
StateModMax("rgTW.ddh","rgTWC_prelim.ddm")
WriteStateMod(OutputFile="rgTW.ddm")
Troubleshooting
See Also
WriteStateMod
command