Squashed 'phreeqc3-doc/' changes from 05a4c62f..d76f816a

d76f816a Merge pull request #96 from dlparkhurst/mix_error
5ce8cb55 Tony's fit of sulfate solubilities for phreeqc.dat, pitzer.dat, phreeqc_rates.dat
1f54041a Note on isotopes for PhreeqcRM.
f0851e90 changed map to set to mix from largest mixing fraction to smallest

git-subtree-dir: phreeqc3-doc
git-subtree-split: d76f816aedab530a361a63c26a02b453eadf01a2
This commit is contained in:
github-actions[bot] 2025-09-10 22:44:27 +00:00
parent 0a5c6fc279
commit c36b70aa4a

View File

@ -1,4 +1,35 @@
Version @PHREEQC_VER@: @PHREEQC_DATE@ Version @PHREEQC_VER@: @PHREEQC_DATE@
-----------------
August 23, 2025
-----------------
PHREEQC: Sulfate solubilities refit for phreeqc.dat, Amm.dat, and phreeqc_rates.dat.
-----------------
August 5, 2025
-----------------
PHREEQC: Added two options to SIT parameters: -EPSILON1 and -EPSILON2. The
total epsilon parameter for a pair of ions is calculated as
epsilon + epsilon1*I + epsilon2*log10(I), where I is ionic strength.
-----------------
July 24, 2025
-----------------
PhreeqcRM: Isotopes were not included in the list of species generated by FindComponents.
Added a calculation necessary to produce the correct list including isotopic species.
-----------------
April 22, 2025
-----------------
PhreeqcRM: Fixed test case AdvectBMI_py.py. The test case was incorrect and
did not advect calcium through the column. Replaced the concentration pointer
with explicit calls to get_value("Concentration", c) and set_value("Concentration", c)
to correct the problem.
-----------------
April 22, 2025
-----------------
PHREEQC: Fixed MIX to allow negative mixing fractions.
----------------- -----------------
March 11, 2025 March 11, 2025
----------------- -----------------