diff --git a/bench/dolo/dolo_diffu_inner_large.R b/bench/dolo/dolo_diffu_inner_large.R index c69803f80..c9c70c6a4 100644 --- a/bench/dolo/dolo_diffu_inner_large.R +++ b/bench/dolo/dolo_diffu_inner_large.R @@ -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] ) diff --git a/bench/surfex/surfex.R b/bench/surfex/surfex.R index 409b0f277..27409b97f 100644 --- a/bench/surfex/surfex.R +++ b/bench/surfex/surfex.R @@ -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(