Skip to content
Failed

Changes

Summary

  1. I am altering the mean advection code in preparation for ghost point (details)
  2. Making commit to fix nightly tests, they had failed because of git dropping svn support, which has been fixed by the previous two commits. RESOLVED:9be0cef04a0a87e891e8274b1cefd661c25b0d0b (details)
Commit 830db1eac248ed03a0f52bf1d7402393b227b49e by bmg2
I am altering the mean advection code in preparation for ghost point
removal, since the mean advection code incorporates the ghost point
in its current calculations.

The lower boundary is now treated in the same manner as the
upper boundary, where a zero derivative over the boundary is assumed.
Any interaction of the current ghost level with the model code is
now removed from the mean advection calculation.

The results are bit-for-bit for most cases, but not all of them.
They are not necessarily expected to be bit-for-bit. There are
no discernable differences on plots of priority cases. However,
this commit is technically BIT_CHANGING.
The file was modified mean_adv.F90 (diff)
Commit 61fee139e3992408cd2f47cfb5ec28143bbe9874 by Gunther Huebler
Making commit to fix nightly tests, they had failed because of git dropping svn support, which has been fixed by the previous two commits. RESOLVED:9be0cef04a0a87e891e8274b1cefd661c25b0d0b
The file was modified README.md (diff)