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