From 91a5834dd701211f929fd25419dc34561ce3b4e7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Feb 2025 09:15:20 +0100 Subject: Initialize dev docs --- docs/dev/reference/focus_soil_moisture.html | 123 ++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 docs/dev/reference/focus_soil_moisture.html (limited to 'docs/dev/reference/focus_soil_moisture.html') diff --git a/docs/dev/reference/focus_soil_moisture.html b/docs/dev/reference/focus_soil_moisture.html new file mode 100644 index 00000000..8feadc34 --- /dev/null +++ b/docs/dev/reference/focus_soil_moisture.html @@ -0,0 +1,123 @@ + +FOCUS default values for soil moisture contents at field capacity, MWHC and 1/3 bar — focus_soil_moisture • mkin + Skip to contents + + +
+
+
+ +
+

The value were transcribed from p. 36. The table assumes field capacity +corresponds to pF2, MWHC to pF 1 and 1/3 bar to pF 2.5.

+
+ +
+

Usage

+
focus_soil_moisture
+
+ +
+

Format

+

A matrix with upper case USDA soil classes as row names, and water tension +('pF1', 'pF2', 'pF 2.5') as column names

+
+
+

Source

+

Anonymous (2014) Generic Guidance for Tier 1 FOCUS Ground Water Assessment +Version 2.2, May 2014 https://esdac.jrc.ec.europa.eu/projects/ground-water

+
+ +
+

Examples

+
focus_soil_moisture
+#>                 pF1 pF2 pF2.5
+#> Sand             24  12     7
+#> Loamy sand       24  14     9
+#> Sandy loam       27  19    15
+#> Sandy clay loam  28  22    18
+#> Clay loam        32  28    25
+#> Loam             31  25    21
+#> Silt loam        32  26    21
+#> Silty clay loam  34  30    27
+#> Silt             31  27    21
+#> Sandy clay       41  35    31
+#> Silty clay       44  40    36
+#> Clay             53  48    43
+
+
+
+ + +
+ + + + + + + -- cgit v1.2.1