Skip to content

StateDMI / Command / SetWellHistoricalPumpingTSMonthly


Overview

The SetWellHistoricalPumpingTSMonthly command (for StateCU and StateMod) command sets the well historical pumping time series (monthly) for a specific well, by reading another time series. If data already exist, the previous time series is discarded. The period of the time series is set to the output period. This command is useful if data cannot be calculated in an automated fashion (e.g., municipal pumping may need to be specified manually).

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

SetWellHistoricalPumpingTSMonthly command editor

SetWellHistoricalPumpingTSMonthly Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

SetWellHistoricalPumpingTSMonthly(Parameter="Value",...)

Command Parameters

Parameter               Description Default          
ID
required
A single well station identifier to match or a pattern using wildcards (e.g., 20*). None – must be specified.
TSID The full time series identifier, which is used to locate and read the time series. Currently time series from StateMod and DateValue files, and HydroBase are recognized. See the TSTool input type appendices for the formats of these files. Other input types can be enabled if necessary. None – must be specified.
LEZeroInAverage Indicates whether values <= 0 should be considered when computing historical averages. True
IfNotFound Used for error handling, one of the following:
  • Add – add the time series if the ID is not matched and is not a wildcard
  • Fail – generate a failure message if the ID is not matched
  • Ignore – ignore (don’t add and don’t generate a message) if the ID is not matched
  • Warn – generate a warning message if the ID is not matched
Warn

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also