Skip to content

Latest commit

History

History
23 lines (13 loc) 路 716 Bytes

README.md

File metadata and controls

23 lines (13 loc) 路 716 Bytes

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.