From 34c157423de4af0a5b2236b1a8a66a48d0e258fb Mon Sep 17 00:00:00 2001 From: johnryantaylor Date: Thu, 14 Sep 2023 15:12:59 +0100 Subject: [PATCH] Update paper/paper.md Co-authored-by: Navid C. Constantinou --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index a61b17f89..74941e1da 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -85,7 +85,7 @@ There are three distinct module types implemented in ``OceanBioME.jl``: - First, we provide tracer-based ecosystem modules in `AdvectedPopulations` as a set of coupled ordinary differential equations (ODEs) which evolve the concentration of the tracer. These equations can be solved by ``OceanBioME.jl`` as box models. This is useful for both testing and running simple educational models and for understanding the behaviour of biogeochemical models without the effects of the physical dynamics. -The same tracer equations can then be seamlessly integrated into ``Oceananigans.jl`` to add the effects of advection and diffusion. +The same tracer equations can then be seamlessly integrated into ``Oceananigans.jl`` to further include the effects of advection and diffusion. - The second module type is `Individual` "biologically active" particles. These consist of individual-based models solved along particle paths, which can be coupled with the tracer-based modules and physics from ``Oceananigans.jl``.