Skip to content

Commit

Permalink
Update paper/paper.md
Browse files Browse the repository at this point in the history
Co-authored-by: Navid C. Constantinou <[email protected]>
  • Loading branch information
johnryantaylor and navidcy authored Sep 14, 2023
1 parent f591649 commit 34c1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 34c1574

Please sign in to comment.