Numerical experiments for baroclinic instability research, using Oceananigans.jl on GPU.
| Path | Description |
|---|---|
baroclinic_curvature/ |
Primitive-equation simulations validating Singh, Buckingham & Tandon (2025) — straight and meandering fronts |
smoke_test.jl |
Quick GPU/CUDA stack sanity check (1-day, 32×16×16 grid) |
test_gpu.jl |
Minimal GPU architecture probe |
See baroclinic_curvature/README.md for full setup, workflow, and physical parameter documentation.
- Julia 1.10+
- CUDA-capable GPU (tested on RTX 3060 Ti, 8 GB VRAM)
- CUDA runtime 13.1 (pinned via
LocalPreferences.toml)