You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
In ACME, (but I was not able to reproduce this in standalone MPAS-O so far) if globalStats is set to write out results on startup, it writes out an incorrect value. Here is an example taken from @mark-petersen's G-compset run in the following folder on LANL IC:
I have tried to reproduce this problem with both intel and gnu compilers, and both on my laptop and on wolf, and have not seen the problem. @douglasjacobsen attempted to fix the problem with #1090 but I determined that this would not be expected to fix the problem (daysSinceStartOfSim was not being used before it was computed, as that PR supposed) and indeed that PR introduced a bug where simulationStartTime was reset to the current time at each restart.
The text was updated successfully, but these errors were encountered:
@mark-petersen, perhaps you can at least post here what ACME branch you're using, what compilers, etc. so I can try to reproduce this bug and hopefully fix it.
@mark-petersen, I have been working on MPAS analysis. We sometimes use time_avg_daysSinceStartOfSim, which has been contaminated with this same bug. While we are trying to move to using xtime_start and xtime_end, it would be helpful for analysis if daysSinceStartOfSim were correct. The error amounts to differences on the order of 5 days over a 10-year run, which really can affect the analysis and also makes debugging more challenging.
All that is to say, we should look into this bug further when we have time.
@xylar that's good to know. I'm afraid I need to work on removing land-locked cells this week. I'll try to do it next week, I agree that it is important.
In ACME, (but I was not able to reproduce this in standalone MPAS-O so far) if globalStats is set to write out results on startup, it writes out an incorrect value. Here is an example taken from @mark-petersen's G-compset run in the following folder on LANL IC:
I have tried to reproduce this problem with both intel and gnu compilers, and both on my laptop and on wolf, and have not seen the problem. @douglasjacobsen attempted to fix the problem with #1090 but I determined that this would not be expected to fix the problem (
daysSinceStartOfSim
was not being used before it was computed, as that PR supposed) and indeed that PR introduced a bug where simulationStartTime was reset to the current time at each restart.The text was updated successfully, but these errors were encountered: