Microbial degradation of marine particles enhanced by sinking speed
Description
This is the first release of the code associated with models of enhanced degradation of marine snow with sinking speed, as presented in the paper "Sinking enhances the degradation of organic particles by marine bacteria", Uria Alcolombri , François J. Peaudecerf , Vicente Fernandez , Lars Behrendt , Kang Soo Lee, Roman Stocker, Nature Geosciences (2021). https://doi.org/10.1038/s41561-021-00817-x
The files are organised as follows:
-
dynamic_laws.py contains all the support functions for computing the particle dynamics and associated fluxes;
-
each modelling Figure of the manuscript has its own folder FigureXX. This folder contains a main script generating the figure named FigureXX.py, the generated figure FigureXX.png and potentially ancillary files such as saved fluxes from previous computations and intermediary plots. To re-generate the figure, simply execute with Python the corresponding script;
-
params.py, params_Q10.py and params_T.py contain parameter values used for computations and figure generation, and are called by the figure generating scripts;
-
utils.py is a small utilities file;
-
environment.yml sets the environment for Binder, so that the script can be executed in Binder without the need for local Python installation.
Access this Binder at the following URL:
https://mybinder.org/v2/gh/fpeaudecerf/marine_snow_model/HEAD
There, you can select "New" -> "Terminal" and execute the scripts from there.
Files
fpeaudecerf/marine_snow_model-v1.0.0.zip
Files
(468.2 kB)
Name | Size | Download all |
---|---|---|
md5:b664c33ee9208e2e1e0c9c0bf8d081e9
|
468.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/fpeaudecerf/marine_snow_model/tree/v1.0.0 (URL)