-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Small update to handle ensemble keywords * Added tutorial for pipt * Update README.md * Update README.md
- Loading branch information
Showing
16 changed files
with
3,351 additions
and
15 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
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,39 @@ | ||
[ensemble] | ||
ne = 50.0 | ||
state = "permx" | ||
prior_permx = [["vario", "sph"], ["mean", "priormean.npz"], ["var", 1.0], ["range", 10.0], ["aniso", 1.0], | ||
["angle", 0.0], ["grid", [10.0, 10.0, 2.0]]] | ||
|
||
[dataassim] | ||
daalg = ["esmda", "esmda"] | ||
analysis = "approx" | ||
energy = 98.0 | ||
obsvarsave = "yes" | ||
restartsave = "no" | ||
analysisdebug = ["pred_data", "state", "data_misfit", "prev_data_misfit"] | ||
restart = "no" | ||
obsname = "days" | ||
|
||
truedataindex = [400, 800, 1200, 1600, 2000, 2400, 2800, 3200, 3600, 4000] | ||
truedata = "true_data.csv" | ||
assimindex = [0,1,2,3,4,5,6,7,8,9] | ||
datatype = ["WOPR PRO1", "WOPR PRO2", "WOPR PRO3", "WWPR PRO1", "WWPR PRO2", | ||
"WWPR PRO3", "WWIR INJ1", "WWIR INJ2", "WWIR INJ3"] | ||
staticvar = "permx" | ||
|
||
datavar = "var.csv" | ||
|
||
mda = [ ["tot_assim_steps", 3], ['inflation_param', [2, 4, 4]] ] | ||
|
||
[fwdsim] | ||
reporttype = "days" | ||
reportpoint = [400, 800, 1200, 1600, 2000, 2400, 2800, 3200, 3600, 4000] | ||
replace = "yes" | ||
saveforecast = "yes" | ||
sim_limit = 300.0 | ||
rerun = 1 | ||
runfile = "runfile" | ||
datatype = ["WOPR PRO1", "WOPR PRO2", "WOPR PRO3", "WWPR PRO1", "WWPR PRO2", | ||
"WWPR PRO3", "WWIR INJ1", "WWIR INJ2", "WWIR INJ3"] | ||
parallel = 4 | ||
startdate = "1/1/2022" |
Oops, something went wrong.