Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TYPE: bugfix
KEYWORDS: restart, post-processing, negative precipitation
SOURCE: Soren Rasmussen, NSF NCAR
DESCRIPTION OF CHANGES:
PROBLEM: When restarting the end of an interrupted run, there would be sometimes be negative precipitation between consecutive timesteps. This occurred for two reasons:
FIX:
TESTS CONDUCTED: Lots of tests restarting from interrupted files and/or different start dates and then comparing results.
NOTES: Unique things about the negative precipitation error:
x
restarts to dayx+1
restarts. It is important and relieving to note that restarts from the same date will lead to identical results. The reason for the differing shifted restart results is uncertain at this point.x
restart and dayx+1
restart were restarted from files produced in the same origin run. Dayx
was the same for the first 24 hours as the origin run, but then starts to differ at dayx+1
from thex+1
restart run. Will do a restart at dayx-1
to compare between all.Checklist
issue describes and documents the problem and general solution, the PR
describes the technical details of the solution.)