mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Update grid configuration in Initialization.md
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user