-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was determined that the outside surface flux was wrong for a multi-year simulation. Testing and comparing two output variables that should be almost identical showed than when the IsRain flag was true that things were way off. This is because the one variable was not being calculated properly. As a result, there were flux inconsistencies. The fix corrects this problem and eliminates the inconsistency. A unit test is also included in this commit.
- Loading branch information
Showing
2 changed files
with
103 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135fd37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8234AccumulatingFluxImbalanceCondFD (RKStrand) - Win64-Windows-10-VisualStudio-16: OK (2731 of 2731 tests passed, 0 test warnings)
135fd37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8234AccumulatingFluxImbalanceCondFD (RKStrand) - x86_64-MacOS-10.17-clang-14.0.0: OK (3516 of 3516 tests passed, 0 test warnings)
135fd37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8234AccumulatingFluxImbalanceCondFD (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3557 of 3557 tests passed, 1 test warnings)
Messages:\n
135fd37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8234AccumulatingFluxImbalanceCondFD (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1946 of 1946 tests passed, 0 test warnings)
135fd37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8234AccumulatingFluxImbalanceCondFD (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (788 of 788 tests passed, 0 test warnings)