Fix broken Dolo large benchmark

Update surfex to a larger grid size
This commit is contained in:
Max Lübke 2024-03-01 12:57:42 +01:00
parent ee0bd9167c
commit e5ed6f9f87
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ init_cell <- list(
grid <- list( grid <- list(
n_cells = c(n, m), n_cells = c(n, m),
s_cells = c(2, 1), s_cells = c(20, 10),
type = types[1] type = types[1]
) )

View File

@ -10,8 +10,8 @@ cat(paste(":: R This is a test 1\n"))
## Grid initialization ## ## Grid initialization ##
################################################################# #################################################################
n <- 10 n <- 1000
m <- 10 m <- 1000
types <- c("scratch", "phreeqc", "rds") types <- c("scratch", "phreeqc", "rds")
@ -39,7 +39,7 @@ init_cell <- list(H = 1.476571028625e-01,
grid <- list( grid <- list(
n_cells = c(n, m), n_cells = c(n, m),
s_cells = c(1, 1), s_cells = c(n/10, m/10),
type = "scratch" type = "scratch"
) )
@ -127,7 +127,7 @@ chemistry <- list(
################################################################# #################################################################
iterations <- 10 iterations <- 100
dt <- 200 dt <- 200
setup <- list( setup <- list(