mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
11 lines
180 B
R
11 lines
180 B
R
iterations <- 2000
|
|
dt <- 200
|
|
|
|
out_save <- c(1, 10, 20, seq(40, iterations, by = 40))
|
|
|
|
list(
|
|
timesteps = rep(dt, iterations),
|
|
store_result = TRUE,
|
|
out_save = out_save
|
|
)
|