Skip to content

Releases: CliMA/Oceananigans.jl

v0.96.30

30 May 13:20
a6e2f7d
Compare
Choose a tag to compare

Oceananigans v0.96.30

Diff since v0.96.29

Merged pull requests:

Closed issues:

  • Biharmonic viscosity on Cubed-Sphere grid (#3849)
  • Problems with new output readers (#4549)

v0.96.29

24 May 09:56
43d4164
Compare
Choose a tag to compare

Oceananigans v0.96.29

Diff since v0.96.28

Merged pull requests:

Closed issues:

  • Docs aren't being created for all registered versions (#4413)

v0.96.28

23 May 14:12
e28d1ec
Compare
Choose a tag to compare

Oceananigans v0.96.28

Diff since v0.96.27

Merged pull requests:

Closed issues:

  • ConjugateGradientPoissonSolver fails to converge/is numerically unstable for extremely small timesteps (#4067)
  • Simulation with ImmersedBoundary blows up on the first step, but only when when plotting a field first (#4519)

v0.96.27

18 May 12:03
e611d00
Compare
Choose a tag to compare

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)

v0.96.26

14 May 03:07
8296bdb
Compare
Choose a tag to compare

Oceananigans v0.96.26

Diff since v0.96.25

Merged pull requests:

Closed issues:

  • Oceananigans on AMD GPUs (#1546)
  • Having a domain that's periodic in the "gravity" direction doesn't work for gravity_unit_vector = NegativeZDirection() (#3290)
  • Update syntax of MPI.mpiexec in docs (#4495)
  • Refactor JRA55 to use the DataWrangling Metadata, Bounding_Box, etc functionality (#4498)

v0.96.25

08 May 18:29
235cee5
Compare
Choose a tag to compare

Oceananigans v0.96.25

Diff since v0.96.24

Merged pull requests:

v0.96.24

06 May 12:55
42d9c20
Compare
Choose a tag to compare

Oceananigans v0.96.24

Diff since v0.96.23

Merged pull requests:

Closed issues:

  • BoundsError using WENO and stretched grids (#2717)
  • Can't @show a grid with MutableVerticalDiscretization and vector interfaces on GPU (#4475)

v0.96.23

02 May 15:52
c2400fd
Compare
Choose a tag to compare

Oceananigans v0.96.23

Diff since v0.96.22

Merged pull requests:

Closed issues:

  • Renaming NetCDFOutputWriter to NetCDFWriter (#3936)
  • Ax, Ay and Az are negative in a Tripolar grid (#4318)
  • NetCDFWriter doesn't work for PartialCellBottom grids (#4416)
  • Reading .jld2 with FieldTimeSeries() errors under new Oceananigans version (#4454)
  • Scalar indexing when outputting a slice with NetCDFWriter and GPUs (#4464)

v0.96.22

28 Apr 14:21
a0d48fd
Compare
Choose a tag to compare

Oceananigans v0.96.22

Diff since v0.96.21

Merged pull requests:

Closed issues:

  • Tracer conservation is broken in ZStar with Julia 1.11.4 (#4340)
  • Improve and Verify Z-Star Tracer Conservation Tests (#4395)
  • NetCDFWriter scalar indexing error on GPU (#4397)
  • Tilted BBL example not working on GPU (#4438)

v0.96.21

20 Apr 12:09
e454501
Compare
Choose a tag to compare

Oceananigans v0.96.21

Diff since v0.96.20

Merged pull requests:

Closed issues:

  • Turbulence closure tests taking a very long time (#4379)
  • AMDGPU CI (#4398)
  • Simulation callback: Error encountered when updating u_s with time (#4422)