mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
fixed runtime files in naa-naaice/dolo_interp benchmarks
This commit is contained in:
parent
66ef8f9a34
commit
c69511f7f1
@ -1,7 +1,7 @@
|
|||||||
iterations <- 2000
|
iterations <- 2000
|
||||||
dt <- 200
|
dt <- 200
|
||||||
|
|
||||||
out_save <- c(1, 5, 10, seq(20, iterations, by = 20))
|
out_save <- c(1, 10, 20, seq(40, iterations, by = 40))
|
||||||
|
|
||||||
list(
|
list(
|
||||||
timesteps = rep(dt, iterations),
|
timesteps = rep(dt, iterations),
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
iterations <- 2000
|
iterations <- 2000
|
||||||
dt <- 200
|
dt <- 2000
|
||||||
|
|
||||||
out_save <- c(1, 5, 10, seq(20, iterations, by = 20))
|
out_save <- c(1, 10, 20, seq(40, iterations, by = 40))
|
||||||
|
|
||||||
list(
|
list(
|
||||||
timesteps = rep(dt, iterations),
|
timesteps = rep(dt, iterations),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user