pFpara_ptf_Wosten1999: Estimate water retention curve parameters based on Wosten...

View source: R/waterretention.R

pFpara_ptf_Wosten1999R Documentation

Estimate water retention curve parameters based on Wosten 1999

Description

This function estimates water retention curve parameters using Pedo transfer function of Wosten (1999) based on HYPRES

Usage

pFpara_ptf_Wosten1999(Pklei, Psilt, Psom, Bovengrond)

Arguments

Pklei

(numeric) The clay content of the soil (%) within soil mineral part. Pklei > 0

Psilt

(numeric) The silt content of the soil (%) within soil mineral part. Psilt > 0

Psom

(numeric) The organic matter content of the soil (%). Psom > 0

Bovengrond

(boolean) whether topsoil (1) or not (0)

Value

a table with the following columns:

Dichtheid (numeric) soil bulk density (g/cm3) ThetaR (numeric) residual water content (cm3/cm3) ThetaS (numeric) saturated water content (cm3/cm3) alfa (numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm) n (numeric) a measure of the pore-size distribution, n>1, dimensionless ksat (numeric) saturated hydraulic conductivity (cm/d)

References

Wösten, J.H.M , Lilly, A., Nemes, A., Le Bas, C. (1999) Development and use of a database of hydraulic properties of European soils. Geoderma 90 (3-4): 169-185.

Examples

pFpara_ptf_Wosten1999(Pklei = 25, Psilt = 15, Psom = 4.5, Bovengrond = 1)
pFpara_ptf_Wosten1999(Pklei = 45, Psilt = 3, Psom = 4.5, Bovengrond = 1)


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.