calculate_baseline_effective_conductivity: Baseline effective conductivity estimation (Kb)

View source: R/calculate_Kb.R

calculate_baseline_effective_conductivityR Documentation

Baseline effective conductivity estimation (Kb)

Description

This function will calculation the baseline effective conductivity based on the amount of sand, clay and the cation exchange capacity of the soil.

Usage

calculate_baseline_effective_conductivity(sand, clay, cec)

calculate_Kb(sand, clay, cec)

Arguments

sand

percent of sand

clay

percent of clay

cec

cation exchange capacity of the soil (meq/100g)

Value

numeric, Kb, the baseline effective conductivity

Functions

  • calculate_Kb():

Source

page 14 of https://www.ars.usda.gov/ARSUserFiles/50201000/WEPP/usersum.pdf

See Also

effective_hydraulic_conductivity

Examples

calculate_baseline_effective_conductivity(5.2, 40.1, 29.4)

jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.