StateDMI / Command / FillClimateStation
Overview
The FillClimateStation
command (for StateCU)
fills missing data in existing climate stations.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
FillClimateStation
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
FillClimateStation(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
ID |
A single climate station identifier to match or a pattern using wildcards (e.g., 20* ). |
None – must be specified. |
Latitude |
The climate station latitude to be assigned for all matching climate stations with missing latitude. | If not specified, the original value will remain. |
Elevation |
The climate station elevation to be assigned for all matching climate stations with missing elevation. | If not specified, the original value will remain. |
Region1 |
The climate station Region1 (typically county) to be assigned for all matching climate stations with missing Region1 . |
If not specified, the original value will remain. |
Region2 |
The climate station Region2 (traditionally HUC but can be blank) to be assigned for all matching climate stations with missing Region2 . |
If not specified, the original value will remain. |
Name |
The climate station name to be assigned for all matching climate stations with missing name. | If not specified, the original value will remain. |
HeightHumidityMeas |
The height of humidity and temperature measurements (feet), only used with daily analysis. | If not specified, the original value will remain. |
HeightWindMeas |
The height of wind measurements (feet), only used with daily analysis. | If not specified, the original value will remain. |
IfNotFound |
Used for error handling, one of the following:
|
Warn |
Examples
See the automated tests.
Troubleshooting
See Also
FillClimateStationsFromHydroBase
commandSetClimateStation
command