Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 908 Bytes

File metadata and controls

21 lines (14 loc) · 908 Bytes

TwoLayerDirectNumericalShenanigans.jl

Build Status

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!