Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.05 KB

StaircaseShenanigans.jl

Build Status

A Julia package for setting up Direct Numerical Simulations (DNS) of thermohaline staircases using Oceananigans.jl. This is currently work in progress and breaking changes are likley.

To add the package (assuming Julia is already installed):

julia> using Pkg
julia> Pkg.add(url="https://github.com/jbisits/StaircaseShenanigans.jl")

To then use the package

julia> using StaircaseShenanigans

The package provides functions and methods to setup DNS experiments with salt and temperature staircases as initial conditions.