v0.97.6
Oceananigans v0.97.6
Merged pull requests:
NonhydrostaticModel
on aLatitudeLongitudeGrid
(#4654) (@simone-silvestri)- Fix distributed HydrostaticFreeSurfaceModel test that seem to break with memory error (#4666) (@navidcy)
- Filter warnings from doctest output (#4673) (@navidcy)
- Only enforce open boundary mass conservation for open boundaries (#4674) (@navidcy)
- CompatHelper: bump compat for Reactant in [weakdeps] to 0.2, (keep existing compat) (#4675) (@github-actions[bot])
- CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat) (#4676) (@github-actions[bot])
- [Reactant] Add recursive specialization for BinaryOperation (#4680) (@wsmoses)
- Make nested functions in conditional differences immersed metric-aware (#4685) (@xkykai)
- Allow users to reuse a predefined
schedule
in many output writers (#4690) (@navidcy) - Update spacings calls to enable array operations. (#4691) (@jlk9)
- (0.97.6) Move the computation of flux BC before the time-stepping (#4696) (@simone-silvestri)
Closed issues:
- Add CATKE to documentation (#2330)
PerturbationAdvectionOpenBoundaryCondition
leads to nonzero mass fluxes into the domain (#4596)- Can't open a grid on
GPU
(#4679) Open
boundary conditions on aBounded
topology is a misnomer (#4681)- Conditional difference operator like
δxᶜᶜᶜ
with nested function operations does not see immersed metrics in inner function evaluation (#4684) - OutputWriters don't actuate if a pre-defined
schedule
that was already used in a different OutputWriter is provided (#4689)