Skip to content

Commit cabf9c3

Browse files
committed
Update documentation for RUNPATH
1 parent bd28cf9 commit cabf9c3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/reference/configuration/keywords.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Keyword name Required
6767
:ref:`QUEUE_SYSTEM <queue_system>` NO LOCAL_DRIVER System used for running simulation jobs
6868
:ref:`REFCASE <refcase>` NO Reference case used for observations and plotting (See HISTORY_SOURCE and SUMMARY)
6969
: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>
7171
: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
7272
:ref:`RUN_TEMPLATE <run_template>` NO Install arbitrary files in the runpath directory
7373
:ref:`SCHEDULE_PREDICTION_FILE <schedule_prediction_file>` NO Deprecated: Schedule prediction file
@@ -462,25 +462,25 @@ possible to do with ERT.
462462
.. topic:: RUNPATH
463463

464464
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>".
469468

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.
471471

472-
*Example A:*
472+
*Example:*
473473

474474
::
475475

476-
-- Giving a RUNPATH with just one %d specifer.
477-
RUNPATH /mnt/my_scratch_disk/realization-%d
476+
-- Using <IENS> & <ITER> specifiers for RUNPATH.
477+
RUNPATH /mnt/my_scratch_disk/realization-<IENS>/iter-<ITER>
478478

479-
*Example B:*
479+
*Example deprecated syntax:*
480480

481481
::
482482

483-
-- Giving a RUNPATH with two %d specifers.
483+
-- Using RUNPATH with two %d specifers.
484484
RUNPATH /mnt/my_scratch_disk/realization-%d/iteration-%d
485485

486486
The RUNPATH keyword is optional.

0 commit comments

Comments
 (0)