Add optional parameter for redox states in Phreeqc configuration

Max Luebke 2024-12-18 17:37:15 +01:00
parent ca11b9299d
commit 788e026958

@ -25,6 +25,8 @@ Grid <- list(
#OR
pqc_in_string = character(), # Phreeqc input script as string
#---#
pqc_with_redox = logical(), # optional: Whether to use redox states of solutions in Phreeqc. Default is FALSE.
#---#
pqc_db_file = character(), # Path to the database file for Phreeqc
#OR
pqc_db_string = character(), # Phreeqc database file as string