Skip to content

Commit

Permalink
Fix references to CAREFULL_COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Jun 30, 2020
1 parent 147eb97 commit ee4174c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rst/manual/reference/configuration/data_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ field as it comes out from ERT. The typical way to achieve this is:
2. In the first iteration ERT will *not* output a file ``poro.grdecl``, but in
the second and subsequent iterations a ``poro.grdecl`` file will be created
by ERT - this is at the core of the ``FORWARD_INIT:True`` functionality.
3. In the forward model there should be a job ``CAREFULL_COPY`` which will copy
3. In the forward model there should be a job ``CAREFUL_COPY_FILE`` which will copy
``tmp_poro.grdecl`` *only if* ``poro.grdecl`` does not already exist. The
rest of the forward model components should use ``poro.grdecl``.

Expand Down
3 changes: 2 additions & 1 deletion docs/rst/manual/reference/forward_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ CAREFUL_COPY_FILE
ARGLIST <FROM> <TO>
The :code:`CAREFUL_COPY_FILE` job will copy a file if the target :code:`<TO>`
does not already exist. If the :code:`<TO>` argument has a directory component,
does not already exist. This job superseded an older version called :code:`CAREFULL_COPY`
and should be used instead. If the :code:`<TO>` argument has a directory component,
that directory will be created, i.e. with the :code:`FORWARD_MODEL`:

.. code-block:: bash
Expand Down

0 comments on commit ee4174c

Please sign in to comment.