Versions Compared

Key

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

scrollbar

What

nameofinstance.xml

Description

Configuration o the ARMA module

schema location

http://fews.wldelft.nl/schemas/version1.0/errorModelSets.xsd

Entry in ModuleDescriptors

<moduleDescriptor id="ErrorModel">
<description>Applies error correction module</description>
<className>nl.wldelft.fews.system.plugin.errormodel.ErrorModel</className>
</moduleDescriptor>

...

If this is true, then all missing values after the last non-missing value in the simulated time series are ignored. If this is false, then gives an error message when there are missing values after the last non-missing value in the simulated time series. Default is false.

loopOverMultipleTimeSeries

Since 2017.01. If this is true, then it is possible to configure locationSets in the input and output variables for this errorModel. This errorModel will then loop over these locations and run for each location separately. If this is false, then the observed input and output variables should contain only one location. In that case if the simulated input variable contains multiple time series, then these will be merged to create a single simulated input time series. Default is false. Note: looping over multiple ensemble members and/or qualifiers for the same location is not supported.

logLevelNoObservedValues

Optional. Specify the log level for the log message that is logged when all observed values are missing for a given input time series. Can be error, warn or info. Default is warn.

...