Refactor variable name in Initialization.md

Max Lübke 2024-03-06 15:23:03 +01:00
parent f0555681e6
commit 032b399c70

@ -6,7 +6,7 @@ The _setup_ list holds all values, which can be parsed by poet. It's divided int
```r
# Define a setup list for simulation configuration
simulation_setup <- list(
setup <- list(
grid = list(), # Parameters related to the grid structure
diffusion = list(), # Parameters related to diffusion processes
advection = list(), # Parameters related to advection processes (Work in progress)