-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3b51f1
commit ae8953b
Showing
3 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
JOBNAME poly_%d | ||
|
||
RANDOM_SEED 1234 | ||
|
||
QUEUE_SYSTEM LOCAL | ||
QUEUE_OPTION LOCAL MAX_RUNNING 50 | ||
|
||
RUNPATH runpath/es_loc_1/realization-<IENS>/iter-<ITER> | ||
|
||
ANALYSIS_SET_VAR STD_ENKF LOCALIZATION True | ||
ANALYSIS_SET_VAR STD_ENKF LOCALIZATION_CORRELATION_THRESHOLD 1.0 | ||
|
||
OBS_CONFIG observations | ||
|
||
NUM_REALIZATIONS 100 | ||
MIN_REALIZATIONS 1 | ||
|
||
GEN_KW COEFFS coeff.tmpl coeffs.json coeff_priors | ||
GEN_DATA POLY_RES RESULT_FILE:poly.out | ||
|
||
INSTALL_JOB poly_eval POLY_EVAL | ||
SIMULATION_JOB poly_eval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
JOBNAME poly_%d | ||
|
||
RANDOM_SEED 1234 | ||
|
||
QUEUE_SYSTEM LOCAL | ||
QUEUE_OPTION LOCAL MAX_RUNNING 50 | ||
|
||
RUNPATH runpath/es_no_loc/realization-<IENS>/iter-<ITER> | ||
|
||
OBS_CONFIG observations | ||
|
||
NUM_REALIZATIONS 100 | ||
MIN_REALIZATIONS 1 | ||
|
||
GEN_KW COEFFS coeff.tmpl coeffs.json coeff_priors | ||
GEN_DATA POLY_RES RESULT_FILE:poly.out | ||
|
||
INSTALL_JOB poly_eval POLY_EVAL | ||
SIMULATION_JOB poly_eval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters