ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A label has a name and a value and is a way of displaying information in ecflowview. Since the value can be anything (ASCII) it cannot be used in triggers.
task x
label name string
label OBS 0
label file "" # for empty label
The value of the label is set to be the default value given in the definition file when the suite is begun. This is useful in repeated suites: a task sets the label to be something, e.g. the number of observations, and once the suite is complete (and the next day starts) the number of observations is cleared.

  • No labels