mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
Update iterations and dt values in dolo_200_rt.R
This commit is contained in:
parent
33f3368d6e
commit
2b6f17f18c
@ -1,8 +1,8 @@
|
||||
iterations <- 100
|
||||
dt <- 50
|
||||
iterations <- 500
|
||||
dt <- 500
|
||||
|
||||
list(
|
||||
timesteps = rep(dt, iterations),
|
||||
store_result = TRUE,
|
||||
out_save = seq(5, iterations, by = 5)
|
||||
out_save = seq(50, iterations, by = 50)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user