mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
9 lines
182 B
R
9 lines
182 B
R
iterations <- 15000
|
|
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))
|
|
)
|