From a204cc4b3c9052dedb0b51b6343a93e8010b6c6b Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Tue, 23 Mar 2021 10:54:54 +0100 Subject: [PATCH] add more co2 tests to ctest --- compareECLFiles.cmake | 14 ++++++++++++++ tests/update_reference_data.sh | 2 ++ 2 files changed, 16 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index e60ce003c..a3570ddc1 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -525,6 +525,20 @@ add_test_compareECLFiles(CASENAME co2store REL_TOL ${rel_tol} DIR co2store) +add_test_compareECLFiles(CASENAME co2store_diffusive + FILENAME CO2STORE_DIFFUSIVE + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR co2store) + +add_test_compareECLFiles(CASENAME co2store_drsdtcon + FILENAME CO2STORE_DRSDTCON + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR co2store) + if (opm-common_EMBEDDED_PYTHON) add_test_compareECLFiles(CASENAME udq_pyaction FILENAME PYACTION_WCONPROD diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 87a285cbd..cd2defe6f 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -144,6 +144,8 @@ tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF" tests[compl_smry]="flow compl_smry COMPL_SMRY" tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR" tests[co2store]="flow co2store CO2STORE" +tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE" +tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" changed_tests=""