mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
Update to only store first and last iteration of advection model
This commit is contained in:
parent
2c17604882
commit
b0a4e7d64f
@ -206,5 +206,6 @@ setup <- list(
|
||||
chemistry = chemistry,
|
||||
iterations = iterations,
|
||||
timesteps = rep(dt, iterations),
|
||||
store_result <- TRUE
|
||||
store_result = TRUE,
|
||||
out_save = c(1, iterations)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user