Versions Compared

Key

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

...

The modifiers.xml defines which modifiers are available within a fews configuration. The modifiers can be
created in the modifiers panel. TimeValue-modifiers can also be created in the plot display by graphically
editing a time series or by changing values in the table. 

Config options which apply to all modifiers

The following config options apply to all modifier types.

 

restoreModifiersWhenApprovingForecastRun

In the forecast manager it is possible to approve a forecast. If this option is enabled the modifiers which were applied in this run will restored.

 

rollbackOverlappingModifiers

If an OC detects new committed modifiers which overlap with local non-finalized modifiers then the changes made by these local modifiers will be deleted.

 

autoCommit

By default local modifiers are committed when the user starts a server run in which these modifiers are used. When this option is enabled the modifiers will be committed directly after the moment they are changed.

 

Location attribute modifiers

...

This type of modifier can also be used to modify module parameter files of models. The difference but with the module parameter modifier type is that this type can be used to modify multiple parameter files with a single modifier.

This type of modifier was is mainly used for calibration purposes but it can also be used in an operational environment.

...

Code Block
    <multipleModuleParameterModifier id="example" name="example">
        <numberParameter id="SCF"/>
    </multipleModuleParameterModifier>

The configuration above declares that all module parameter files which have parameter SCF can be modified with the modifier "example".

 

Below an example of the display of this modifier.

...

The display will show all the module parameter files of the selected segment which have a parameter SCF. In this case there are two module parameter files with this id.which have parameter SCF.

 

It is possible to define a minimum and/or a maximum value for each the applied changes to a certain parameter.

Below an example.

...

In the example above the difference between the parameter SCF and SI will be kept the same.

 

Module parameters which are a table can by default be changed by using the table editor.

...

The values can editted by changing the values in the table and by clicking in the graph.

 

It is also possible to edit multiple parameters by using the <userDefinedXYEditor> option.

...

By clicking the add button more lines can be added. By selecting a row in the table and pressing apply a new set of parameter values can be  applied.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Transformation module parameter modifiers

...

Blending steps modifier

The blending steps modifier is a modifier which can only be used in combination with the transformation <adjust><adjustQ>.

...