mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
Fix broken Dolo large benchmark
Update surfex to a larger grid size
This commit is contained in:
parent
19429516a9
commit
42e740beb9
@ -28,7 +28,7 @@ init_cell <- list(
|
||||
|
||||
grid <- list(
|
||||
n_cells = c(n, m),
|
||||
s_cells = c(2, 1),
|
||||
s_cells = c(20, 10),
|
||||
type = types[1]
|
||||
)
|
||||
|
||||
|
||||
@ -10,8 +10,8 @@ cat(paste(":: R This is a test 1\n"))
|
||||
## Grid initialization ##
|
||||
#################################################################
|
||||
|
||||
n <- 10
|
||||
m <- 10
|
||||
n <- 1000
|
||||
m <- 1000
|
||||
|
||||
types <- c("scratch", "phreeqc", "rds")
|
||||
|
||||
@ -39,7 +39,7 @@ init_cell <- list(H = 1.476571028625e-01,
|
||||
|
||||
grid <- list(
|
||||
n_cells = c(n, m),
|
||||
s_cells = c(1, 1),
|
||||
s_cells = c(n/10, m/10),
|
||||
type = "scratch"
|
||||
)
|
||||
|
||||
@ -127,7 +127,7 @@ chemistry <- list(
|
||||
#################################################################
|
||||
|
||||
|
||||
iterations <- 10
|
||||
iterations <- 100
|
||||
dt <- 200
|
||||
|
||||
setup <- list(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user