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
|
||||
|
||||
DIMENS
|
||||
3 3 3 /
|
||||
40 40 40 /
|
||||
|
||||
TABDIMS
|
||||
1 1 40 20 1 20 /
|
||||
@ -27,16 +27,16 @@ GRID
|
||||
-- specify a fake one...
|
||||
|
||||
DXV
|
||||
1 2 3 /
|
||||
40*1 /
|
||||
|
||||
DYV
|
||||
4 5 6 /
|
||||
40*1 /
|
||||
|
||||
DZV
|
||||
7 8 9 /
|
||||
40*1 /
|
||||
|
||||
DEPTHZ
|
||||
16*123.456 /
|
||||
1681*123.456 /
|
||||
|
||||
-------------------------------------
|
||||
PROPS
|
||||
|
Loading…
Reference in New Issue
Block a user