mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
ERT 80650d05d49b419ec74ba316312313dfc6ba0875 opm-common e7db252f3e310a04718f315e6cdb9d6c428c5762 opm-parser 817722b99baa62cc63a5f859cc90b951f0b0636e
23 lines
608 B
ReStructuredText
23 lines
608 B
ReStructuredText
Workflows and plugins
|
|
=====================
|
|
|
|
Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
workflows
|
|
built_in
|
|
|
|
The Forward Model in ERT runs in the context of a single realization,
|
|
i.e. there is no communication between the different processes, and
|
|
the jobs are run outside of the main ERT process.
|
|
|
|
As an alternative to the forward model ERT has a system with
|
|
*workflows*. Using workflows you can automate cumbersome normal ERT
|
|
processes, and also invoke external programs. The workflows are run
|
|
serially on the workstation actually running ERT, and should not be
|
|
used for computationally heavy tasks.
|
|
|
|
|