Hi David,
Thanks again for your answers. I managed to use a KINETICS_MODIFY block, but the concentration of the kinetic component didn't change:
ierr = AccumulateLine(id, "KINETICS_MODIFY 1")
ierr = AccumulateLine(id, " -total ")
ierr = AccumulateLine(id, " Biomass " // conc_array(5))
CALL OutputAccumulatedLines(id)
if (RunAccumulated(id) /= 0) then
call EHandler(id)
end if
Not sure how to proceed. I'm starting to dig into iphreeqc code to see if I can understand its behavior.
On a related question, is it possible to output the temperature in the SELECTED_OUTPUT, but can it be changed using a SOLUTION_MODIFY or other keyword? Can it also be used in a KINETIC block?
Thanks again for your patience.