diff --git a/bench/dolo/het/dolo_200_rt.R b/bench/dolo/het/dolo_200_rt.R index 922aade98..7cf510bb9 100644 --- a/bench/dolo/het/dolo_200_rt.R +++ b/bench/dolo/het/dolo_200_rt.R @@ -1,8 +1,8 @@ -iterations <- 100 -dt <- 50 +iterations <- 500 +dt <- 500 list( timesteps = rep(dt, iterations), store_result = TRUE, - out_save = seq(5, iterations, by = 5) + out_save = seq(50, iterations, by = 50) )