mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
feat: add benchmark simulation for barite and update species configuration
This commit is contained in:
parent
1d65d68ae1
commit
02758d5c94
8
bench/dolo/dolo_fgcs_3_rt.R
Normal file
8
bench/dolo/dolo_fgcs_3_rt.R
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
iterations <- 15000
|
||||||
|
dt <- 200
|
||||||
|
|
||||||
|
list(
|
||||||
|
timesteps = rep(dt, iterations),
|
||||||
|
store_result = TRUE,
|
||||||
|
out_save = c(1,20,50, seq(100,1000, by=100), seq(2000, iterations, by=1000))
|
||||||
|
)
|
||||||
@ -88,12 +88,12 @@ dht_species <- c(
|
|||||||
)
|
)
|
||||||
|
|
||||||
pht_species <- c(
|
pht_species <- c(
|
||||||
"Ba" = 4,
|
"Ba" = 3,
|
||||||
"Cl" = 3,
|
"Cl" = 3,
|
||||||
"S" = 3,
|
"S" = 3,
|
||||||
"Sr" = 3,
|
"Sr" = 3,
|
||||||
"Barite" = 2,
|
"Barite" = 1,
|
||||||
"Celestite" = 2
|
"Celestite" = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
chemistry_setup <- list(
|
chemistry_setup <- list(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user