A Julia package (unregistered) to explore two layer systems using Direct Numerical Simulation experiments built with Oceananigans.jl.
To add the package (assuming julia is already installed):
julia> using Pkg
julia> Pkg.add(url="https://github.com/jbisits/TwoLayerDirectNumericalShenanigans.jl")
To then use the package
julia> using TwoLayerDirectNumericalShenanigans
The package then allows the setup of Direct Numerical Simulations with two layers ideal for exploring double diffusion or other small scale processes. Documentation will come soon!