mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make grid in deck have larger number of cells.
This makes some tests succeed that use this deck only for its properties and not its grid: if the grid in the deck has fewer cells than the grid that is used for the test we will fail in the SATNUM mapping.
This commit is contained in:
parent
061b283a03
commit
3d27454c6b
@ -11,7 +11,7 @@ OIL
|
|||||||
GAS
|
GAS
|
||||||
|
|
||||||
DIMENS
|
DIMENS
|
||||||
3 3 3 /
|
40 40 40 /
|
||||||
|
|
||||||
TABDIMS
|
TABDIMS
|
||||||
1 1 40 20 1 20 /
|
1 1 40 20 1 20 /
|
||||||
@ -27,16 +27,16 @@ GRID
|
|||||||
-- specify a fake one...
|
-- specify a fake one...
|
||||||
|
|
||||||
DXV
|
DXV
|
||||||
1 2 3 /
|
40*1 /
|
||||||
|
|
||||||
DYV
|
DYV
|
||||||
4 5 6 /
|
40*1 /
|
||||||
|
|
||||||
DZV
|
DZV
|
||||||
7 8 9 /
|
40*1 /
|
||||||
|
|
||||||
DEPTHZ
|
DEPTHZ
|
||||||
16*123.456 /
|
1681*123.456 /
|
||||||
|
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
PROPS
|
PROPS
|
||||||
|
Loading…
Reference in New Issue
Block a user