mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add H2STORE regression tests
This commit is contained in:
parent
7217201f18
commit
20ebf4d70f
@ -575,6 +575,41 @@ add_test_compareECLFiles(CASENAME co2store_energy
|
||||
REL_TOL ${rel_tol}
|
||||
DIR co2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store
|
||||
FILENAME H2STORE
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_gw
|
||||
FILENAME H2STORE_GW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_gaswat
|
||||
FILENAME H2STORE_GASWAT
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_diffusive
|
||||
FILENAME H2STORE_DIFFUSIVE
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME h2store_energy
|
||||
FILENAME H2STORE_ENERGY
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR h2store)
|
||||
|
||||
if (opm-common_EMBEDDED_PYTHON)
|
||||
add_test_compareECLFiles(CASENAME udq_pyaction
|
||||
FILENAME PYACTION_WCONPROD
|
||||
|
Loading…
Reference in New Issue
Block a user