Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: CliMA/Oceananigans.jl

v0.110.8

Choose a tag to compare

@github-actions github-actions released this 02 Jul 16:53
cb03ba4

Oceananigans v0.110.8

Diff since v0.110.7

What's Changed

Full Changelog: v0.110.7...v0.110.8

v0.110.7

Choose a tag to compare

@github-actions github-actions released this 02 Jul 05:15
c17f4de

Oceananigans v0.110.7

Diff since v0.110.6

Merged pull requests:

  • Simplify Relaxation: drop ContinuousForcing dependency, add transform and Field targets (#5620) (@glwagner)
  • Add ColumnwiseTridiagonalPreconditioner for the CG Poisson solver (#5650) (@xkykai)

v0.110.6

Choose a tag to compare

@github-actions github-actions released this 01 Jul 21:03
9ab5b28

Oceananigans v0.110.6

Diff since v0.110.5

Closed issues:

  • Test velocity exchanges across the tripolar seam more thoroughly (#4488)
  • Add option for distributed computation to benchmark (#5579)
  • Type-unstable ifelse over tuples in interpolating_time_indices(::Clamp, …) (mixed Int/Float64 slot) (#5731)

What's Changed

Full Changelog: v0.110.5...v0.110.6

v0.110.5

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:16
490c848

Oceananigans v0.110.5

Diff since v0.110.4

Merged pull requests:

  • Update on_architecture for MetalGPU to specifically target StepRangeLen{FT, Float64, Float64} (#5375) (@glwagner)
  • Add BFloat16 as supported float type (#5476) (@Pangoraw)
  • Bump codecov/codecov-action from 6 to 7 (#5674) (@dependabot[bot])
  • Add tracer budget closure test (#5679) (@navidcy)
  • Better show for RotatedLatitudeLongitudeGrid and LambertConformalConicGrid (#5709) (@navidcy)
  • [CI] Upload docs build directory as an artifact (#5710) (@giordano)
  • Add Reactant == for LatitudeLongitudeGrid (#5711) (@dkytezab)
  • Remove convert type piracy from Reactant extension (#5713) (@giordano)
  • Bump project version from 0.110.4 to 0.110.5 (#5721) (@glwagner)

Closed issues:

  • Custom validate_grid for Reactant + LatLon (#5668)
  • Treatment of bathymetry in ShallowWaterModels (#5712)

v0.110.4

Choose a tag to compare

@github-actions github-actions released this 20 Jun 05:08
d012d56

Oceananigans v0.110.4

Diff since v0.110.3

Closed issues:

  • JLD2Writer(overwrite_existing=true) behaves like iteration-level overwrite, not file-level overwrite (#5643)
  • Accidental emoji rendering in docstrings (#5685)

v0.110.3

Choose a tag to compare

@github-actions github-actions released this 20 Jun 04:57
58999fe

Oceananigans v0.110.3

Diff since v0.110.2

Closed issues:

  • JLD2Writer(overwrite_existing=true) behaves like iteration-level overwrite, not file-level overwrite (#5643)

v0.110.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:07
5f3fb0d

Oceananigans v0.110.2

Diff since v0.110.1

Closed issues:

  • cell_diffusion_timescale breaks for CATKE (#5641)
  • TripolarGrid face-coordinate generation appears incomplete at the north seam, yielding NaNs in rotation_angle / intrinsic_vector (#5665)

What's Changed

Full Changelog: v0.110.1...v0.110.2

v0.110.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 05:17
12c4caf

Oceananigans v0.110.1

Diff since v0.110.0

Merged pull requests:

Closed issues:

  • Passive tracers are not conserved on tripolar grid (#4466)

v0.110.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:28
7584814

Oceananigans v0.110.0

Diff since v0.109.2

Breaking changes

  • Open boundary conditions were renamed to NormalFlow. Value now accepts a scheme (used to set up radiation boundary conditions for tracers). See #5648 for details

Merged pull requests:

  • Add target_transport to PerturbationAdvection for per-boundary transport control (#5479) (@tomchor)
  • add zarr writer and chunk size as option to io benchmark (#5638) (@vopikamm)
  • (0.110.0) Rename OpenNormalFlow and add a scheme to Value (#5648) (@glwagner)

Closed issues:

  • Add scheme slot to Value (Value{MS}) and migrate PerturbationAdvection's Center-field path (#5647)

v0.109.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 00:25
85c56ca

Oceananigans v0.109.2

Diff since v0.109.1

Merged pull requests:

  • Limit pass through to target extension for auto_extension (#5644) (@rafmudaf)
  • (0.109.2) Apply tracer open boundary conditions in NonhydrostaticModel (#5646) (@tomchor)