ptf.cW: Title Corrected Weynants et al. (2009) Pedotransfer Function

Description Usage Arguments Value Note Author(s) References Examples

View source: R/ptf.cW.R

Description

Title Corrected Weynants et al. (2009) Pedotransfer Function

Usage

1
ptf.cW(CLAY, SAND, BD, OC)

Arguments

CLAY

A vector of n elements with soil clay content (particle diameters <= 2 x 10e-6 m), in percent [0, 100]).

SAND

A vector of n elements with soil sand content (particle diameters < 2 mm and > 50 x 10e-6 m), in percent [0, 100]).

BD

A vector of n elements with soil bulk density (g/cm3).

OC

A vector of n elements with soil organic carbon content, in percent [0, 100].

Value

Pedotransfer function returns the van Genuchten - Mualem model parameters given CLAY, SAND, BD, and OC. The correction of the original paper presented by \insertCiteWeynants.2009spsh, were made by \insertCiteWeihermuller.2017spsh, which is implemented.

Note

The PTF is not suitable for predicting the hydraulic conductivity curve at pressured heads > -6 cm \insertCiteWeynants.2009spsh.

Author(s)

Melanie Weynants, mweynants@gmail.com

Tobias KD Weber , tobias.weber@uni-hohenheim.de

References

\insertRef

Weynants.2009spsh \insertRefWeihermuller.2017spsh

Examples

1
result <- ptf.cW(CLAY = .4, SAND = .4, BD = 1.6, OC = .5)

spsh documentation built on April 14, 2020, 6:37 p.m.