Skip to content

StateDMI / Command / SetParcelGroundWaterSupply


Overview

The SetParcelGroundWaterSupply command (for StateCU and StateMod) edits a single groundwater supply for a parcel. The parcel must exist. See also the SetParcel and SetParcelSurfaceWaterSupply commands.

Command Editor

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

SetParcelGroundWaterSupply command editor

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

Command Syntax

The command syntax is as follows:

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

Command Parameters

Parameter                 Description Default                    
Year
required
Year for the parcel. None - must be specified.
ParcelID
required
Parcel identifier. None - must be specified.
WDID Water district identifier (WDID) for the well supply. Either WDID or Receipt must be specified.
Receipt Receipt for the well supply. Either WDID or Receipt must be specified.
IfNotFound Action taken if Year, ParcelID, and WDID (or Receipt) are not matched:
  • Add - add a new supply
  • Fail – generate a failure message
  • Ignore – ignore (don’t edit and don’t generate a message)
  • Warn – generate a warning message
Add
IfFound Action taken if Year and ParcelID, and WDID (or Receipt) are matched:
  • Set - set the supply data
  • Remove - remove the supply
  • Fail – generate a failure message
  • Ignore – ignore (don’t edit and don’t generate a message)
  • Warn – generate a warning message
Set

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also