Thank you Andreas for the suggestions.
I performed a database validation and no issues were identified. I also went through all of my processes and switched between formula and value view and checked to see that everything was evaluating, and it appears to be. I also went through all global dependent parameters to see that they were evaluating to a number, and they are.
Following is the text from one of my error messages. All follow the same basic form. Apologies that the original image was of poor quality.
This particular text from the error message has me wondering if there is some deeper issue beyond just an incorrectly entered formula: "Second evaluation call on variable digestate_n. Cyclic dependencies?" It seems to speak to the issue that I am seeing where the first simulation produces a unique result, while all subsequent simulations produce identical values.
Thanks!
Error Message:
org.openlca.expressions.InterpreterException: Evaluation of expression Avoided_Urea/Compost failed: Evaluation of variable avoided_urea failed: Evaluation of variable nitrogen failed: Evaluation of variable digestate_n_share failed: Second evaluation call on variable digestate_n. Cyclic dependencies? at line 1, column 40 at line 1, column 45 at line 1, column 1 at line 1, column 1
at org.openlca.expressions.Scope.eval(Scope.java:61)
at org.openlca.core.matrix.CalcExchange.matrixValue(CalcExchange.java:83)
at org.openlca.core.matrix.uncertainties.UExchangeCell.next(UExchangeCell.java:39)
at org.openlca.core.matrix.uncertainties.UMatrix.generate(UMatrix.java:88)
at org.openlca.core.matrix.MatrixData.simulate(MatrixData.java:73)
at org.openlca.core.math.Simulator.generateData(Simulator.java:209)
at org.openlca.core.math.Simulator.nextRun(Simulator.java:153)
at org.openlca.app.results.simulation.SimulationProgress.doNextRun(SimulationProgress.java:57)
at org.openlca.app.results.simulation.SimulationProgress.run(SimulationProgress.java:41)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: org.openlca.expressions.ExpressionException: Evaluation of variable avoided_urea failed: Evaluation of variable nitrogen failed: Evaluation of variable digestate_n_share failed: Second evaluation call on variable digestate_n. Cyclic dependencies? at line 1, column 40 at line 1, column 45 at line 1, column 1 at line 1, column 1
at org.openlca.expressions.VariableFunction.evaluate(VariableFunction.java:35)
at org.openlca.expressions.OpDivision.evaluate(OpDivision.java:7)
at org.openlca.expressions.Scope.tryEval(Scope.java:71)
at org.openlca.expressions.Scope.eval(Scope.java:58)