start regression testing for SPE1CASE2_KRNUM

This commit is contained in:
Torbjørn Skille 2022-10-11 08:38:44 +02:00
parent 408624cf57
commit d9ca2c7108
2 changed files with 8 additions and 0 deletions

View File

@ -1219,6 +1219,13 @@ add_test_compareECLFiles(CASENAME wvfpexp_02
REL_TOL ${rel_tol}
DIR wvfpexp)
add_test_compareECLFiles(CASENAME spe1case2_krnum
FILENAME SPE1CASE2_KRNUM
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR spe1)
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
# Cruder tolerances for the restarted tests

View File

@ -194,6 +194,7 @@ tests[bo_diffusion]="flow diffusion BO_DIFFUSE_CASE1"
tests[fpr_nonhc]="flow water-1ph WATER2F"
tests[actionx_wpimult]="flow actionx ACTIONX_WPIMULT"
tests[wvfpexp_02]="flow wvfpexp WVFPEXP-02"
tests[spe1case2_krnum]="flow spe1 SPE1CASE2_KRNUM"
changed_tests=""