mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Update timesteps in Runtime list
parent
9c6e1bbc14
commit
8630e04043
@ -100,8 +100,7 @@ Chemistry <- list(
|
||||
|
||||
```r
|
||||
Runtime <- list(
|
||||
iterations = numeric(), # Total number of iterations
|
||||
timesteps = numeric(), # Time step size for each iteration
|
||||
timesteps = numeric(iterations), # Time step size for each iteration
|
||||
store_result = TRUE, # Whether to store simulation results
|
||||
out_save = numeric() # Optional: Iterations to save simulation results
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user