ResInsight/ThirdParty/Ert/devel/etc-example
Magne Sjaastad 04006370ac Added ERT as source code based on https://github.com/Ensembles/ert/ and commit 7b53b5f61f5b47e8169b72098b562071df394bc3
This is SVN commit 4117
Updated ResInsight cmakelists to build ERT and link directly
Removed precompiled ERT binaries
p4#: 20183
2013-01-17 13:33:59 +01:00
..
ERT Added ERT as source code based on https://github.com/Ensembles/ert/ and commit 7b53b5f61f5b47e8169b72098b562071df394bc3 2013-01-17 13:33:59 +01:00
README Added ERT as source code based on https://github.com/Ensembles/ert/ and commit 7b53b5f61f5b47e8169b72098b562071df394bc3 2013-01-17 13:33:59 +01:00

This directory contains some example configuration files / scripts for
ERT. This directory should typically be installed in shared location
where it is readably for everyone. The files/directories are:

ERT/site-config
---------------
This is the shared configuration file for all ERT users. 


ERT/Scripts
-----------
This is a collection of scripts. These are:

 o ERT/Scripts/job_dispatch.py - the executable program started by
   ERT, which again will start and run the other programs in the
   forward model. A very important script; the path to this script is
   set with the JOB_SCRIPT variable in the site-config file.

 o ERT/Scripts/run_eclipse.py: This a script to run ECLIPSE - nothing
   special about this. If you want to use this script, you must at the
   very least update the paths to the ECLIPSE binary.

 o ERT/Scripts/run_RMS_20xx: A script to run version 20xx of
   RMS. Observe that this script is specifically designed to work
   around a bug with exporting RMS datasets to a relative path; that
   bug is now fixed in RMS.


ERT/jobs/***
-------------
The files in directory ERT/jobs are job-description files which are
used to 'install' jobs into ERT. The directory ERT/jobs/ contains
small config files to install three different ECLIPSE jobs. (Make the
effort and understand the difference between ECLIPSE100_2009.2 and
ECLIPSE100_2009.2_NOTARGET, this will serve you well when debugging
problems with failed jobs).

The jobs in ERT/jobs are installed into ERT with the INSTALL_JOB
commands in the sitewide configuration file.