Skip to content

Commit fa96945

Browse files
committed
Revert "Remove eightcells"
This reverts commit 84fd8be.
1 parent ad4548f commit fa96945

21 files changed

Lines changed: 324 additions & 0 deletions

File tree

.github/workflows/test_ert_with_flow.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,12 @@ jobs:
7171
perl -p -i -e 's/NUM_REALIZATIONS\s*12/NUM_REALIZATIONS 2/g' flow.ert
7272
uv run ert ensemble_experiment --disable-monitoring flow.ert
7373
popd
74+
75+
- name: Run Everest on an example configuration with flow
76+
run: |
77+
pushd test-data/everest/eightcells/everest/model
78+
yq eval '.model.realizations = [0, 1]' -i config.yml
79+
yq eval '.simulator.queue_system.max_running = 4' -i config.yml
80+
uv run everest lint config.yml
81+
uv run everest run config.yml --skip-prompt --disable-monitoring
82+
popd
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
RUNSPEC
2+
3+
TITLE
4+
EIGHTCELLS
5+
6+
DIMENS
7+
2 2 2 /
8+
9+
OIL
10+
WATER
11+
12+
START
13+
1 'JAN' 2000 /
14+
15+
TABDIMS
16+
1 1 20 20 2 /
17+
18+
EQLDIMS
19+
1 /
20+
21+
WELLDIMS
22+
2 2 2 2 /
23+
24+
UNIFOUT
25+
26+
GRID
27+
28+
NEWTRAN
29+
30+
COORD
31+
0 0 0 0 0 100
32+
50 0 0 50 0 100
33+
100 0 0 100 0 100
34+
0 50 0 0 50 100
35+
50 50 0 50 50 100
36+
100 50 0 100 50 100
37+
0 100 0 0 100 100
38+
50 100 0 50 100 100
39+
100 100 0 100 100 100
40+
/
41+
42+
ZCORN
43+
0 0 0 0
44+
0 0 0 0
45+
0 0 0 0
46+
0 0 0 0
47+
50 50 50 50
48+
50 50 50 50
49+
50 50 50 50
50+
50 50 50 50
51+
50 50 50 50
52+
50 50 50 50
53+
50 50 50 50
54+
50 50 50 50
55+
100 100 100 100
56+
100 100 100 100
57+
100 100 100 100
58+
100 100 100 100
59+
/
60+
61+
62+
PORO
63+
0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2
64+
/
65+
66+
INCLUDE
67+
'../include/grid/perm.inc' /
68+
69+
COPY
70+
PERMX PERMY /
71+
PERMY PERMZ /
72+
/
73+
74+
75+
GRIDFILE
76+
0 1
77+
/
78+
79+
INIT
80+
81+
PROPS
82+
83+
84+
SWOF
85+
-- SW KRW KROW PC
86+
0.1 0 1 1
87+
1 1.0 0.0 0
88+
/
89+
90+
91+
DENSITY
92+
800 1000 1.2 /
93+
94+
PVTW
95+
1 1 0.0001 0.2 0.00001 /
96+
97+
PVDO
98+
10 1 1
99+
150 0.9 1 /
100+
101+
ROCK
102+
100 0.0001 /
103+
104+
FILLEPS
105+
106+
REGIONS
107+
108+
SATNUM
109+
1 1 1 1 1 1 1 1/
110+
111+
EQLNUM
112+
1 1 1 1 1 1 1 1/
113+
114+
FIPNUM
115+
1 1 1 1 2 2 2 2
116+
/
117+
118+
SOLUTION
119+
120+
EQUIL
121+
-- datum pressure_datum owc/gwc pc@owc goc pc@goc item7 item8 oip_init
122+
100 100 50 /
123+
124+
125+
SUMMARY
126+
FPR
127+
FOIP
128+
FOPR
129+
FOPT
130+
FWPR
131+
FWPT
132+
FWCT
133+
WOPT
134+
/
135+
WOPR
136+
/
137+
WWCT
138+
/
139+
WWPR
140+
/
141+
FWIR
142+
FWIT
143+
WWIR
144+
/
145+
WWIT
146+
/
147+
148+
SCHEDULE
149+
150+
INCLUDE
151+
'../include/schedule/events.sch' /
152+
153+
INCLUDE
154+
'../include/schedule/schedule.sch' /
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PERMX
2+
8*100 /
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PERMX
2+
8*200 /
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../schedule
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../EIGHTCELLS.DATA
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PERMX
2+
8*300 /
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../schedule
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../EIGHTCELLS.DATA
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PERMX
2+
8*150 /

0 commit comments

Comments
 (0)