|
| 1 | +localisation: |
| 2 | + # Result file format (for summary observations) can be a csv file with columns: |
| 3 | + # field_name ert-id xpos, ypos xrange yrange rotation tapering_function_name |
| 4 | + result_file: params_dist_localisation.dat |
| 5 | + rms_settings: |
| 6 | + use_well_head_position: False |
| 7 | + grid_model: "Geogrid_Valysar" |
| 8 | + blocked_well_set: "BW" |
| 9 | + trajectory: "Drilled trajectory" |
| 10 | + |
| 11 | + input_files: |
| 12 | + well_renaming_table: ../input/well_modelling/well_info/rms_eclipse.renaming_table |
| 13 | + ert_summary_obs_file: ../../ert/input/observations/drogon_wbhp_rft_wct_gor_tracer_4d_plt.obs |
| 14 | + ert_general_obs_file: ../../ert/input/observations/drogon_wbhp_rft_wct_gor_tracer_4d_plt.obs |
| 15 | + rms_field_correlation_file: ../input/config/aps/correlation_ranges.txt # Not yet used |
| 16 | + ert_config_field_param_file: ../../ert/input/config/ahm_field_aps.ert |
| 17 | + |
| 18 | + default_field_settings: |
| 19 | + ranges: [2000.0, 1000.0, 45.0] # (main_range, perpendicular_range, rotation) |
| 20 | + |
| 21 | + tapering: "gauss" |
| 22 | + |
| 23 | + # Individual settings per field that is explicitly specified, |
| 24 | + # but common settings for all obs_types, all wells found in summary observations. |
| 25 | + # For fields not specified, use default settings. |
| 26 | + # These settings will override the default_field_settings. |
| 27 | + |
| 28 | + #Example below specify the following: |
| 29 | + # First item in the field_settings list: All field names, all obs_types and all wells matching the wildcard notation |
| 30 | + # will be assigned one common set of range values. |
| 31 | + # Second item in the field settings list: All field names, all obs_types and all wells matching the wildcard notation |
| 32 | + # will be assigned one common set of range values if the have not already be assigned a range in the previous |
| 33 | + # field settings item in the list. |
| 34 | + # Third item in the field settings list: All field names, all obs_types and all wells matching the wildcard notation |
| 35 | + # will be assigned one common set of range values if the have not already be assigned a range in the previous |
| 36 | + # field settings item in the list. |
| 37 | + # |
| 38 | + # For all combinations of (field_parameter, ert_id) not assigned here, the default set of range paramters will be used. |
| 39 | + # |
| 40 | + # |
| 41 | + # Wildcard notation is possible in field_settings for: |
| 42 | + # - field_name |
| 43 | + # - obs_type |
| 44 | + # - well names |
| 45 | + # |
| 46 | + # NOTE: If there are overlapping specifications in keyword 'field_settings', |
| 47 | + # the field settings items previously in the list of field settings will be used!! |
| 48 | + # No warning or error message if overlapping |
| 49 | + # Specification in keyword 'field_settings' will always overwrite default settings. |
| 50 | + field_settings: |
| 51 | + - field_name: [aps_*_GRF1] |
| 52 | + obs_type: ["WO*",WWCT] |
| 53 | + well_names: ["55*"] |
| 54 | + ranges: [300.0, 300.0, 0.0] |
| 55 | + - field_name: [aps_Valysar_GRF1] |
| 56 | + obs_type: ["*O*"] |
| 57 | + well_names: ["*-A-*"] |
| 58 | + ranges: [3000.0, 3000.0, 0.0] |
| 59 | + - field_name: [aps_V*_GRF1] |
| 60 | + obs_type: [WGOR] |
| 61 | + well_names: [55_33-A-4] |
| 62 | + ranges: [1000.0, 1000.0, 0.0] |
| 63 | + - field_name: [aps_Valysar_GRF2] |
| 64 | + obs_type: [all] |
| 65 | + well_names: [all] |
| 66 | + ranges: [300.0, 400.0, 25.0] |
| 67 | + |
| 68 | + individual_obs_settings: |
| 69 | + - field_name: aps_Volon_GRF1 |
| 70 | + ert_obs_id: A1_WBHP_05_05_2019 |
| 71 | + ranges: [1200, 1500, 30] |
| 72 | + - field_name: aps_Therys_GRF2 |
| 73 | + ert_obs_id: A1_WBHP_02_11_2019 |
| 74 | + ranges: [1200, 1700, 30] |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
0 commit comments