Skip to content

v0.96.27

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 12:03
· 47 commits to main since this release
e611d00

Oceananigans v0.96.27

Diff since v0.96.26

Merged pull requests:

  • Variance dissipation computation (#3877) (@simone-silvestri)
  • Small improvements to PerturbationAdvectionOpenBoundaryCondition interface (#4394) (@tomchor)
  • Fix incorrect type parameter count in ConformalCubedSpherePanel and ConformalCubedSpherePanelGrid definitions (#4500) (@siddharthabishnu)
  • Fix out-of-bounds access in vorticity computation at halo boundaries on conformal cubed sphere panels (#4501) (@siddharthabishnu)
  • Fill halo regions before interpolating rotated velocities (#4508) (@glwagner)
  • Try to update_state during initalization for ReactantModel (#4509) (@glwagner)
  • Add Bisits et al. 2025 (#4511) (@navidcy)
  • Try running Langmuir turbulence example on GPU with higher resolution (#4512) (@glwagner)
  • Add a warning if trying to launch a kernel with workspec () instead of throwing an error (#4514) (@simone-silvestri)
  • Warn if using a Distributed architecture using a single rank (#4515) (@simone-silvestri)
  • Update Project.toml (#4518) (@navidcy)

Closed issues:

  • Error running a distributed nonhydrostatic model on CPU (#4483)