Skip to content

CliMA/ClimaOcean.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.