Clean version of opm-data without reference results
Go to file
Joakim Hove b3d1c4ff77 Added fully defaulted EQLDIMS & TABDIMS
For some keywords the number of records is given as an item of another
keyword, the EQUIL keyword is a prime example of such behaviour - where
the number of records (i.e. equilibration regions) is given by the
NTEQUL item of EQLDIMS keyword.

If the defining keyword (i.e. EQLDIMS in the case of EQUIL) is missing
from the deck the parser can use the default values from the defining
keyword, but this is still potentially a problem and in the strictest
mode the parser will throw an exception. This is governed by the
ParseMode::missingDIMSKeyword flag.

With this commit the decks will go through the parser without any error
detected.
2015-08-05 13:56:09 +02:00
norne Changed GRIDFILE keyword to request EGRID file. 2015-06-01 17:07:27 +02:00
simplespe1 add a simplified version of the SPE1 dataset 2014-09-23 12:23:45 +02:00
spe1 Uncommented the TABDIMS keyword, OPM needs it 2014-09-08 15:02:45 +02:00
spe1_large fixup! large SPE1: use DZ instead of DZV and do not output all quantities to the PRT file 2015-03-04 17:59:03 +01:00
spe1_new Added fully defaulted EQLDIMS & TABDIMS 2015-08-05 13:56:09 +02:00
spe1_thermal add a version of the SPE-1 problem that tests the thermal features of OPM 2015-03-02 19:11:08 +01:00
spe3 Changed RPTRST to BASIC=2 2015-06-02 15:06:55 +02:00
spe3_new Added fully defaulted EQLDIMS & TABDIMS 2015-08-05 13:56:09 +02:00
spe9 Changed RPTRST to BASIC=2 2015-06-02 15:06:55 +02:00
spe9_new Added fully defaulted EQLDIMS & TABDIMS 2015-08-05 13:56:09 +02:00
.gitignore Added .gitignore file 2014-09-11 11:37:58 +02:00
README.md README.md: fix typo 2014-09-05 15:41:42 +02:00

opm-data

This is the OPM repository which is supposed to contain all relevant datasets and simulation results which are required to test the OPM simulators thoroughly. It is a private github repository because some of these datasets may not be freely redistributable, although none them is "secret" in a more strict sense.