Skip to content

Commit

Permalink
Merge branch 'main' into glw/plot-jra55
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Nov 13, 2023
2 parents 561dde6 + 0480438 commit 562c491
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@
[![Build status](https://badge.buildkite.com/3113cca353b83df3b5855d3f0d69827124614aef7017c835d2.svg)](https://buildkite.com/clima/climaocean-ci)

Ocean component for CliMa's Earth system model based on Oceananigans.

## Installation

To install from a Julia REPL:

```julia
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.

0 comments on commit 562c491

Please sign in to comment.