soil_conductivity {TrenchR} | R Documentation |
Soil Thermal Conductivity
Description
The function estimates soil thermal conductivity (W m-1 K-1) using the methods of deVries (1963).
Usage
soil_conductivity(x, lambda, g_a)
Arguments
x |
|
lambda |
|
g_a |
|
Value
numeric
soil thermal conductivity (W m-1 K-1).
Author(s)
Joseph Grigg
References
deVries DA (1952).
“Thermal Conductivity of Soil.”
Nature, 178, 1074.
doi: 10.1038/1781074a0.
deVries DA (1963).
“Thermal Properties of Soils.”
In Physics of Plant Environment.
North Holland Publishing Company.
doi: 10.1002/qj.49709038628.
See Also
Other soil temperature functions:
soil_specific_heat()
,
soil_temperature_equation()
,
soil_temperature_function()
,
soil_temperature_integrand()
,
soil_temperature()
Examples
soil_conductivity(x = c(0.10, 0.40, 0.11, 0.01, 0.2, 0.18),
lambda = c(0.10, 0.40, 0.11, 0.01, 0.2, 0.18),
g_a = 0.125)