This repository contains scripts for simulating the baroclinic equilibration of the "Eady problem".
$ git clone https://github.com/glwagner/EadyTurbulence.git
Julia v1.4 is required to run the Oceananigans scripts.
To install the julia packages that are needed to run the Oceananigans scripts:
cd EadyTurbulence/Oceananigans
julia --project
Project.toml
:using Pkg
Pkg.instantiate()