mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4644 from tskille/wgrupcon
start regression testing of WGRUPCON tests
This commit is contained in:
commit
ca0c650110
@ -1097,3 +1097,17 @@ add_test_compareECLFiles(CASENAME model_metric_gridunit_metres
|
|||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR gridunit)
|
DIR gridunit)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME 01_wgrupcon
|
||||||
|
FILENAME 01-WGRUPCON
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR wgrupcon)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME 02_wgrupcon
|
||||||
|
FILENAME 02-WGRUPCON
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR wgrupcon)
|
||||||
|
@ -213,6 +213,8 @@ tests[model_field_gridunit_metres]="flow gridunit M_FIELD_GRID_METRES"
|
|||||||
tests[model_metric_gridunit_cm]="flow gridunit M_METRIC_GRID_CM"
|
tests[model_metric_gridunit_cm]="flow gridunit M_METRIC_GRID_CM"
|
||||||
tests[model_metric_gridunit_feet]="flow gridunit M_METRIC_GRID_FEET"
|
tests[model_metric_gridunit_feet]="flow gridunit M_METRIC_GRID_FEET"
|
||||||
tests[model_metric_gridunit_metres]="flow gridunit M_METRIC_GRID_METRES"
|
tests[model_metric_gridunit_metres]="flow gridunit M_METRIC_GRID_METRES"
|
||||||
|
tests[01_wgrupcon]="flow wgrupcon 01-WGRUPCON"
|
||||||
|
tests[02_wgrupcon]="flow wgrupcon 02-WGRUPCON"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user