Skip to content

Commit

Permalink
Join ERROR_MODE documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Sep 5, 2024
1 parent 18d8c4a commit 49ffd06
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/reference/configuration/observations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,17 @@ the measurement and a minimum error of 0.10, which is equivalent to:
ERROR_MIN = 0.10;
};
.. _error_modes:

Error modes for summary observations
------------------------------------

The item ERROR_MODE can take three different values: ABS, REL or RELMIN.
The default error mode is RELMIN.
The default error mode for the :ref:`HISTORY_OBSERVATION <history_observation>`
keyword is RELMIN, while the default for the :ref:`SUMMARY_OBSERVATION <summary_observation>`
keyword is ABS.

ERT will crash if the total error associated with an observation is zero.
ERT will not load an observation if the total error associated with an observation is zero.
A zero error is incompatible with the logic used in the history matching
process. Therefore, setting a minimum error is particularly important for
observations that could happen to be zero. For example, if an observation is the
Expand All @@ -188,7 +195,9 @@ the updating process. Therefore, it is important to have consistency
between setting up the errors and the degree of uncertainty in an
observation.

The default error mode and values can be changed as follows:
The default error mode and values can be changed as follows, the examples
show only HISTORY_OBSERVATION, but the configurtion is identical for
SUMMARY_OBSERVATION:

.. code-block:: none
Expand Down

0 comments on commit 49ffd06

Please sign in to comment.