Skip to content

Commit a11c8ba

Browse files
committed
SPlit out schedule section and have copy_file job in forward model
1 parent bf2fed8 commit a11c8ba

File tree

3 files changed

+74
-66
lines changed

3 files changed

+74
-66
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
-- -------------------------------------------------------------------------
2+
RPTSCHED
3+
'PRES' 'SGAS' 'RS' 'WELLS' /
4+
5+
RPTRST
6+
'BASIC=1' /
7+
8+
9+
-- If no resolution (i.e. case 1), the two following lines must be added:
10+
--DRSDT
11+
-- 0 /
12+
-- Since this is Case 2, the two lines above have been commented out.
13+
-- if DRSDT is set to 0, GOR cannot rise and free gas does not
14+
-- dissolve in undersaturated oil -> constant bubble point pressure
15+
16+
WELSPECS
17+
-- Item #: 1 2 3 4 5 6
18+
'PROD' 'G1' 10 10 8400 'OIL' /
19+
'INJ' 'G1' 1 1 8335 'GAS' /
20+
/
21+
-- Coordinates in item 3-4 are retrieved from Odeh's figure 1 and 2
22+
-- Note that the depth at the midpoint of the well grid blocks
23+
-- has been used as reference depth for bottom hole pressure in item 5
24+
25+
COMPDAT
26+
-- Item #: 1 2 3 4 5 6 7 8 9
27+
'PROD' 10 10 3 3 'OPEN' 1* 1* 0.5 /
28+
'INJ' 1 1 1 1 'OPEN' 1* 1* 0.5 /
29+
/
30+
-- Coordinates in item 2-5 are retreived from Odeh's figure 1 and 2
31+
-- Item 9 is the well bore internal diameter,
32+
-- the radius is given to be 0.25ft in Odeh's paper
33+
34+
35+
WCONPROD
36+
-- Item #:1 2 3 4 5 9
37+
'PROD' 'OPEN' 'ORAT' 20000 4* 1000 /
38+
/
39+
-- It is stated in Odeh's paper that the maximum oil prod. rate
40+
-- is 20 000stb per day which explains the choice of value in item 4.
41+
-- The items > 4 are defaulted with the exception of item 9,
42+
-- the BHP lower limit, which is given to be 1000psia in Odeh's paper
43+
44+
WCONINJE
45+
-- Item #:1 2 3 4 5 6 7
46+
'INJ' 'GAS' 'OPEN' 'RATE' 100000 1* 9014 /
47+
/
48+
-- Stated in Odeh that gas inj. rate (item 5) is 100MMscf per day
49+
-- BHP upper limit (item 7) should not be exceeding the highest
50+
-- pressure in the PVT table=9014.7psia (default is 100 000psia)
51+
52+
TSTEP
53+
--Advance the simulater once a month for TEN years:
54+
31 28 31 30 31 30 31 31 30 31 30 31
55+
31 28 31 30 31 30 31 31 30 31 30 31
56+
31 28 31 30 31 30 31 31 30 31 30 31
57+
31 28 31 30 31 30 31 31 30 31 30 31
58+
31 28 31 30 31 30 31 31 30 31 30 31
59+
31 28 31 30 31 30 31 31 30 31 30 31
60+
31 28 31 30 31 30 31 31 30 31 30 31
61+
31 28 31 30 31 30 31 31 30 31 30 31
62+
31 28 31 30 31 30 31 31 30 31 30 31
63+
31 28 31 30 31 30 31 31 30 31 30 31 /
64+
65+
--Advance the simulator once a year for TEN years:
66+
--10*365 /
67+

test-data/local/example_case/eclipse/model/SPE1.DATA

Lines changed: 2 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -368,71 +368,8 @@ WWPT
368368
'PROD'
369369
/
370370
SCHEDULE
371-
-- -------------------------------------------------------------------------
372-
RPTSCHED
373-
'PRES' 'SGAS' 'RS' 'WELLS' /
374-
375-
RPTRST
376-
'BASIC=1' /
377-
378371

379-
-- If no resolution (i.e. case 1), the two following lines must be added:
380-
--DRSDT
381-
-- 0 /
382-
-- Since this is Case 2, the two lines above have been commented out.
383-
-- if DRSDT is set to 0, GOR cannot rise and free gas does not
384-
-- dissolve in undersaturated oil -> constant bubble point pressure
385-
386-
WELSPECS
387-
-- Item #: 1 2 3 4 5 6
388-
'PROD' 'G1' 10 10 8400 'OIL' /
389-
'INJ' 'G1' 1 1 8335 'GAS' /
390-
/
391-
-- Coordinates in item 3-4 are retrieved from Odeh's figure 1 and 2
392-
-- Note that the depth at the midpoint of the well grid blocks
393-
-- has been used as reference depth for bottom hole pressure in item 5
394-
395-
COMPDAT
396-
-- Item #: 1 2 3 4 5 6 7 8 9
397-
'PROD' 10 10 3 3 'OPEN' 1* 1* 0.5 /
398-
'INJ' 1 1 1 1 'OPEN' 1* 1* 0.5 /
399-
/
400-
-- Coordinates in item 2-5 are retreived from Odeh's figure 1 and 2
401-
-- Item 9 is the well bore internal diameter,
402-
-- the radius is given to be 0.25ft in Odeh's paper
403-
404-
405-
WCONPROD
406-
-- Item #:1 2 3 4 5 9
407-
'PROD' 'OPEN' 'ORAT' 20000 4* 1000 /
408-
/
409-
-- It is stated in Odeh's paper that the maximum oil prod. rate
410-
-- is 20 000stb per day which explains the choice of value in item 4.
411-
-- The items > 4 are defaulted with the exception of item 9,
412-
-- the BHP lower limit, which is given to be 1000psia in Odeh's paper
413-
414-
WCONINJE
415-
-- Item #:1 2 3 4 5 6 7
416-
'INJ' 'GAS' 'OPEN' 'RATE' 100000 1* 9014 /
417-
/
418-
-- Stated in Odeh that gas inj. rate (item 5) is 100MMscf per day
419-
-- BHP upper limit (item 7) should not be exceeding the highest
420-
-- pressure in the PVT table=9014.7psia (default is 100 000psia)
421-
422-
TSTEP
423-
--Advance the simulater once a month for TEN years:
424-
31 28 31 30 31 30 31 31 30 31 30 31
425-
31 28 31 30 31 30 31 31 30 31 30 31
426-
31 28 31 30 31 30 31 31 30 31 30 31
427-
31 28 31 30 31 30 31 31 30 31 30 31
428-
31 28 31 30 31 30 31 31 30 31 30 31
429-
31 28 31 30 31 30 31 31 30 31 30 31
430-
31 28 31 30 31 30 31 31 30 31 30 31
431-
31 28 31 30 31 30 31 31 30 31 30 31
432-
31 28 31 30 31 30 31 31 30 31 30 31
433-
31 28 31 30 31 30 31 31 30 31 30 31 /
434-
435-
--Advance the simulator once a year for TEN years:
436-
--10*365 /
372+
INCLUDE
373+
'schedule' /
437374

438375
END

test-data/local/example_case/example.ert

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ REFCASE eclipse/refcase/REFCASE
3535

3636
GEN_KW MULT_PORO templates/poro.tmpl poro.grdecl parameters/poro.txt
3737

38+
-- This job will copy the file eclipse/input/schedule to the runpath folder.
39+
SIMULATION_JOB COPY_FILE eclipse/input/schedule
40+
41+
3842
-- This forward model job requires that you have eclipse version 2016.02
3943
-- installed locally, feel free to modify this to use a different version if
4044
-- that is what you have installed.
41-
SIMULATION_JOB flow 2018.04 <ECLBASE>
45+
SIMULATION_JOB ECLIPSE100 2016.02 <ECLBASE>
4246

4347
OBS_CONFIG observations/observations.txt
4448

0 commit comments

Comments
 (0)