Implementation Status
This document reflects the breaking Oceananigans-alignment refactor.
Current Core
RectilinearGridis now a three-dimensional physical grid withx,y, andzfaces.QTransformuses the physical grid's vertical faces directly.SpectralWaveModeldefaults toadvection=nothing, and accepts Oceananigans tracer advection schemes for horizontal physical transport.- Ripple-owned advection schemes, Hamiltonian transport operators,
Simulation, diagnostic writers, dataset writers, and JLD2/NetCDF output backends have been removed. - Oceananigans is a hard dependency. CairoMakie is used by the literate examples for plots and MP4 movies.
SpectralWaveModelcan be advanced byOceananigans.Simulation, and examples useJLD2Writerdirectly for output.- WENO transport is covered by the integration suite.
Remaining Design Work
- Expand transport validation beyond periodic deep-water propagation.
- Couple physical transport velocities to CWCM/current fields.