jliuocean / GiantKelpDynamics

Dynamical model for the motion of giant kelp (Macrocystis pyrifera). Accompanies "A model of tidal flow and tracer release in a giant kelp forest"(Strong-Wright and Taylor, In review)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GiantKelpDynamics

DOI

GiantKelpDynamics.jl is a Julia package providing a dynamical model for the motion (and in the future the growth and biogeochemical interactions) of giant kelp (Macrocystis pyrifera).

The kinematic model is based on the work of Utter and Denny, 1996 and Rosman et al., 2013, and used in Strong-Wright and Taylor, In Review.

forest.mp4

We have implemented it in the particle in the framework of OceanBioME.jl and coupled with the fluid dynamics of Oceananigans.jl.

Please note that the release v0.0.1 accompanies the publication A model of tidal flow and tracer release in a giant kelp forest (Strong-Wright and Taylor, 2023) and contains the version of the code used for the experiments in that work. We do not recommend using that version and suggest that the current version is used as it has been substantially rewritten to improve the maintainability of the code (while leaving the mathematical model of the motion unchanged) and therefore a significant amount of breaking changes have been introduced since this version.

Model details

The kinematic model discretises each kelp individual into segments to which several forces: drag, buoyancy, tension, and inertial, are applied. This is shown in this diagram:

Diagram of the discretization and forces on each segment

Further details can be found in Strong-Wright and Taylor, In Review.

Kelp forests

The model is designed to be used to simulate kelp forests and reproduce their motion (Strong-Wright and Taylor, In Review). This figure shows an example of the flow around a forest:

Tracer released from a kelp forest within a simple tidal flow

Documentation

Simple examples and documentation can be found here

Citation

If you use this model in your work please cite Strong-Wright and Taylor, 2023 and link to this repository. You may also cite the specific version used by citing the Zenode archive.

About

Dynamical model for the motion of giant kelp (Macrocystis pyrifera). Accompanies "A model of tidal flow and tracer release in a giant kelp forest"(Strong-Wright and Taylor, In review)

License:MIT License


Languages

Language:Julia 100.0%