mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
Fix broken Dolo large benchmark
Update surfex to a larger grid size
This commit is contained in:
parent
ee0bd9167c
commit
e5ed6f9f87
@ -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]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user