Add optional parameter for H(0) and O(0) in Phreeqc configuration

Max Lübke 2024-12-20 09:46:34 +01:00
parent 788e026958
commit 17c6fda4ea

@ -26,6 +26,7 @@ Grid <- list(
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_with_h0_o0 = logical(), # optional: Whether to use H(0) and O(0) in Phreeqc. Default is FALSE.
#---#
pqc_db_file = character(), # Path to the database file for Phreeqc
#OR