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
I uncovered two bugs that affect the inactive top cells feature (i.e., when minLevelCell > 1), one in ocn_diagnostic_solve_ssh and the other affects the sea ice salinity flux in ocn_surface_bulk_forcing. In both instances, the vertical index was hard-coded as 1 and should instead be the minLevelCell or minLevelEdge*.
The test case that uncovered these bugs and related discussion is MPAS-Dev/compass#164.
The text was updated successfully, but these errors were encountered:
…5246)
This PR fixes 2 bugs that affect the inactive top cells feature (i.e.,
when minLevelCell > 1). One in ocn_diagnostic_solve_ssh and the other
affects the sea ice salinity flux in ocn_surface_bulk_forcing. No
changes in the solution should occur when there are no inactive top
cells.
This PR also includes a cleanup of Redi. The original clunky workaround
was designed to avoid non-bfb changes in BGC tracers, and this revision
introduces those potentially non-bfb changes as @maltrud determined that
they are insignificant.
Fixes#5245
[BFB]
I uncovered two bugs that affect the inactive top cells feature (i.e., when minLevelCell > 1), one in
ocn_diagnostic_solve_ssh
and the other affects the sea ice salinity flux inocn_surface_bulk_forcing
. In both instances, the vertical index was hard-coded as 1 and should instead be theminLevelCell
orminLevelEdge*
.The test case that uncovered these bugs and related discussion is MPAS-Dev/compass#164.
The text was updated successfully, but these errors were encountered: