diff --git a/README.md b/README.md index 57def86..80737e4 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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). \ No newline at end of file +Documentation can now be found [here](https://jagoosw.github.io/SugarKelp.jl).