Skip to content

New version: Oceananigans v0.103.0#145010

Merged
JuliaTagBot merged 1 commit intomasterfrom
registrator-oceananigans-9e8cae18-v0.103.0-c090128d9e
Dec 24, 2025
Merged

New version: Oceananigans v0.103.0#145010
JuliaTagBot merged 1 commit intomasterfrom
registrator-oceananigans-9e8cae18-v0.103.0-c090128d9e

Conversation

@JuliaRegistrator
Copy link
Copy Markdown
Contributor

@JuliaRegistrator JuliaRegistrator commented Dec 24, 2025

## Breaking changes

- This PR changes the interface for using turbulence closures that have prognostic tracers. Instead of adding these tracers manually, the tracers are added _implicitly_. As a result, any attempt to manually add closure tracers will result in an error.
- For example:

### Before this PR

```julia
closure = CATKEVerticalDiffusivity()
tracers = (:T, :S, :e)
model = HydrostaticFreeSurfaceModel(; grid, closure, tracers)
```

### After this PR

it should now be built with

```julia
closure = CATKEVerticalDiffusivity()
tracers = (:T, :S)
model = HydrostaticFreeSurfaceModel(; grid, closure, tracers)
```

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 24, 2025

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaRegistrator JuliaRegistrator force-pushed the registrator-oceananigans-9e8cae18-v0.103.0-c090128d9e branch from e576a20 to 47d36e1 Compare December 24, 2025 22:28
JuliaRegistrator referenced this pull request in CliMA/Oceananigans.jl Dec 24, 2025
* Validate location in FieldBoundaryConditions constructor

* extend multi-region field boundary conditions

* fix bcs for abstract ops test

* fix sinking doctest

---------

Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-oceananigans-9e8cae18-v0.103.0-c090128d9e branch from 47d36e1 to a30f7aa Compare December 24, 2025 22:30
UUID: 9e8cae18-63c1-5223-a75c-80ca9d6e9a09
Repo: https://github.com/CliMA/Oceananigans.jl.git
Tree: 6646f850817ad0a39be9e0843f5040be2d27b608

Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-oceananigans-9e8cae18-v0.103.0-c090128d9e branch from a30f7aa to 8ba64cd Compare December 24, 2025 22:35
@JuliaTagBot JuliaTagBot merged commit 4041217 into master Dec 24, 2025
12 of 13 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-oceananigans-9e8cae18-v0.103.0-c090128d9e branch December 24, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants