From db9ae6a0c9cecb92048fde6f06af1da183c09b5f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Nov 2020 15:41:24 +0100 Subject: Depend on parallel, doc improvements By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. --- docs/dev/reference/focus_soil_moisture.html | 206 ++++++++++++++++++++++++++++ 1 file changed, 206 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..c46fd69a --- /dev/null +++ b/docs/dev/reference/focus_soil_moisture.html @@ -0,0 +1,206 @@ + + + + + + + + +FOCUS default values for soil moisture contents at field capacity, MWHC and 1/3 bar — focus_soil_moisture • mkin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+
+ + +
+

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.

+
+ +
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