mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 03:18:23 +01:00
feat: add benchmark simulation for barite and update species configuration
This commit is contained in:
parent
bd0f0918ee
commit
a308d585aa
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(
|
||||
"Ba" = 4,
|
||||
"Ba" = 3,
|
||||
"Cl" = 3,
|
||||
"S" = 3,
|
||||
"Sr" = 3,
|
||||
"Barite" = 2,
|
||||
"Celestite" = 2
|
||||
"Barite" = 1,
|
||||
"Celestite" = 1
|
||||
)
|
||||
|
||||
chemistry_setup <- list(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user