StateDMI / Command / WriteDiversionDemandTSMonthlyToStateMod
Overview
The WriteDiversionDemandTSMonthlyToStateMod
command (for StateMod)
writes diversion demand time series (monthly) to a StateMod diversion demand time series file.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
WriteDiversionDemandTSMonthlyToStateMod
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
WriteDiversionDemandTSMonthlyToStateMod(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
OutputFile |
The name of the output file to write, surrounded by double quotes. | None – must be specified. |
OutputStart |
The start date to write, using format YYYY-MM or MM/YYYY . |
Full period will be written. |
OutputEnd |
The end date to write, using format YYYY-MM or MM/YYYY . |
Full period will be written. |
OutputYearType |
The output year type to write, one of:
|
Calendar , or the value set by the previous SetOutputYearType command. |
Precision |
The number of digits after the decimal to write. | 2 |
MissingValue |
The value to write for missing data. | -999 |
WriteHow |
OverwriteFile if the file should be overwritten or UpdateFile if the file should be updated, resulting in the previous header being carried forward. |
OverwriteFile |
Examples
See the automated tests.
Troubleshooting
See Also
ReadDiversionDemandTSMonthlyFromStateMod
commandSetOutputYearType
command