Workflow jobs

These are the workflow jobs installed in your ERT environment. To use them in the configuration file they must be included in a workflow and loaded in the configuration file as shown in Configure Workflows

Observations

Correlation

EXPORT_MISFIT_DATA

Will export misfit per observation and realization to a hdf file. The hdf file has the observation as key, and the misfit as values. The filename is “misfit.hdf” by default, but can be overridden by giving the filename as the first parameter: EXPORT_MISFIT_DATA path/to/output.hdf The misfit its calculated as follows: ((response_value - observation_data) / observation_std)**2

Category
observations.correlation
Source package
ert
Job configuration used by ERT
INTERNAL      True
SCRIPT        /home/docs/checkouts/readthedocs.org/user_builds/ert/envs/12.1.2/lib/python3.12/site-packages/ert/plugins/hook_implementations/workflows/export_misfit_data.py

MISFIT_PREPROCESSOR

MISFIT_PREPROCESSOR is removed, use ANALYSIS_SET_VAR OBSERVATIONS AUTO_SCALE”

example: ANALYSIS_SET_VAR OBSERVATIONS AUTO_SCALE * – all observations”

Category
observations.correlation
Source package
ert
Job configuration used by ERT
INTERNAL      True
SCRIPT        /home/docs/checkouts/readthedocs.org/user_builds/ert/envs/12.1.2/lib/python3.12/site-packages/ert/plugins/hook_implementations/workflows/misfit_preprocessor.py

Other

Other

EXPORT_RUNPATH

The EXPORT_RUNPATH workflow job writes the runpath file.

The job can have no arguments, or one can set a range of realizations and a range of iterations as arguments. Note: no check is made for whether the corresponding runpath has been created.

Example usage of this job in a workflow:

EXPORT_RUNPATH

With no arguments, entries for iterations 0 and all realizations are written to the runpath file. The job can also be given ranges of iterations and realizations to run:

EXPORT_RUNPATH 0-5 | *

“|” is used as a delimiter to separate realizations and iterations. “*” can be used to select all realizations or iterations. In the example above, entries for realizations 0-5 for all iterations are written to the runpath file.

Category
other
Source package
ert
Job configuration used by ERT
INTERNAL      True
SCRIPT        /home/docs/checkouts/readthedocs.org/user_builds/ert/envs/12.1.2/lib/python3.12/site-packages/ert/plugins/hook_implementations/workflows/export_runpath.py

DISABLE_PARAMETERS

The DISABLE_PARAMETERS workflow has been moved to ert parameters.

Add GEN_KW <name> … UPDATE:FALSE

Category
other
Source package
ert
Job configuration used by ERT
INTERNAL      True
SCRIPT        /home/docs/checkouts/readthedocs.org/user_builds/ert/envs/12.1.2/lib/python3.12/site-packages/ert/plugins/hook_implementations/workflows/disable_parameters.py