bioturbation

Model of earthworm bioturbation in a layered soil profile


Keywords
contaminants, environment, soil, terrestrial
License
BSD-3-Clause
Install
pip install bioturbation==1.0.1

Documentation

Bioturbation Model

fair-software.eu PyPI version

A simple model of earthworm bioturbation, using a layered soil profile. The model predicts the mixing of mass pools (e.g. of contaminants) over time as a function of earthworm density.

Quickstart

The model can be installed using pip:

$ pip install bioturbation

Alternatively, you can download the source code and use the provided Conda environment file to install the relevant dependencies:

$ git clone https://github.com/samharrison7/bioturbation-model.git
$ cd bioturbation-model
$ conda env create -f environment.yml

Usage

Check out the examples directory for examples of how to use the model.

Conceptualisation

See the conceptualisation notebook for a mathematical description of how the model works.

Limitations

No guarantee is given as the to scientific validity of this model for your data. The onus is on the user to verify this validity. Indeed, there are a number of limitations to the model as it stands which might limit its applicability:

  • Transport is only between adjacent soil layers, therefore neglecting preferential flow pathways, e.g. representing deep burrowing earthworms transporting tracers directly from upper to lower layers.
  • No change in soil properties due to bioturbation is modelled. That is, there is an implicit assumption that the amount of soil mixed between layers is negligible. This assumption might not always be valid.

We welcome requests for collaboration if you are interested in exploring the validity of the model for your own research. Please get in touch.