Skip to content

Commit

Permalink
Update additional flow node format (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterjdb authored Feb 26, 2021
1 parent 9af4d35 commit c31ad2a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion brugge/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flownet:
- oil
- water
cell_length: 100
additional_flow_nodes: 50
additional_flow_nodes: [50]
additional_node_candidates: 1000
hull_factor: 0.9
random_seed: 123456
Expand Down
2 changes: 1 addition & 1 deletion egg/ci_config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# All other settings should be set in the base configuration file.

flownet:
additional_flow_nodes: 10
additional_flow_nodes: [10]
additional_node_candidates: 100
hyperopt:
n_runs: 1
Expand Down
2 changes: 1 addition & 1 deletion egg/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flownet:
- oil
- water
cell_length: 10
additional_flow_nodes: 50
additional_flow_nodes: [50]
additional_node_candidates: 1000
hull_factor: 1.2
random_seed: 999
Expand Down
2 changes: 1 addition & 1 deletion norne/ci_config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# All other settings should be set in the base configuration file.

flownet:
additional_flow_nodes: 10
additional_flow_nodes: [50, 10]
additional_node_candidates: 100
max_distance_fraction: 0.05
constraining:
Expand Down
5 changes: 4 additions & 1 deletion norne/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ flownet:
rel_error: 0.1
min_error: 100000
well_logs: true
layers:
- [1, 3]
- [4, 22]
concave_hull: true
constraining:
kriging:
Expand All @@ -40,7 +43,7 @@ flownet:
pvt:
rsvd: norne_static/rsvd_multiple.csv
cell_length: 100
additional_flow_nodes: 100
additional_flow_nodes: [500, 100]
additional_node_candidates: 1000
hull_factor: 1.2
random_seed: 123456
Expand Down
2 changes: 1 addition & 1 deletion norne_simplified/ci_config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

flownet:
additional_flow_nodes: 2
additional_node_candidates: 100
additional_node_candidates: [100]
max_distance_fraction: 0.05
constraining:
kriging:
Expand Down
2 changes: 1 addition & 1 deletion norne_simplified/config/assisted_history_matching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ flownet:
pvt:
rsvd: norne_static/rsvd_multiple.csv
cell_length: 100
additional_flow_nodes: 100
additional_flow_nodes: [100]
additional_node_candidates: 1000
hull_factor: 1.2
random_seed: 123456
Expand Down

0 comments on commit c31ad2a

Please sign in to comment.