Add integration testing of rst_deck

This commit is contained in:
Joakim Hove
2021-09-22 18:45:24 +02:00
parent 24f31e6358
commit cc0b9add62
9 changed files with 483 additions and 0 deletions

2
tests/include/dx.grdecl Normal file
View File

@@ -0,0 +1,2 @@
DX
300*1000 /

2
tests/include/dy.grdecl Normal file
View File

@@ -0,0 +1,2 @@
DY
300*1000 /

2
tests/include/dz.grdecl Normal file
View File

@@ -0,0 +1,2 @@
DZ
100*20 100*30 100*50 /

View File

@@ -0,0 +1,8 @@
INCLUDE
'include/dx.grdecl' /
INCLUDE
'include/dy.grdecl' /
INCLUDE
'include/dz.grdecl' /

View File

@@ -0,0 +1,3 @@
PORO
300*0.3 /

View File

@@ -0,0 +1,12 @@
PERMX
100*500 100*50 100*200 /
PERMY
100*500 100*50 100*200 /
PERMZ
100*500 100*50 100*200 /
INCLUDE
'include/poro.grdecl' /