Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw authored Aug 22, 2024
1 parent fbb1d0f commit 4cb1d55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Changes from the stated parameter values in the paper are detailed in [changes.p

This package is now available from the registry so can be installed by `import Pkg;Pkg.add("SugarKelp")`. Alternatively, you can install from this repo (which may be slightly updated) by `import Pkg;Pkg.add("https://github.com/jagoosw/SugarKelp.jl")`.

> This model is now re-implemented in [OceanBioME.jl](https://github.com/OceanBioME/OceanBioME.jl) where it can be coupled with biogeochemical and physics models
## Examples
## Running a model
These examples for running the model both at a single point and on a grid can be found in [examples.ipynb](https://github.com/jagoosw/SugarKelp.jl/blob/main/examples/example.ipynb).
Expand Down Expand Up @@ -202,4 +204,4 @@ plot!(hms...,layout=grid(1,3),size=(1000,200))
![png](docs/src/output_28_0.png)

## Documentation
Documentation can now be found [here](https://jagoosw.github.io/SugarKelp.jl).
Documentation can now be found [here](https://jagoosw.github.io/SugarKelp.jl).

0 comments on commit 4cb1d55

Please sign in to comment.