Skip to content

Commit

Permalink
Remove incorrect docs on include
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Sep 18, 2023
1 parent 9a494d8 commit f92599f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docs/reference/configuration/observations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,31 +389,6 @@ the previous:
HISTORY_OBSERVATION GWIR:FIELD { ERROR = 0.20; ERROR_MODE = RELMIN; ERROR_MIN = 100; };
Also note that the special keyword include can be used to read an
external file. This can be very useful if you want to change the
standard configuration for a lot of observations in one go. For
example, consider the following code:

.. code-block:: none
HISTORY_OBSERVATION WOPR:P1 { include "hist_obs_wells.txt"; };
HISTORY_OBSERVATION WOPR:P2 { include "hist_obs_wells.txt"; };
HISTORY_OBSERVATION WOPR:P3 { include "hist_obs_wells.txt"; };
HISTORY_OBSERVATION WOPR:P4 { include "hist_obs_wells.txt"; };
HISTORY_OBSERVATION WOPR:P5 { include "hist_obs_wells.txt"; };
Where the contents of the file hist_obs_wells.txt may be something
like:

.. code-block:: none
ERROR_MODE = RELMIN;
ERROR = 0.25;
ERROR_MIN = 100;
In this case, changing the file hist_obs_wells.txt will affect all of
the observations.

By default, an observation entered with the HISTORY_OBSERVATION
keyword will get the observed values, i.e. the 'true' values, from the
WCONHIST and WCONINJH keywords in the schedule file provided to the
Expand Down

0 comments on commit f92599f

Please sign in to comment.