Update grid configuration in Initialization.md

Max Lübke 2024-03-19 14:02:17 +01:00
parent 730dac7644
commit f63f7be7dc

@ -21,10 +21,14 @@ list(
```r
# Define grid configuration for POET model
Grid <- list(
pqc_in_path = character(), # Path to the input script for Phreeqc
pqc_in = character(), # Path to the input script for Phreeqc
pqc_db_path = character(), # Path to the database file for Phreeqc
pqc_db = character(), # Path to the database file for Phreeqc
pqc_in_file = character(), # Path to the input script for Phreeqc
#OR
pqc_in_string = character(), # Phreeqc input script as string
#---#
pqc_db_file = character(), # Path to the database file for Phreeqc
#OR
pqc_db_string = character(), # Phreeqc database file as string
#---#
grid_def = matrix(), # Definition of the grid, containing IDs according to the Phreeqc input script
grid_size = numeric(), # Size of the grid in meters
constant_cells = numeric(), # IDs of cells with constant concentration