mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
9 lines
182 B
R
9 lines
182 B
R
iterations <- 10000
|
|
dt <- 200
|
|
|
|
list(
|
|
timesteps = rep(dt, iterations),
|
|
store_result = TRUE,
|
|
out_save = c(1,20,50, seq(100,1000, by=100), seq(2000, iterations, by=1000))
|
|
)
|