You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/configuration/keywords.rst
+11-11
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Keyword name Required
67
67
:ref:`QUEUE_SYSTEM <queue_system>` NO LOCAL_DRIVER System used for running simulation jobs
68
68
:ref:`REFCASE <refcase>` NO Reference case used for observations and plotting (See HISTORY_SOURCE and SUMMARY)
69
69
:ref:`RESULT_PATH <result_path>` NO results/step_%d Define where ERT should store results
70
-
:ref:`RUNPATH <runpath>` NO simulations/realization%d Directory to run simulations
70
+
:ref:`RUNPATH <runpath>` NO realization-<IENS>/iter-<ITER> Directory to run simulations; simulations/realization-<IENS>/iter-<ITER>
71
71
:ref:`RUNPATH_FILE <runpath_file>` NO .ert_runpath_list Name of file with path for all forward models that ERT has run. To be used by user defined scripts to find the realizations
72
72
:ref:`RUN_TEMPLATE <run_template>` NO Install arbitrary files in the runpath directory
73
73
:ref:`SCHEDULE_PREDICTION_FILE <schedule_prediction_file>` NO Deprecated: Schedule prediction file
@@ -462,25 +462,25 @@ possible to do with ERT.
462
462
.. topic:: RUNPATH
463
463
464
464
The RUNPATH keyword should give the name of the folders where the ECLIPSE
465
-
simulations are executed. It should contain at least one %d specifier, which
466
-
will be replaced by the realization number when ERT creates the folders.
467
-
Optionally, it can contain one more %d specifier, which will be replaced by
468
-
the iteration number.
465
+
simulations are executed. It should contain <IENS> and <ITER>, which
466
+
will be replaced by the realization number and iteration number when ERT creates the folders.
467
+
By default, RUNPATH is set to "simulations/realization-<IENS>/iter-<ITER>".
469
468
470
-
By default, RUNPATH is set to "simulations/realization-%d".
469
+
Deprecated syntax still allow use of two %d specifers. Use of less than two %d is prohibited.
470
+
The behaviour is identical to the default substitution.
0 commit comments