mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
9 lines
147 B
R
9 lines
147 B
R
iterations <- 50
|
|
dt <- 100
|
|
|
|
list(
|
|
timesteps = rep(dt, iterations),
|
|
out_save = c(1, seq(5, iterations, by = 5)),
|
|
store_result = TRUE
|
|
)
|