Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New position vectors entry in config file #52

Merged
merged 3 commits into from
Aug 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions brugge/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ flownet:
data_source:
simulation:
input_case: ../input_model/BRUGGE60K_FY-SF-KM-1-1_JAN2017/BRUGGE60K_FY-SF-KM-1-1
vectors:
WTHP:
rel_error: 0.01
min_error: 0.5
WBHP:
rel_error: 0.01
min_error: 2
WOPR:
rel_error: 0.01
min_error: 10
WGPR:
rel_error: 0.1
min_error: 100000
WWPR:
rel_error: 0.01
min_error: 10
vectors:
WTHP:
rel_error: 0.01
min_error: 0.5
WBHP:
rel_error: 0.01
min_error: 2
WOPR:
rel_error: 0.01
min_error: 10
WGPR:
rel_error: 0.1
min_error: 100000
WWPR:
rel_error: 0.01
min_error: 10
phases:
- oil
- water
Expand Down
14 changes: 7 additions & 7 deletions egg/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ flownet:
data_source:
simulation:
input_case: ../input_model/egg/EGG_MODEL_ECL
vectors:
WBHP:
rel_error: 0.005
min_error: 1
WOPR:
rel_error: 0.01
min_error: 1
vectors:
WBHP:
rel_error: 0.005
min_error: 1
WOPR:
rel_error: 0.01
min_error: 1
phases:
- oil
- water
Expand Down
14 changes: 7 additions & 7 deletions egg/config/hyperparameter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ flownet:
data_source:
simulation:
input_case: ../input_model/egg/EGG_MODEL_ECL
vectors:
WBHP:
rel_error: 0.005
min_error: 1
WOPR:
rel_error: 0.01
min_error: 1
vectors:
WBHP:
rel_error: 0.005
min_error: 1
WOPR:
rel_error: 0.01
min_error: 1
phases:
- oil
- water
Expand Down
20 changes: 10 additions & 10 deletions norne/config/ahm_csv_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ flownet:
input_data: ../input_data/norne_production_data.csv
simulation:
input_case: ../input_model/norne/NORNE_ATW2013
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
well_logs: true
layers:
- [1, 3]
- [4, 22]
concave_hull: true
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
resampling: Q
constraining:
kriging:
Expand Down
20 changes: 10 additions & 10 deletions norne/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ flownet:
data_source:
simulation:
input_case: ../input_model/norne/NORNE_ATW2013
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
well_logs: true
layers:
- [1, 3]
- [4, 22]
concave_hull: true
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
constraining:
kriging:
enabled: false
Expand Down
20 changes: 10 additions & 10 deletions norne_salt/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ flownet:
data_source:
simulation:
input_case: ../input_model/norne_salt/NORNE_ATW2013
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
well_logs: true
layers:
- [1, 3]
- [4, 22]
concave_hull: true
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
constraining:
kriging:
enabled: false
Expand Down
20 changes: 10 additions & 10 deletions norne_simplified/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ flownet:
data_source:
simulation:
input_case: ../input_model/norne_simplified/NORNE_ATW2013
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
layers: [[1, 4], [5, 22]]
well_logs: true
concave_hull: true
vectors:
WBHP:
rel_error: 0.05
min_error: 10
WOPR:
rel_error: 0.1
min_error: 100
WGPR:
rel_error: 0.1
min_error: 100000
constraining:
kriging:
enabled: false
Expand Down