diff --git a/docs/reference/configuration/observations.rst b/docs/reference/configuration/observations.rst index 838bcb49fed..360bf8413e5 100644 --- a/docs/reference/configuration/observations.rst +++ b/docs/reference/configuration/observations.rst @@ -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 ` +keyword is RELMIN, while the default for the :ref:`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 @@ -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