Versions Compared

Key

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

...

The SecondaryValidation module can be used to perform certain checks on time series data. Some checks can generate log messages, which can trigger actions in the master controller, like e.g. sending warning e-mails. Another check is available for automatically modifying flags to 'doubtful' or 'unreliable' per time step when a constraint on multiple time series fails.

Configuration

An XML file for configuring an instance of the SecondaryValidation module called for example CheckImportedData could contain the following:

...

A SecondaryValidation configuration file is typically located in the moduleconfigfiles folder and can be used to configure one or more checks. The configured checks will be processed one by one in the specified order. Some checks can generate log messages, which can trigger actions in the master controller, like e.g. sending warning e-mails. Another check is available for automatically modifying flags to 'doubtful' or 'unreliable' per time step when a constraint on multiple time series fails.

Checks for generating log events

...