mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4871 from svenn-t/cskin
Activate CSKIN and regression test
This commit is contained in:
commit
cfd502c0f2
@ -102,7 +102,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"COMPVEL", {true, std::nullopt}},
|
{"COMPVEL", {true, std::nullopt}},
|
||||||
{"CPIFACT", {true, std::nullopt}},
|
{"CPIFACT", {true, std::nullopt}},
|
||||||
{"CPIFACTL", {true, std::nullopt}},
|
{"CPIFACTL", {true, std::nullopt}},
|
||||||
{"CSKIN", {true, std::nullopt}},
|
|
||||||
{"CONNECTION", {true, std::nullopt}},
|
{"CONNECTION", {true, std::nullopt}},
|
||||||
{"CONNECTION_PROBE", {true, std::nullopt}},
|
{"CONNECTION_PROBE", {true, std::nullopt}},
|
||||||
{"COORDSYS", {true, std::nullopt}},
|
{"COORDSYS", {true, std::nullopt}},
|
||||||
|
@ -519,6 +519,41 @@ add_test_compareECLFiles(CASENAME udq_in_actionx
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR udq_actionx)
|
DIR udq_actionx)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME cskin-01
|
||||||
|
FILENAME CSKIN-01
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR cskin)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME cskin-02
|
||||||
|
FILENAME CSKIN-02
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR cskin)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME cskin-03
|
||||||
|
FILENAME CSKIN-03
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR cskin)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME cskin-04
|
||||||
|
FILENAME CSKIN-04
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR cskin)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME cskin-05
|
||||||
|
FILENAME CSKIN-05
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR cskin)
|
||||||
|
|
||||||
add_test_compareECLFiles(CASENAME co2store
|
add_test_compareECLFiles(CASENAME co2store
|
||||||
FILENAME CO2STORE
|
FILENAME CO2STORE
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
|
Loading…
Reference in New Issue
Block a user