-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements and additional examples for generic decks
Showing
36 changed files
with
896 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
-- This reservoir simulation deck is made available under the Open Database | ||
-- License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in | ||
-- individual contents of the database are licensed under the Database Contents | ||
-- License: http://opendatacommons.org/licenses/dbcl/1.0/ | ||
|
||
-- Copyright (C) 2024 NORCE | ||
--------------------------------------------------------------------------- | ||
RUNSPEC | ||
--------------------------------------------------------------------------- | ||
DIMENS | ||
20 1 20 / | ||
|
||
EQLDIMS | ||
/ | ||
|
||
TABDIMS | ||
/ | ||
|
||
GAS | ||
WATER | ||
CO2STORE | ||
|
||
METRIC | ||
|
||
START | ||
18 'JAN' 1991 / | ||
|
||
UNIFOUT | ||
--------------------------------------------------------------------------- | ||
GRID | ||
--------------------------------------------------------------------------- | ||
INIT | ||
|
||
DX | ||
400*1 / | ||
|
||
DY | ||
400*1 / | ||
|
||
DZ | ||
400*1 / | ||
|
||
TOPS | ||
20*0 / | ||
|
||
PORO | ||
20*0.01 | ||
20*0.02 | ||
20*0.03 | ||
20*0.04 | ||
20*0.05 | ||
20*0.06 | ||
20*0.07 | ||
20*0.08 | ||
20*0.09 | ||
20*0.10 | ||
20*0.11 | ||
20*0.12 | ||
20*0.13 | ||
20*0.14 | ||
20*0.15 | ||
20*0.16 | ||
20*0.17 | ||
20*0.18 | ||
20*0.19 | ||
20*0.20 | ||
/ | ||
|
||
PERMX | ||
20*100 | ||
20*200 | ||
20*300 | ||
20*400 | ||
20*500 | ||
20*600 | ||
20*700 | ||
20*800 | ||
20*900 | ||
20*1000 | ||
20*1100 | ||
20*1200 | ||
20*1300 | ||
20*1400 | ||
20*1500 | ||
20*1600 | ||
20*1700 | ||
20*1800 | ||
20*1900 | ||
20*2000 | ||
/ | ||
|
||
PERMY | ||
400*1/ | ||
|
||
PERMZ | ||
20*100 | ||
20*200 | ||
20*300 | ||
20*400 | ||
20*500 | ||
20*600 | ||
20*700 | ||
20*800 | ||
20*900 | ||
20*1000 | ||
20*1100 | ||
20*1200 | ||
20*1300 | ||
20*1400 | ||
20*1500 | ||
20*1600 | ||
20*1700 | ||
20*1800 | ||
20*1900 | ||
20*2000 | ||
/ | ||
|
||
EQUALS | ||
PORO 0 6 10 1* 1* 6 10 / | ||
PORO 0.08 8 8 1* 1* 8 8 / | ||
/ | ||
--------------------------------------------------------------------------- | ||
PROPS | ||
--------------------------------------------------------------------------- | ||
SGWFN | ||
0 0 1 0 | ||
1 1 0 0 / | ||
--------------------------------------------------------------------------- | ||
REGIONS | ||
--------------------------------------------------------------------------- | ||
FIPNUM | ||
20*1 | ||
20*2 | ||
20*3 | ||
20*4 | ||
20*5 | ||
20*6 | ||
20*7 | ||
20*8 | ||
20*9 | ||
20*10 | ||
20*11 | ||
20*12 | ||
20*13 | ||
20*14 | ||
20*15 | ||
20*16 | ||
20*17 | ||
20*18 | ||
20*19 | ||
20*20 | ||
/ | ||
--------------------------------------------------------------------------- | ||
SOLUTION | ||
--------------------------------------------------------------------------- | ||
EQUIL | ||
0 1 0 0 0 0 1 1 0 / | ||
|
||
RPTRST | ||
BASIC=2 / | ||
--------------------------------------------------------------------------- | ||
SCHEDULE | ||
--------------------------------------------------------------------------- | ||
RPTRST | ||
BASIC=2 / | ||
|
||
TSTEP | ||
1 / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters