@@ -7,17 +7,17 @@ Observations
77General overview
88----------------
99
10- When using ERT to condition on dynamic data, it is necessary to
10+ When using ert to condition on dynamic data, it is necessary to
1111specify the data/observations to be used. For every piece of data
12- ERT needs to know:
12+ ert needs to know:
1313
1414 - The measured value of the data.
1515 - The uncertainty (standard deviation) of the measured data.
1616 - The time of measurement.
1717 - How to simulate a response of the data given a parameterized forward model.
1818
1919This information is configured in an observation file. The name/path
20- to this observation file is declared in the main ERT config file using the
20+ to this observation file is declared in the main ert config file using the
2121:ref: `OBS_CONFIG <obs_config >` keyword.
2222
2323The observation file is a plain text file, and is in essence built around four
@@ -45,7 +45,7 @@ different classes of observations using the associated keywords:
4545
4646Please note that observations and datatypes are quite tightly linked together.
4747Before reading this you should have a firm grasp of the dynamic data types
48- as described in :ref: `Data types available in ERT <Data_types_available_in_ERT >`.
48+ as described in :ref: `Data types available in ert <Data_types_available_in_ERT >`.
4949
5050
5151.. _summary_observation :
@@ -77,7 +77,7 @@ created as follows:
7777 This will create an observation of group oil production for the Brent
7878group on 21th of august 2005. The observed value was 100 with a
7979standard deviation of 5. The name SEP_TEST_2005 will be used as a
80- label for the observation within ERT and must be unique.
80+ label for the observation within ert and must be unique.
8181
8282Date format YYYY-MM-DD (ISO 8601) is required. Other time formats, like
8383DD/MM/YYYY or DD.MM.YYYY, are deprecated and their support will be removed in a
@@ -135,7 +135,7 @@ keyword is ABS.
135135
136136The default value for `ERROR_MIN ` is 0.1.
137137
138- ERT will not load an observation if the total error associated with an observation is zero.
138+ Ert will not load an observation if the total error associated with an observation is zero.
139139A zero error is incompatible with the logic used in the history matching
140140process. Therefore, setting a minimum error is particularly important for
141141observations that could happen to be zero. For example, if an observation is the
@@ -230,7 +230,7 @@ Where the provided csv file will contain one row for each observation.
230230Required columns to create summary observations are: keyword, value,
231231error, date.
232232
233- Without these columns, the configuration is invalid, and Ert will raise
233+ Without these columns, the configuration is invalid, and ert will raise
234234an error.
235235
236236A csv file containing a single summary observation might look like:
@@ -406,7 +406,7 @@ Here we use INDEX_LIST to indicate that we are interested in element
406406 ========
407407
408408
409- If ``INDEX_LIST `` not defined, Ert assumes that the observations point
409+ If ``INDEX_LIST `` not defined, ert assumes that the observations point
410410to the first ``n `` ``GEN_DATA `` points:
411411
412412.. code-block :: none
@@ -462,8 +462,8 @@ While the observation configuration file could include this:
462462 OBS_FILE = some_file.txt;
463463 };
464464
465- Before ERT starts we expect there to be a file called ``some_file.txt `` with the
466- observed values and the uncertainty. After the forward model has completed, ERT
465+ Before ert starts we expect there to be a file called ``some_file.txt `` with the
466+ observed values and the uncertainty. After the forward model has completed, ert
467467will load the responses from a file called ``rft_BH67 ``.
468468
469469If ``REPORT_STEP `` and ``RESTART `` are provided,
@@ -576,7 +576,7 @@ Using zones with RFT observations
576576~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
577577
578578When an RFT observation includes a ZONE identifier (either in the CSV file or specified directly),
579- ERT will validate that the measurement location falls within the expected geological zone defined
579+ ert will validate that the measurement location falls within the expected geological zone defined
580580in the :ref: `ZONEMAP <zonemap >`. This provides an additional quality check to ensure observations
581581are correctly associated with reservoir zones.
582582
@@ -608,7 +608,7 @@ is ``summary``. Valid formats are:
608608 The old configuration is renamed to ``<filename>-<timestamp>.old `` in case there is
609609 a need to retrieve the old version.
610610
611- When trying to open Ert with a configuration containing history observations, Ert will
611+ When trying to open ert with a configuration containing history observations, ert will
612612 open with an error and prompt the user to run this workflow - as history observations
613613 are no longer supported.
614614
0 commit comments