GitPedia

Oceananigans.jl

๐ŸŒŠ Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs

From CliMAยทUpdated June 27, 2026ยทView on GitHubยท

๐ŸŒŠ Fast and friendly ocean-flavored Julia software for simulating incompressible fluid dynamics in Cartesian and spherical shell domains on CPUs and GPUs. https://clima.github.io/OceananigansDocumentation/stable The project is written primarily in Julia, distributed under the MIT License license, first published in 2018. It has gained significant community traction with 1,338 stars and 282 forks on GitHub. Key topics include: climate, climate-change, data-assimilation, fluid-dynamics, gpu.

Latest release: v0.110.5
<!-- Title --> <h1 align="center"> Oceananigans.jl </h1> <!-- description --> <p align="center"> <strong>๐ŸŒŠ Fast and friendly ocean-flavored Julia software for simulating incompressible fluid dynamics in Cartesian and spherical shell domains on CPUs and GPUs. https://clima.github.io/OceananigansDocumentation/stable</strong> </p> <!-- Information badges --> <p align="center"> <a href="https://github.com/CliMA/Oceananigans.jl/releases"> <img alt="GitHub tag (latest SemVer pre-release)" src="https://img.shields.io/github/v/tag/CliMA/Oceananigans.jl?include_prereleases&label=latest%20version&logo=github&sort=semver&style=flat-square"> </a> <a href="https://mit-license.org"> <img alt="MIT license" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square"> </a> <a href="https://github.com/CliMA/Oceananigans.jl/discussions"> <img alt="Ask us anything" src="https://img.shields.io/badge/Ask%20us-anything-1abc9c.svg?style=flat-square"> </a> <a href="https://github.com/SciML/ColPrac"> <img alt="ColPrac: Contributor's Guide on Collaborative Practices for Community Packages" src="https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet?style=flat-square"> </a> <a href="https://doi.org/10.21105/joss.02018"> <img alt="JOSS" src="https://joss.theoj.org/papers/10.21105/joss.02018/status.svg"> </a> </p> <!-- Documentation and downloads --> <!-- counts downloads from individual IPs excluding bots (eg, CI) --> <!-- see https://discourse.julialang.org/t/announcing-package-download-stats/69073 --> <p align="center"> <a href="https://clima.github.io/OceananigansDocumentation/stable"> <img alt="Stable documentation" src="https://img.shields.io/badge/documentation-stable%20release-blue?style=flat-square"> </a> <a href="https://clima.github.io/OceananigansDocumentation/dev"> <img alt="Development documentation" src="https://img.shields.io/badge/documentation-in%20development-orange?style=flat-square"> </a> <a href="https://juliapkgstats.com/pkg/Oceananigans"> <img alt="Downloads per month" src="https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FOceananigans&query=total_requests&suffix=%2Fmonth&label=Downloads&style=flat-square"> </a> <a href="https://juliapkgstats.com/pkg/Oceananigans"> <img alt="Downloads per month" src="https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FOceananigans&query=total_requests&&label=Total%20Downloads&style=flat-square"> </a> </p> <!-- Testing and Coverage --> <p align="center"> <a href="https://github.com/JuliaTesting/Aqua.jl" > <img src="https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg?style=flat-square"/> </a> <a href="https://codecov.io/gh/CliMA/Oceananigans.jl" > <img src="https://codecov.io/gh/CliMA/Oceananigans.jl/graph/badge.svg?token=1eev6VdKD0"/> </a> <a href="https://numericalearth.github.io/OceananigansBenchmarks/"> <img alt="Performance dashboard" src="https://img.shields.io/badge/Performance-Dashboard-informational?style=flat-square&logo=github"/> </a> </p>

Oceananigans is a fast, friendly, flexible software package for finite volume simulations of the nonhydrostatic
and hydrostatic Boussinesq equations on CPUs and GPUs.
It runs on GPUs (wow, fast!), though we believe Oceananigans makes the biggest waves
with its ultra-flexible user interface that makes simple simulations easy, and complex, creative simulations possible.
Oceananigans development is community-driven with contributors from academia and industry -
see jobs discussions for developer and user opportunities!
Testing infrastructure is provided by atdepth and the Climate Modeling Alliance.

Contents

Installation instructions

Oceananigans is a registered Julia package. So to install it,

  1. Download Julia (version 1.10 or later).

  2. Launch Julia and type

julia
julia> using Pkg julia> Pkg.add("Oceananigans")

This installs the latest version that's compatible with your current environment.
Don't forget to be careful ๐Ÿ„ and check which Oceananigans you installed:

julia
julia> Pkg.status("Oceananigans")

Running your first model

Let's run a two-dimensional, horizontally-periodic simulation of turbulence using 128ยฒ finite volume cells for 4 non-dimensional time units:

julia
using Oceananigans grid = RectilinearGrid(CPU(), size=(128, 128), x=(0, 2ฯ€), y=(0, 2ฯ€), topology=(Periodic, Periodic, Flat)) model = NonhydrostaticModel(grid; advection=WENO()) ฯต(x, y) = 2rand() - 1 set!(model, u=ฯต, v=ฯต) simulation = Simulation(model; ฮ”t=0.01, stop_time=4) run!(simulation)

But there's more: loading CUDA.jl (via using CUDA) and changing CPU() to GPU() makes this code run on a CUDA-enabled Nvidia GPU.

Dive into the documentation for more code examples and tutorials.
Below, you'll find movies from GPU simulations along with CPU and GPU performance benchmarks.

The Oceananigans knowledge base

It's deep and includes:

Citing and otherwise spreading the word

If you use Oceananigans for your research, teaching, or fun ๐Ÿคฉ, everyone in our community will be grateful
if you credit Oceananigans by name.

The community has published a number of articles describing the development of Oceananigans,
including a recent preprint submitted to the Journal of Advances in Modeling Earth Systems that presents an overview of all the things that make Oceananigans unique:

"High-level, high-resolution ocean modeling at all scales with Oceananigans"

by Gregory L. Wagner, Simone Silvestri, Navid C. Constantinou, Ali Ramadhan, Jean-Michel Campin,
Chris Hill, Tomas Chor, Jago Strong-Wright, Xin Kai Lee, Francis Poulin, Andre Souza, Keaton J. Burns,
Siddhartha Bishnu, John Marshall, and Raffaele Ferrari

submitted to the Journal of Advances in Modeling Earth Systems, arXiv:2502.14148

<details><summary>bibtex</summary> <pre><code>@article{Oceananigans-overview-paper-2025, title = {{High-level, high-resolution ocean modeling at all scales with Oceananigans}}, author = {G. L. Wagner and S. Silvestri and N. C. Constantinou and A. Ramadhan and J.-M. Campin and C. Hill and T. Chor and J. Strong-Wright and X. K. Lee and F. Poulin and A. Souza and K. J. Burns and S. Bishnu and J. Marshall and R. Ferrari}, journal = {arXiv preprint}, year = {2025}, archivePrefix = {arXiv}, eprint = {2502.14148}, doi = {10.48550/arXiv.2502.14148}, notes = {submitted to the Journal of Advances in Modeling Earth Systems}, }</code></pre> </details>

Please cite this ๐Ÿ‘† overview paper if you use Oceananigans in published work.

We've also published/submitted several model development papers. Please cite these below ๐Ÿ‘‡ if you use
the features they describe! Also, if you have developed a new feature in Oceananigans and describe it in a paper, make sure to open a pull request to add it to this list:

We also maintain a list of publications using Oceananigans.jl.
If you have work using Oceananigans that you would like to have listed there, please open a pull request to add it or let us know!

Contributing

If you're interested in contributing to the development of Oceananigans we want your help no matter how big or small a contribution you make!
Cause we're all in this together.

If you'd like to work on a new feature, or if you're new to open source and want to crowd-source neat projects that fit your interests, you should start a discussion right away.

For more information check out our contributor's guide.

Movies

Deep convection

Watch deep convection in action

Free convection

Watch free convection in action

Winds blowing over the ocean

Watch winds blowing over the ocean

Free convection with wind stress

Watch free convection with wind stress in action

Performance benchmarks

We continuously measure the performance of Oceananigans by initializing models of various sizes with different schemes and closures and measuring the wall clock time taken per model iteration (or time step). These benchmarks are run on every commit in main and tracked on our performance dashboard.

To make full use of or fully saturate the computing power of a GPU such as an Nvidia Tesla V100 or
a Titan V, the model should have around ~10 million grid points or more.

Sometimes counter-intuitively running with Float32 is slower than Float64. This is likely due
to type mismatches causing slowdowns as floats have to be converted between 32-bit and 64-bit, an
issue that needs to be addressed meticulously. Due to other bottlenecks such as memory accesses and
GPU register pressure, Float32 models may not provide much of a speedup so the main benefit becomes
lower memory costs (by around a factor of 2).

Performance benchmark plots

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from CliMA/Oceananigans.jl via the GitHub API.Last fetched: 6/28/2026