diff --git a/experiments/norne_simplified/geometry_related/config/exp00_base_case.yml b/experiments/norne_simplified/geometry_related/config/exp00_base_case.yml new file mode 100644 index 0000000..0c67bc9 --- /dev/null +++ b/experiments/norne_simplified/geometry_related/config/exp00_base_case.yml @@ -0,0 +1,186 @@ +name: Norne simplified + +flownet: + data_source: + simulation: + input_case: ../input_model/norne_simplified/NORNE_ATW2013 + vectors: + WBHP: + rel_error: 0.01 + min_error: 5 + WOPR: + rel_error: 0.05 + min_error: 50 + WWPR: + rel_error: 0.05 + min_error: 50 + WGPR: + rel_error: 0.05 + min_error: 50000 + # layers: [[1, 4], [5, 22]] + well_logs: true + concave_hull: true + phases: + - oil + - gas + - vapoil + - disgas + - water + pvt: + rsvd: norne_static/rsvd_multiple.csv + cell_length: 100 + additional_flow_nodes: [50] + additional_node_candidates: 1000 + hull_factor: 1.2 + random_seed: 123456 + perforation_handling_strategy: bottom_point + fast_pyscal: true + training_set_end_date: 2005-01-31 + fault_tolerance: 0.0001 + # max_distance: 1e12 + max_distance_fraction: 0.0 + prod_control_mode: RESV + inj_control_mode: RATE + # angle_threshold: 150 + n_non_reservoir_evaluation: 0 + +ert: + static_include_files: ./norne_static + realizations: + num_realizations: 500 + required_success_percent: 20 + max_runtime: 1500 + queue: + system: LOCAL + max_running: 50 + ensemble_weights: [4, 2, 1, 1, 1, 1, 1, 1, 1, 1] + analysis: + - metric: [RMSE] + quantity: ['WOPR:', 'WOPT:', 'WWPR:', 'WWPT:', 'WGPR:', 'WGPT:', 'WBHP:'] + start: 1997-11-06 + end: 2005-01-31 + outfile: exp00_analysis_metrics_history + - metric: [RMSE] + quantity: ['WOPR:', 'WOPT:', 'WWPR:', 'WWPT:', 'WGPR:', 'WGPT:', 'WBHP:'] + start: 2005-01-31 + end: 2006-12-01 + outfile: exp00_analysis_metrics_test + +model_parameters: + permeability: + min: 1 + max: 1000 + porosity: + min: 0.05 + max: 0.35 + bulkvolume_mult: + mean: 1.0 + max: 1.5 + fault_mult: + min: 1 + max: 1 + distribution: logunif + relative_permeability: + scheme: global + interpolate: false + regions: + - id: None + swirr: + min: 0.01 + base: 0.01 + max: 0.01 + swl: + min: 0.05 + base: 0.05 + max: 0.05 + swcr: + min: 0.1 + base: 0.2 + max: 0.3 + sorw: + min: 0.2 + base: 0.25 + max: 0.3 + sorg: + min: 0.1 + base: 0.15 + max: 0.2 + sgcr: + min: 0.03 + base: 0.055 + max: 0.08 + krwend: + min: 0.4 + base: 0.5 + max: 0.6 + kroend: + min: 0.9 + base: 0.95 + max: 1.0 + krgend: + min: 0.9 + base: 0.95 + max: 1.0 + nw: + min: 1.5 + base: 2.25 + max: 3.0 + now: + min: 1.5 + base: 2.25 + max: 3.0 + ng: + min: 1.5 + base: 2.25 + max: 3.0 + nog: + min: 1.5 + base: 2.25 + max: 3.0 + equil: + scheme: regions_from_sim + regions: + - id: None + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2670 + max: 2725 + - id: 2 + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2565 + max: 2605 + - id: 3 + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2601 + max: 2640 + - id: 4 + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2375 + max: 2425 diff --git a/experiments/norne_simplified/geometry_related/config/exp20_best_guess.yml b/experiments/norne_simplified/geometry_related/config/exp20_best_guess.yml new file mode 100644 index 0000000..7b4f5c7 --- /dev/null +++ b/experiments/norne_simplified/geometry_related/config/exp20_best_guess.yml @@ -0,0 +1,186 @@ +name: Norne simplified + +flownet: + data_source: + simulation: + input_case: ../input_model/norne_simplified/NORNE_ATW2013 + vectors: + WBHP: + rel_error: 0.01 + min_error: 5 + WOPR: + rel_error: 0.05 + min_error: 50 + WWPR: + rel_error: 0.05 + min_error: 50 + WGPR: + rel_error: 0.05 + min_error: 50000 + layers: [[1, 4], [5, 22]] + well_logs: true + concave_hull: true + phases: + - oil + - gas + - vapoil + - disgas + - water + pvt: + rsvd: norne_static/rsvd_multiple.csv + cell_length: 50 + additional_flow_nodes: [100] + additional_node_candidates: 1000 + hull_factor: 1.2 + random_seed: 123456 + perforation_handling_strategy: multiple_based_on_workovers + fast_pyscal: true + training_set_end_date: 2005-01-31 + fault_tolerance: 0.0001 + # max_distance: 1e12 + max_distance_fraction: 0.10 + prod_control_mode: RESV + inj_control_mode: RATE + # angle_threshold: 150 + # n_non_reservoir_evaluation: 10 + +ert: + static_include_files: ./norne_static + realizations: + num_realizations: 500 + required_success_percent: 20 + max_runtime: 1500 + queue: + system: LOCAL + max_running: 50 + ensemble_weights: [4, 2, 1, 1, 1, 1, 1, 1, 1, 1] + analysis: + - metric: [RMSE] + quantity: ['WOPR:', 'WOPT:', 'WWPR:', 'WWPT:', 'WGPR:', 'WGPT:', 'WBHP:'] + start: 1997-11-06 + end: 2005-01-31 + outfile: exp20_analysis_metrics_history + - metric: [RMSE] + quantity: ['WOPR:', 'WOPT:', 'WWPR:', 'WWPT:', 'WGPR:', 'WGPT:', 'WBHP:'] + start: 2005-01-31 + end: 2006-12-01 + outfile: exp20_analysis_metrics_test + +model_parameters: + permeability: + min: 1 + max: 1000 + porosity: + min: 0.05 + max: 0.35 + bulkvolume_mult: + mean: 1.0 + max: 1.5 + fault_mult: + min: 1.0e-5 + max: 1 + distribution: logunif + relative_permeability: + scheme: individual + interpolate: false + regions: + - id: None + swirr: + min: 0.01 + base: 0.01 + max: 0.01 + swl: + min: 0.05 + base: 0.05 + max: 0.05 + swcr: + min: 0.1 + base: 0.2 + max: 0.3 + sorw: + min: 0.2 + base: 0.25 + max: 0.3 + sorg: + min: 0.1 + base: 0.15 + max: 0.2 + sgcr: + min: 0.03 + base: 0.055 + max: 0.08 + krwend: + min: 0.4 + base: 0.5 + max: 0.6 + kroend: + min: 0.9 + base: 0.95 + max: 1.0 + krgend: + min: 0.9 + base: 0.95 + max: 1.0 + nw: + min: 1.5 + base: 2.25 + max: 3.0 + now: + min: 1.5 + base: 2.25 + max: 3.0 + ng: + min: 1.5 + base: 2.25 + max: 3.0 + nog: + min: 1.5 + base: 2.25 + max: 3.0 + equil: + scheme: regions_from_sim + regions: + - id: None + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2670 + max: 2725 + - id: 2 + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2565 + max: 2605 + - id: 3 + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2601 + max: 2640 + - id: 4 + datum_depth: 2000 + datum_pressure: + min: 210 + max: 230 + goc_depth: + min: 1995 + max: 2005 + owc_depth: + min: 2375 + max: 2425 diff --git a/experiments/norne_simplified/geometry_related/results/README.txt b/experiments/norne_simplified/geometry_related/results/README.txt new file mode 100644 index 0000000..a7dee54 --- /dev/null +++ b/experiments/norne_simplified/geometry_related/results/README.txt @@ -0,0 +1,5 @@ +Please append list with performed experiments and location of results + +- Experiment 00: flownetsimulator VM (Eduardo) +- Experiment 20: flownetsimulator VM (Eduardo) +