Skip to content

Commit

Permalink
Merge branch 'develop' into 663-add-inorganic-phosphorus-pools
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcook1995 authored Jan 13, 2025
2 parents 51c6a79 + 7c085c1 commit 0e063a0
Show file tree
Hide file tree
Showing 7 changed files with 538 additions and 524 deletions.
1 change: 1 addition & 0 deletions docs/source/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ subtrees:

- caption: Reference
entries:
- file: glossary
- file: bibliography
- file: genindex
- file: modindex
6 changes: 6 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"sphinx_rtd_theme",
"sphinx_external_toc",
"sphinx_design",
"hoverxref.extension",
]
autodoc_default_flags = ["members"]
autosummary_generate = True
Expand Down Expand Up @@ -245,3 +246,8 @@ class MyReferenceStyle(AuthorYearReferenceStyle):
html_sidebars = {
"**": ["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
}

# Configure hoverxref
hoverxref_roles = ["term"]

hoverxref_role_types = {"term": "tooltip"}
36 changes: 36 additions & 0 deletions docs/source/glossary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
jupyter:
jupytext:
cell_metadata_filter: all,-trusted
main_language: python
notebook_metadata_filter: settings,mystnb,language_info
text_representation:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.16.6
---

# Glossary

```{glossary}
POM
Particulate Organic Matter. A form of organic matter that derives from the
decomposition and fragmentation of litter and other necromass. Generally, these
particulates are still in a state where the tissue they orginated from can be
determined. This chemical complexity makes this a form of protected carbon, however this
is generally only a signifcant store of protected carbon in heavily waterlogged soils.
MAOM
Mineral Associated Organic Matter. This is organic matter which has formed a strong
association with soil minerals. This association impedes breakdown, making this a form
of protected carbon.
LMWC
Low Molecular Weight Carbon. These are organic molecules that are simple and soluble,
i.e. molecules that do not require further transformation to be transportable across
cell membranes. Thus, the avaliablity of this type of organic matter strongly determines
microbial growth rates.
```
16 changes: 8 additions & 8 deletions docs/source/virtual_ecosystem/theory/soil/soil_theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ very slowly (order of years to decades) and so in most soils it is the main form

Microbial biomass accounts for a small fraction of total soil carbon. However, microbes
are key drivers of soil carbon cycling, with significant flows of carbon through the
microbial biomass pool. Microbes assist in the formation of LMWC by excreting enzymes
that breakdown POM. They then utilise LMWC to form biomass. Microbial waste products and
necromass either break down into LMWC, or form mineral associations. In addition,
microbial respiration is one of the major sources of carbon loss to the system. This
pool turns over rapidly (order of days) and only represents a very small fraction of
total soil carbon. However, it is very important to track because many soil processes
are driven by microbes, and so depend either implicitly or explicitly on the size of
this pool.
microbial biomass pool. Microbes assist in the formation of {term}`LMWC` by excreting
enzymes that breakdown {term}`POM`. They then utilise LMWC to form biomass. Microbial
waste products and necromass either break down into LMWC, or form mineral associations.
In addition, microbial respiration is one of the major sources of carbon loss to the
system. This pool turns over rapidly (order of days) and only represents a very small
fraction of total soil carbon. However, it is very important to track because many soil
processes are driven by microbes, and so depend either implicitly or explicitly on the
size of this pool.

## Nitrogen pools

Expand Down
Loading

0 comments on commit 0e063a0

Please sign in to comment.