From 48cc6924e5b1ab769085def6ce24b3c768e9482d Mon Sep 17 00:00:00 2001 From: "Oddvar Lia (ST MSU GEO)" Date: Sun, 17 Dec 2023 21:02:37 +0100 Subject: [PATCH] Remove unused files --- .../example_case/example_test_config_A.yml | 53 ----------------- .../example_test_config_A_with_actnum.yml | 51 ---------------- .../example_case/example_test_config_B.yml | 50 ---------------- .../example_case/example_test_config_C.yml | 50 ---------------- .../example_case/example_test_config_D.yml | 50 ---------------- .../example_case/example_test_config_E.yml | 52 ---------------- .../example_case/example_test_config_F.yml | 51 ---------------- .../example_case/example_test_config_G.yml | 51 ---------------- .../example_case/scripts/common_functions.py | 1 - .../sim_field_case_A_with_actnum.ert | 59 ------------------- .../example_case/sim_field_case_B.ert | 56 ------------------ .../example_case/sim_field_case_C.ert | 56 ------------------ .../example_case/sim_field_case_D.ert | 57 ------------------ .../example_case/sim_field_case_E.ert | 57 ------------------ .../example_case/sim_field_case_F.ert | 57 ------------------ .../example_case/sim_field_case_G.ert | 56 ------------------ .../sim_field_local_case_A_with_actnum.ert | 59 ------------------- .../example_case/sim_field_local_case_B.ert | 56 ------------------ .../example_case/sim_field_local_case_C.ert | 56 ------------------ .../example_case/sim_field_local_case_D.ert | 57 ------------------ .../example_case/sim_field_local_case_E.ert | 58 ------------------ .../example_case/sim_field_local_case_F.ert | 57 ------------------ .../example_case/sim_field_local_case_G.ert | 56 ------------------ 23 files changed, 1206 deletions(-) delete mode 100644 tests/jobs/localisation/example_case/example_test_config_A.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_A_with_actnum.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_B.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_C.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_D.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_E.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_F.yml delete mode 100644 tests/jobs/localisation/example_case/example_test_config_G.yml delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_A_with_actnum.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_B.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_C.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_D.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_E.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_F.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_case_G.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_A_with_actnum.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_B.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_C.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_D.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_E.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_F.ert delete mode 100644 tests/jobs/localisation/example_case/sim_field_local_case_G.ert diff --git a/tests/jobs/localisation/example_case/example_test_config_A.yml b/tests/jobs/localisation/example_case/example_test_config_A.yml deleted file mode 100644 index d07031b7..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_A.yml +++ /dev/null @@ -1,53 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "A" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: True - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name_prefix: "init_files/FieldParam" - updated_file_name_prefix: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_STANDARD.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_STANDARD_UPSCALED.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_prefix: "UpscaledField" - ert_config_template_file: "sim_field_template.ert" - ert_config_file: "sim_field.ert" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [750.0, 750.0, 25.0], [250.0, 1750.0, 25.0] ] - - localisation: - method: "gaussian" - use_localisation: True - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_A_with_actnum.yml b/tests/jobs/localisation/example_case/example_test_config_A_with_actnum.yml deleted file mode 100644 index 42c05afa..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_A_with_actnum.yml +++ /dev/null @@ -1,51 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "A2" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - polygon_file: "Polygons.txt" - use_eclipse_grid_index_origo: True - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_WITH_ACTNUM.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "UpscaleGrid.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [750.0, 750.0, 25.0], [250.0, 1750.0, 25.0] ] - - localisation: - method: "gaussian" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_B.yml b/tests/jobs/localisation/example_case/example_test_config_B.yml deleted file mode 100644 index ca6ed119..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_B.yml +++ /dev/null @@ -1,50 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "B" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: True - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "GRDECL" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_STANDARD.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_STANDARD_UPSCALED.EGRID" - file_format: "GRDECL" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [750.0, 750.0, 25.0], [250.0, 1750.0, 25.0] ] - - localisation: - method: "gaussian" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_C.yml b/tests/jobs/localisation/example_case/example_test_config_C.yml deleted file mode 100644 index 4f5e8f4f..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_C.yml +++ /dev/null @@ -1,50 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "C" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: False - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_RMS_ORIGO.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_RMS_ORIGO_UPSCALED.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [750.0, 750.0, 25.0], [250.0, 1750.0, 25.0] ] - - localisation: - method: "gaussian" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_D.yml b/tests/jobs/localisation/example_case/example_test_config_D.yml deleted file mode 100644 index 54b942a6..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_D.yml +++ /dev/null @@ -1,50 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "D" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: True - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_STANDARD.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_STANDARD_UPSCALED.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [750.0, 750.0, 25.0], [250.0, 1750.0, 25.0] ] - - localisation: - method: "constant" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_E.yml b/tests/jobs/localisation/example_case/example_test_config_E.yml deleted file mode 100644 index cdf1e84b..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_E.yml +++ /dev/null @@ -1,52 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "E" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: True - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_STANDARD.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_STANDARD_UPSCALED.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [450.0, 1750.0, 25.0], [250.0, 250.0, 25.0 ] ] - - localisation: - method: "region" - region_polygons: "region_polygons.txt" - region_file: "regions.grdecl" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_F.yml b/tests/jobs/localisation/example_case/example_test_config_F.yml deleted file mode 100644 index 3cb53135..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_F.yml +++ /dev/null @@ -1,51 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "F" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: True - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_STANDARD.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_STANDARD_UPSCALED.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [650.0, 850.0, 25.0] ] - - localisation: - method: "scaling_file" - scaling_file: "scaling_factor.grdecl" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/example_test_config_G.yml b/tests/jobs/localisation/example_case/example_test_config_G.yml deleted file mode 100644 index de3bf045..00000000 --- a/tests/jobs/localisation/example_case/example_test_config_G.yml +++ /dev/null @@ -1,51 +0,0 @@ -# ROFF format standard Eclipse origo -settings: - case_name: "G" - model_size: - size: [ 1000.0, 2000.0, 50.0 ] - use_eclipse_grid_index_origo: False - - field: - name: "FIELDPAR" - algorithm: "gstools" - file_format: "ROFF" - initial_file_name: "init_files/FieldParam" - updated_file_name: "FieldParam" - seed_file: "randomseeds.txt" - variogram: "gaussian" - correlation_range: [250, 500, 2.0] - correlation_azimuth: 0.0 - correlation_dip: 0.0 - correlation_exponent: 1.9 - trend_use: False - trend_params: [ 1.0, -1.0 ] - trend_relstd: 0.15 - grid_dimension: [10, 20, 1] - grid_file_name: "GRID_RMS_ORIGO.EGRID" - - response: - name: "UPSCALED" - grid_dimension: [2,4,1] - upscaled_file_name: "Upscaled" - grid_file_name: "GRID_RMS_ORIGO_UPSCALED.EGRID" - file_format: "ROFF" - write_upscaled_field: True - response_function: "average" - gen_data_file_name: "UpscaledField_0.txt" - - observation: - directory: "observations" - file_name: "observations.obs" - data_dir: "obs_data" - reference_param_file: "init_files/ObsField" - reference_field_name: "ObsField" - rel_error: 0.10 - min_abs_error: 0.01 - obs_positions: [ [650.0, 850.0, 25.0] ] - - localisation: - method: "scaling_file" - scaling_file: "init_files/scaling_factor_rms_origo.grdecl" - - optional: - write_obs_pred_diff_field_file: False diff --git a/tests/jobs/localisation/example_case/scripts/common_functions.py b/tests/jobs/localisation/example_case/scripts/common_functions.py index ac15e1e7..3d7b94ce 100644 --- a/tests/jobs/localisation/example_case/scripts/common_functions.py +++ b/tests/jobs/localisation/example_case/scripts/common_functions.py @@ -1529,7 +1529,6 @@ def create_ert_config_file( load_workflow = "LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW" hook_workflow = "HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE" - print(f"In create_ert_config_file: Localisation: {use_localisation} ") local = "_local" if use_localisation else "" strings_to_replace_dict = { diff --git a/tests/jobs/localisation/example_case/sim_field_case_A_with_actnum.ert b/tests/jobs/localisation/example_case/sim_field_case_A_with_actnum.ert deleted file mode 100644 index 45537112..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_A_with_actnum.ert +++ /dev/null @@ -1,59 +0,0 @@ -DEFINE $USER -DEFINE sim_field_A_with_actnum -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_A_with_actnum.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 - -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_WITH_ACTNUM.EGRID, =/GRID_WITH_ACTNUM.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/UpscaleGrid.EGRID, =/UpscaleGrid.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - - -GRID /GRID_WITH_ACTNUM.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_case_B.ert b/tests/jobs/localisation/example_case/sim_field_case_B.ert deleted file mode 100644 index 4ed63d55..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_B.ert +++ /dev/null @@ -1,56 +0,0 @@ -DEFINE $USER -DEFINE sim_field_B -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_B.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) - -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.GRDECL INIT_FILES:init_files/FieldParam.GRDECL MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_case_C.ert b/tests/jobs/localisation/example_case/sim_field_case_C.ert deleted file mode 100644 index 0ebad024..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_C.ert +++ /dev/null @@ -1,56 +0,0 @@ -DEFINE $USER -DEFINE sim_field_C -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_C.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) - -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO.EGRID, =/GRID_RMS_ORIGO.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO_UPSCALED.EGRID, =/GRID_RMS_ORIGO_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_RMS_ORIGO.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_case_D.ert b/tests/jobs/localisation/example_case/sim_field_case_D.ert deleted file mode 100644 index 4b96ae93..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_D.ert +++ /dev/null @@ -1,57 +0,0 @@ -DEFINE $USER -DEFINE sim_field_D -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_D.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_case_E.ert b/tests/jobs/localisation/example_case/sim_field_case_E.ert deleted file mode 100644 index 332e338f..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_E.ert +++ /dev/null @@ -1,57 +0,0 @@ -DEFINE $USER -DEFINE sim_field_E -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_E.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_case_F.ert b/tests/jobs/localisation/example_case/sim_field_case_F.ert deleted file mode 100644 index f9f161bb..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_F.ert +++ /dev/null @@ -1,57 +0,0 @@ -DEFINE $USER -DEFINE sim_field_F -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_A.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_case_G.ert b/tests/jobs/localisation/example_case/sim_field_case_G.ert deleted file mode 100644 index 305b8e6a..00000000 --- a/tests/jobs/localisation/example_case/sim_field_case_G.ert +++ /dev/null @@ -1,56 +0,0 @@ -DEFINE $USER -DEFINE sim_field_G -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_G.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - --- LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW --- HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) - -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO.EGRID, =/GRID_RMS_ORIGO.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO_UPSCALED.EGRID, =/GRID_RMS_ORIGO_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_RMS_ORIGO.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_A_with_actnum.ert b/tests/jobs/localisation/example_case/sim_field_local_case_A_with_actnum.ert deleted file mode 100644 index f117a6b9..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_A_with_actnum.ert +++ /dev/null @@ -1,59 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_A_with_actnum -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_A_with_actnum.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 - -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_WITH_ACTNUM.EGRID, =/GRID_WITH_ACTNUM.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/UpscaleGrid.EGRID, =/UpscaleGrid.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - - -GRID /GRID_WITH_ACTNUM.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_B.ert b/tests/jobs/localisation/example_case/sim_field_local_case_B.ert deleted file mode 100644 index b7a76798..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_B.ert +++ /dev/null @@ -1,56 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_B -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_B.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) - -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.GRDECL INIT_FILES:init_files/FieldParam.GRDECL MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_C.ert b/tests/jobs/localisation/example_case/sim_field_local_case_C.ert deleted file mode 100644 index a0cb4a52..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_C.ert +++ /dev/null @@ -1,56 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_C -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_C.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) - -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO.EGRID, =/GRID_RMS_ORIGO.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO_UPSCALED.EGRID, =/GRID_RMS_ORIGO_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_RMS_ORIGO.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_D.ert b/tests/jobs/localisation/example_case/sim_field_local_case_D.ert deleted file mode 100644 index 5fad16ea..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_D.ert +++ /dev/null @@ -1,57 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_D -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_D.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_E.ert b/tests/jobs/localisation/example_case/sim_field_local_case_E.ert deleted file mode 100644 index 6142b53b..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_E.ert +++ /dev/null @@ -1,58 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_E -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_E.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/regions.grdecl, =/regions.grdecl) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_F.ert b/tests/jobs/localisation/example_case/sim_field_local_case_F.ert deleted file mode 100644 index 35a0653e..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_F.ert +++ /dev/null @@ -1,57 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_F -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_A.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) --- For QC purpose only -FORWARD_MODEL COPY_FILE(=/init_files/ObsField.roff, =/init_files/ObsField.roff) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD.EGRID, =/GRID_STANDARD.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_STANDARD_UPSCALED.EGRID, =/GRID_STANDARD_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_STANDARD.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True diff --git a/tests/jobs/localisation/example_case/sim_field_local_case_G.ert b/tests/jobs/localisation/example_case/sim_field_local_case_G.ert deleted file mode 100644 index 923dac8f..00000000 --- a/tests/jobs/localisation/example_case/sim_field_local_case_G.ert +++ /dev/null @@ -1,56 +0,0 @@ -DEFINE $USER -DEFINE sim_field_local_G -DEFINE randomseeds.txt -DEFINE /example_config.yml --- DEFINE /example_test_config_G.yml -INSTALL_JOB SIM_FIELD scripts/FM_SIM_FIELD ------------------------------------------------------ --- Observations ------------------------------------------------------ - -DEFINE /observations/observations.obs -OBS_CONFIG - -JOBNAME sim_fields_ - - -NUM_REALIZATIONS 10 -- Set number of realizations to run -MAX_RUNTIME 18000 -- Set the maximum allowed run time (in seconds) -MIN_REALIZATIONS 1 -- Success criteria -MAX_SUBMIT 1 -- How many times should the queue system retry a simulation. --- QUEUE_OPTION LSF MAX_RUNNING 100 -- Choke the number of simultaneous run --- QUEUE_OPTION LSF LSF_QUEUE mr -- Assign LSF cluster queue to use -QUEUE_SYSTEM LOCAL -QUEUE_OPTION LOCAL MAX_RUNNING 10 -RANDOM_SEED 123456 -- ERT seed value - -RUNPATH simulations//realization-/iter- -ENSPATH output//storage -- Storage of internal ert data -UPDATE_LOG_PATH output//update_log -- Info of active and inactive data points -RUNPATH_FILE output//runpath_file -- List of runpaths - -LOAD_WORKFLOW localisation.wf LOCALISATION_WORKFLOW -HOOK_WORKFLOW LOCALISATION_WORKFLOW PRE_FIRST_UPDATE - ---Result data from forward model-- -GEN_DATA RESULT_UPSCALED_FIELD RESULT_FILE:UpscaledField_%d.txt REPORT_STEPS:0 INPUT_FORMAT:ASCII OUTPUT_FORMAT:ASCII - ------------------------------------------------------ --- Forward models ------------------------------------------------------ ---Simulate Gaussian field with trend and calculate upscaled values. Observables are upscaled values of selected grid cells. -FORWARD_MODEL MAKE_DIRECTORY(=init_files) --- Is used to identify iteration number (only relevant for old komodo versions) -FORWARD_MODEL MAKE_DIRECTORY(=) --- The common seed file -FORWARD_MODEL COPY_FILE(=/, =/) - -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO.EGRID, =/GRID_RMS_ORIGO.EGRID) -FORWARD_MODEL MAKE_SYMLINK(=/GRID_RMS_ORIGO_UPSCALED.EGRID, =/GRID_RMS_ORIGO_UPSCALED.EGRID) - --- The main forward model simulating gaussian field with trend, and upscale -FORWARD_MODEL SIM_FIELD(=, =, =, =) - -GRID /GRID_RMS_ORIGO.EGRID -- Necessary for AHM using field parameters - -FIELD FIELDPAR PARAMETER FieldParam.roff INIT_FILES:init_files/FieldParam.roff MIN:-5.0 MAX:5.0 FORWARD_INIT:True