Closed rwest closed 13 years ago
# This java code was compiled by ant at: # # 2010-10-16T13:32:52 # The git repository was on the branch: # # master # And at the commit with the hash: # # c9baf9f0f6c538d67acadad95f27c434cfe2ada6 # # # For details visit: # # http://github.com/GreenGroup/RMG-Java/tree/c9baf9 # # To see changes since then visit: # # http://github.com/GreenGroup/RMG-Java/compare/c9baf9...master
OK, I added a debugging line to test the hypothesis that this is due to exceeding the threshold on the final ODE step. If it does exceed on the final step, it should still print the message.
Try rerunning with the following version: http://github.com/GreenGroup/RMG-Java/commit/0ea230862087cae757ff1ced596db0e56333ba85
RHW reran and results suggested multiple instances of a discrepancy between dasslAUTO kleak and Java kleak, with the dasslAUTO kleak being on the order of 10% lower. It may be a moot point with the recent changes on the PDepRMEmod branch. We will reassess with the recent changes.
See Issue #41. I think the fix for that issue should address this issue.
This should be fixed now...see comment above.
Correction: I've reopened as I don't think the issue has been addressed on the master branch; this should be fixed on PDepRMEMod branch ; we can close once issue #41 is addressed (i.e. we merge PDepRMEMods into master)
closed with closure of #41 cf. https://github.com/GreenGroup/RMG-Java/commit/61872e87522a9d8ae703cf1d19846b2b76d31317
Running with DASSL AUTO but no pruning. My understanding is that dassl should interrupt the simulation if the critical flux is exceeded. At the end of the simulation, the java code checks for validity.
My simulations are running to the end, but then the java is deciding that at least one of them is invalid. This suggests to me that the java flux evaluation disagrees with the dassl flux evaluation. I have not dug further into this however. I suppose it's possible that it's a rounding error.
If anyone is editing this section of the code (eg. to put in the new expansion / pruning stuff) perhaps put in some checks so we can be sure the fluxes are consistent?