You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update example in README and Docs landing page (#416)
* update example in README
* update example in docs landing page
* add default Radiation(arch) instead of nothing
* simplify examples; no need for Radiation
* fixes
Copy file name to clipboardExpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@
5
5
6
6
<!-- description -->
7
7
<palign="center">
8
-
<strong>🌎 A framework for realistic ocean-only and coupled ocean + sea-ice simulations driven by prescribed atmospheres and based on <a href=https://github.com/CliMA/Oceananigans.jl>Oceananigans</a> and <a href=https://github.com/CliMA/ClimaSeaIce.jl>ClimaSeaIce</a></strong>.
8
+
<strong>🌎 A framework for realistic ocean-only and coupled ocean + sea-ice simulations driven by prescribed atmospheres and based on <a href=https://github.com/CliMA/Oceananigans.jl>Oceananigans</a> and <a href=https://github.com/CliMA/ClimaSeaIce.jl>ClimaSeaIce</a></strong>.
@@ -32,7 +32,7 @@ For more information, see the [documentation for `Pkg.jl`](https://pkgdocs.julia
32
32
33
33
## Why? What's the difference between ClimaOcean and [Oceananigans](https://github.com/CliMA/Oceananigans.jl)?
34
34
35
-
Oceananigans is a general-purpose library for ocean-flavored fluid dynamics.
35
+
Oceananigans is a general-purpose library for ocean-flavored fluid dynamics.
36
36
ClimaOcean implements a framework for driving realistic Oceananigans simulations with prescribed atmospheres, and coupling them to prognostic sea ice simulations.
37
37
38
38
### A core abstraction: `ClimaOcean.OceanSeaIceModel`
Copy file name to clipboardExpand all lines: docs/src/index.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ julia> Pkg.add("ClimaOcean")
25
25
26
26
!!! compat "Julia 1.10 is required"
27
27
ClimaOcean requires Julia 1.10 or later.
28
-
28
+
29
29
## Quick start
30
30
31
31
The following script implements a near-global ocean simulation initialized from the [ECCO state estimate](https://gmd.copernicus.org/articles/8/3071/2015/) and coupled to a prescribed atmosphere derived from the [JRA55-do reanalysis](https://www.sciencedirect.com/science/article/pii/S146350031830235X):
0 commit comments