Add integration test for reporforated norne model

This commit is contained in:
Joakim Hove 2020-10-22 17:17:54 +02:00
parent ea43f8fb0a
commit f46e7d998f
2 changed files with 8 additions and 0 deletions

View File

@ -780,6 +780,13 @@ add_test_compareECLFiles(CASENAME bc_lab
REL_TOL ${rel_tol}
DIR bc_lab)
add_test_compareECLFiles(CASENAME norne_reperf
FILENAME NORNE_ATW2013_B1H_RE-PERF
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR norne)
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")

View File

@ -135,6 +135,7 @@ tests[bc_lab]="flow bc_lab BC_LAB"
tests[pinch_multz_all]="flow pinch PINCH_MULTZ_ALL"
tests[pinch_multz_all_barrier]="flow pinch PINCH_MULTZ_ALL_BARRIER"
tests[model6_msw]="flow model6 1_MSW_MODEL6"
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
changed_tests=""