mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Update Initialization
parent
a7fd986697
commit
d3844bb222
@ -13,7 +13,7 @@ advection = list(), # Parameters related to advection processes (W
|
|||||||
chemistry = list(), # Parameters related to chemical processes
|
chemistry = list(), # Parameters related to chemical processes
|
||||||
iterations = 0, # Total number of iterations
|
iterations = 0, # Total number of iterations
|
||||||
timesteps = numeric(), # Time step size for each iteration
|
timesteps = numeric(), # Time step size for each iteration
|
||||||
store_result = FALSE, # Whether to store simulation results
|
store_result = TRUE, # Whether to store simulation results
|
||||||
out_save = numeric() # Optional: Iterations to save simulation results
|
out_save = numeric() # Optional: Iterations to save simulation results
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user