
Histic epipedon (USDA Soil Taxonomy, 13th edition)
Source:R/diagnostics-epipedons-usda.R
histic_epipedon_usda.RdA surface horizon (or layers within 40 cm of the surface) that is periodically saturated with water and has sufficiently high organic carbon to be considered organic soil material. Diagnostic for the Histosols order, the Histels suborder of Gelisols, and the Hist- modifier in many other taxa.
Arguments
- pedon
A
PedonRecord.- min_oc_pct
Minimum organic carbon percent for organic soil material (default 12; equivalent to ~20% organic matter per KST conversion factor 0.58).
- min_thickness_cm
Minimum thickness (default 20 cm).
- min_ap_oc_pct
Minimum OC for the Ap-horizon shortcut (default 8 percent).
Details
KST 13ed required characteristics (Ch. 3, pp 13-15):
Saturated 30+ days/year (or artificially drained); AND
Organic soil material that is either:
20-60 cm thick AND (Sphagnum >= 75 percent OR bulk_density < 0.1 g/cm3); OR
20-40 cm thick (general); OR
OR Ap horizon mixed to 25 cm with OC >= 8 percent by weight.
Implementation notes (v0.8.x):
Saturation is detected via a horizon designation starting with H (per KST notation) or via the WRB
horizonte_gleias fallback when redoximorphic features are present.Sphagnum content uses the WRB
fiber_content_rubbed_pctcolumn (>= 75 means very fibrous); refinement to a true Sphagnum-specific column is deferred.