StateDMI / Command / WriteBlaneyCriddleToList
Overview
The WriteBlaneyCriddleToList
command (for StateCU)
writes Blaney-Criddle crop coefficients data to a delimited file.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
WriteBlaneyCriddleToList
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
WriteBlaneyCriddleToList(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
OutputFile required |
The name of the output file to write, surrounded by double quotes. | None – must be specified. |
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 |
Delimiter |
The delimiter character to use between columns. | , (comma) |
Examples
See the automated tests.
The following example illustrates how to process crop characteristics data from HydroBase:
ReadBlaneyCriddleFromHydroBase(BlaneyCriddleMethod="BLANEY-CRIDDLE_TR-21")
WriteBlaneyCriddleToList(OutputFile="test.lst")
Troubleshooting
See Also
ReadBlaneyCriddleFromStateCU
commandWriteBlaneyCriddleToStateCU
command