Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Beginners
»
PHREEQC manual examples
»
example 22 lists multiple errors and warnings
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: example 22 lists multiple errors and warnings (Read 2865 times)
studentforlife
Contributor
Posts: 6
example 22 lists multiple errors and warnings
«
on:
February 13, 2017, 10:08:30 PM »
I ran example 22 in both the Linux and Windows versions of phreeqc. While I still get a plot in the windows version there are multiple errors and warnings that come up. Can anyone please explain how the example simulation works, why a graph still displays even though there are problems such as:
Initializing...
Simulation 1
ERROR: Could not open tsv file for USER_GRAPH co2.tsv
Please, give the full path + filename.
WARNING: Element C is contained in gas CO2(g) (which has 0.0 mass),
but is not in solution or other phases.
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
Simulation 2
WARNING: Element C is contained in gas CO2(g) (which has 0.0 mass),
but is not in solution or other phases.
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
Simulation 3
WARNING: Element C is contained in gas CO2(g) (which has 0.0 mass),
but is not in solution or other phases.
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
Simulation 4
WARNING: Element C is contained in gas CO2(g) (which has 0.0 mass),
but is not in solution or other phases.
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
WARNING: Numerical method failed, switching to numerical derivatives.
WARNING: Maximum iterations exceeded, 100
WARNING: Numerical method failed with this set of convergence parameters.
WARNING: Trying smaller step size, pe step size 10, 5 ...
Simulation 5
End of Run after 0.426 Seconds.
Detaching charts...
Charts detached.
Thank you.
Logged
dlparkhurst
Top Contributor
Posts: 2485
Re: example 22 lists multiple errors and warnings
«
Reply #1 on:
February 14, 2017, 11:17:47 PM »
The "ERROR" says that there is no file named CO2.tsv. Apparently, this file has been left out of the PhreeqcI distribution, but is present in the batch PHREEQC distribution. It is attached here.
The other warnings indicate that the numerical method tried more than one set of convergence parameters. As long a you do not get the ERROR message that the program failed on all sets of convergence parameters, your results should be correct.
Logged
studentforlife
Contributor
Posts: 6
Re: example 22 lists multiple errors and warnings
«
Reply #2 on:
February 14, 2017, 11:28:25 PM »
Thank you.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Beginners
»
PHREEQC manual examples
»
example 22 lists multiple errors and warnings