From f46e7d998f81677513ed445327a60374f9d783f3 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Thu, 22 Oct 2020 17:17:54 +0200 Subject: [PATCH] Add integration test for reporforated norne model --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index 4eda58922..27b71311b 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -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 "") diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index f333094f3..c83b7cf8a 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -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=""