! Set printing of chemistry file to false status = RM_SetPrintChemistryOn(id, 0, 1, 0) ! workers, initial_phreeqc, utility ! Load database status = RM_LoadDatabase(id, "phreeqc.dat") status = RM_RunFile(id, 1, 1, 1, "advect.pqi") ! Clear contents of workers and utility string = "DELETE; -all" status = RM_RunString(id, 1, 0, 1, string) ! workers, initial_phreeqc, utility
Hopefully this fixes the problem:https://github.com/usgs-coupled/phreeqcrm/releases/tag/v3.7.6-rc1Scott