Add test which loads a restart case for norne and runs one timestep

This commit is contained in:
Joakim Hove 2021-04-13 22:10:40 +02:00
parent 061b5c2395
commit 914c18d4f1

View File

@ -938,6 +938,13 @@ add_test_compareECLFiles(CASENAME norne
PREFIX compareECLInitFiles
DIR_PREFIX /init)
# This is not a proper regression test; the test will load a norne case prepared
# for restart and run one single timestep - of length one day. The results are not
# verified in any way.
add_test(NAME NORNE_RESTART
COMMAND flow --output-dir=${BASE_RESULT_PATH}/norne-restart ${OPM_TESTS_ROOT}/norne/NORNE_ATW2013_RESTART.DATA)
# Parallel tests
if(MPI_FOUND)
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-parallel-restart-regressionTest.sh "")