Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Code Block
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.

Anchor
limit
limit