TwoLayerDirectNumericalShenanigans.jl

Two layer Direct Numerical Simulations using Oceananigans.jl
Author jbisits
Popularity
7 Stars
Updated Last
2 Months Ago
Started In
May 2023

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!