CliMA / ClimaOcean.jl

🌎 Ocean component for CliMa's Earth system model based on Oceananigans
https://clima.github.io/ClimaOceanDocumentation/dev/
MIT License
26 stars 7 forks source link

ClimaOcean.jl

DOI

Docs Dev

Build status

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.