Skip to content

Commit

Permalink
Modified test example config files
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvarlia committed Nov 20, 2023
1 parent 59cf0b8 commit 1e2af41
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
updated_file_name: "FieldParam"
seed_file: "randomseeds.txt"
variogram: "gaussian"
correlation_range: [3000.0, 2000.0, 2.0]
correlation_range: [4000.0, 2000.0, 2.0]
correlation_azimuth: 45.0
correlation_dip: 0.0
correlation_exponent: 1.9
Expand Down Expand Up @@ -40,9 +40,10 @@ settings:
reference_field_name: "ObsField"
rel_error: 0.10
min_abs_error: 0.01
# selected_grid_cells:
# - [5, 10, 1]
# - [10, 5, 1]
selected_grid_cells:
- [5, 5, 1]
- [7, 12,1]
- [11, 20, 1]

localisation:
method: "gaussian"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
updated_file_name: "FieldParam"
seed_file: "randomseeds.txt"
variogram: "gaussian"
correlation_range: [3000.0, 2000.0, 2.0]
correlation_range: [4000.0, 2000.0, 2.0]
correlation_azimuth: 45.0
correlation_dip: 0.0
correlation_exponent: 1.9
Expand Down Expand Up @@ -40,9 +40,10 @@ settings:
reference_field_name: "ObsField"
rel_error: 0.10
min_abs_error: 0.01
# selected_grid_cells:
# - [5, 10, 1]
# - [10, 5, 1]
selected_grid_cells:
- [5, 5, 1]
- [7, 12,1]
- [11, 20, 1]

localisation:
method: "gaussian"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
updated_file_name: "FieldParam"
seed_file: "randomseeds.txt"
variogram: "gaussian"
correlation_range: [3000.0, 2000.0, 2.0]
correlation_range: [4000.0, 2000.0, 2.0]
correlation_azimuth: 45.0
correlation_dip: 0.0
correlation_exponent: 1.9
Expand Down Expand Up @@ -40,9 +40,10 @@ settings:
reference_field_name: "ObsField"
rel_error: 0.10
min_abs_error: 0.01
# selected_grid_cells:
# - [5, 10, 1]
# - [10, 5, 1]
selected_grid_cells:
- [5, 21, 1]
- [7, 14,1]
- [11, 6, 1]

localisation:
method: "gaussian"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
updated_file_name: "FieldParam"
seed_file: "randomseeds.txt"
variogram: "gaussian"
correlation_range: [3000.0, 2000.0, 2.0]
correlation_range: [4000.0, 2000.0, 2.0]
correlation_azimuth: 45.0
correlation_dip: 0.0
correlation_exponent: 1.9
Expand Down Expand Up @@ -40,9 +40,10 @@ settings:
reference_field_name: "ObsField"
rel_error: 0.10
min_abs_error: 0.01
# selected_grid_cells:
# - [5, 10, 1]
# - [10, 5, 1]
selected_grid_cells:
- [5, 21, 1]
- [7, 14,1]
- [11, 6, 1]

localisation:
method: "gaussian"
Expand Down
2 changes: 1 addition & 1 deletion tests/jobs/localisation/example_case/sim_field_case_A.ert
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TIME_MAP time_map.txt
JOBNAME sim_fields_<IENS>


NUM_REALIZATIONS 100 -- Set number of realizations to run
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TIME_MAP time_map.txt
JOBNAME sim_fields_<IENS>


NUM_REALIZATIONS 100 -- Set number of realizations to run
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.
Expand Down

0 comments on commit 1e2af41

Please sign in to comment.