diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-06-22 21:39:30 +0200 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-06-22 21:39:30 +0200 |
| commit | a62402ea85bc5a94c7111af904ed01c7361b87a2 (patch) | |
| tree | b7744e0b8e5568f19d1f79267e9bed77920260cd /docs/reference/GUS.md | |
| parent | 81f301199e88e17ec961f981ca0df6d886babfee (diff) | |
Update docs and static docs
Diffstat (limited to 'docs/reference/GUS.md')
| -rw-r--r-- | docs/reference/GUS.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/reference/GUS.md b/docs/reference/GUS.md index b81f464..f6e4f55 100644 --- a/docs/reference/GUS.md +++ b/docs/reference/GUS.md @@ -1,8 +1,7 @@ # Groundwater ubiquity score based on Gustafson (1989) The groundwater ubiquity score GUS is calculated according to the -following equation \$\$GUS = \log\_{10} DT50\_{soil} (4 - \log\_{10} -K\_{oc})\$\$ +following equation ## Usage @@ -102,6 +101,10 @@ print(x, ..., digits = 1) A list with the DT50 and Koc used as well as the resulting score of class GUS_result +## Details + +\$\$GUS = \log\_{10} DT50\_{soil} (4 - \log\_{10} K\_{oc})\$\$ + ## References Gustafson, David I. (1989) Groundwater ubiquity score: a simple method |
