ClimaOcean.jl
Ocean component for CliMa's Earth system model based on Oceananigans.
Installation
To install from a Julia REPL:
julia> ]
pkg> add https://github.com/CliMA/ClimaOcean.jl.git
pkg> instantiate
You can add #main
to add the latest from main
branch or @vX.X
to install a tagged release.