diff --git a/test-data/local/example_case/SPE1CASE2.DATA b/test-data/local/example_case/eclipse/model/SPE1.DATA similarity index 99% rename from test-data/local/example_case/SPE1CASE2.DATA rename to test-data/local/example_case/eclipse/model/SPE1.DATA index f63d45fa4a0..9d92f51a559 100644 --- a/test-data/local/example_case/SPE1CASE2.DATA +++ b/test-data/local/example_case/eclipse/model/SPE1.DATA @@ -86,9 +86,11 @@ TOPS -- The depth of the top of each grid block 100*8325 / -PORO --- Constant porosity of 0.3 throughout all 300 grid cells - 300*0.3 / + +-- ERT: Here we include a file which should be created using a GEN_KW keyword from ert. +INCLUDE + 'poro.grdecl' / + PERMX -- The layers have perm. 500mD, 50mD and 200mD, respectively. diff --git a/test-data/local/example_case/eclipse/refcase/REFCASE.SMSPEC b/test-data/local/example_case/eclipse/refcase/REFCASE.SMSPEC new file mode 100644 index 00000000000..e52159cd917 Binary files /dev/null and b/test-data/local/example_case/eclipse/refcase/REFCASE.SMSPEC differ diff --git a/test-data/local/example_case/eclipse/refcase/REFCASE.UNSMRY b/test-data/local/example_case/eclipse/refcase/REFCASE.UNSMRY new file mode 100644 index 00000000000..cd903b06953 Binary files /dev/null and b/test-data/local/example_case/eclipse/refcase/REFCASE.UNSMRY differ diff --git a/test-data/local/example_case/example.ert b/test-data/local/example_case/example.ert index f9438891481..5eea44ab60f 100644 --- a/test-data/local/example_case/example.ert +++ b/test-data/local/example_case/example.ert @@ -1,15 +1,36 @@ -QUEUE_SYSTEM LOCAL +-- This ert configuration file is an example which can be used to check that your +-- local ert installation is basically sane. This example is not meant to be used +-- as an automatically run integration test, rather it is meant to be tested +-- interactively. +-- +-- The example is based on the ECLIPSE100 forward model, that implies that you must +-- configure the local eclipse related details corresponding to your site[1]. +-- +-- NB: the current case has *not* been carefully constructed to demonstrate the +-- capabilities of ert; from a model updating perspective the current case is +-- totally uninteresting. +-- +-- [1]: This amounts to editing the file ecl_config.yml in the res.fm.ecl python +-- package from the libres installation. See the documentation in the +-- ecl_config.yml example file supplied with the libres distribution, or +-- alternatively the "Post install configuration" section in the libres README. -NUM_REALIZATIONS 1 +QUEUE_SYSTEM LOCAL +NUM_REALIZATIONS 20 -DEFINE storage/ +RUNPATH output/simulations/runpath/realisation-%d/iter-%d +ENSPATH output/storage -RUNPATH_FILE directory/test_runpath_list.txt -RUNPATH /runpath/realisation-%d/iter-%d -ENSPATH /ensemble +ECLBASE EXAMPLE%d +DATA_FILE eclipse/model/SPE1.DATA +REFCASE eclipse/refcase/REFCASE +GEN_KW MULT_PORO templates/poro.tmpl poro.grdecl parameters/poro.txt -ECLBASE EXAMPLE +FORWARD_MODEL ECLIPSE100_2016.2 +OBS_CONFIG observations/observations.txt -FORWARD_MODEL ECLPISE100_2016.2 +SUMMARY W* +SUMMARY F* +SUMMARY BPR* \ No newline at end of file diff --git a/test-data/local/example_case/observations/observations.txt b/test-data/local/example_case/observations/observations.txt new file mode 100644 index 00000000000..e5c970d2ede --- /dev/null +++ b/test-data/local/example_case/observations/observations.txt @@ -0,0 +1,25 @@ +SUMMARY_OBSERVATION WGOR_2018 +{ + VALUE = 8; + ERROR = 2; + RESTART = 37; + KEY = WGOR:PROD; +}; + + +SUMMARY_OBSERVATION WGOR_2022 +{ + VALUE = 20; + ERROR = 4; + RESTART = 85; + KEY = WGOR:PROD; +}; + +SUMMARY_OBSERVATION BOR_2025 +{ + VALUE = 5000; + ERROR = 1200; + RESTART = 110; + KEY = BPR:1,1,1; +}; + diff --git a/test-data/local/example_case/parameters/poro.txt b/test-data/local/example_case/parameters/poro.txt new file mode 100644 index 00000000000..ee7a4ea7d7c --- /dev/null +++ b/test-data/local/example_case/parameters/poro.txt @@ -0,0 +1,4 @@ +PORO1 UNIFORM 0 0.75 +PORO2 UNIFORM 0.15 0.45 +PORO3 UNIFORM 0.25 1.00 + diff --git a/test-data/local/example_case/templates/poro.tmpl b/test-data/local/example_case/templates/poro.tmpl new file mode 100644 index 00000000000..4624bbbdc85 --- /dev/null +++ b/test-data/local/example_case/templates/poro.tmpl @@ -0,0 +1,22 @@ +BOX + 1 10 1 10 1 1 / + +PORO + 100* / + +BOX + 1 10 1 10 2 2 / + +PORO + 100* / + +BOX + 1 10 1 10 3 3 / + +PORO + 100* / + + +ENDBOX + +