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
Merge branch 'jonbob/ocean/index-flux-analysis' into maint-1.2 (PR #2769)
Update mpas-source submodule to pick up indexing fix
This PR brings in a new mpas-source submodule that fixes an indexing issue on an
array that was causing debug tests to fail in the online time-averaging mpas
analysis. Vertical index k=1 on activeTracerVerticalAdvectionTopFlux is the ocean
surface, so is always zero. It was using some uninitialized values when using
k=1, so start loop at k=2.
See [MPAS-Model PR #165](MPAS-Dev/MPAS-Model#165)
Fixes#2768
[BFB]
0 commit comments