soil_specific_heat {TrenchR} | R Documentation |
Soil Specific Heat
Description
The function estimates soil specific heat (J kg-1 K-1) using the methods of deVries (1963). The function incorporates the volume fraction of organic material, minerals, and water in soil.
Usage
soil_specific_heat(x_o, x_m, x_w, rho_so)
Arguments
x_o |
|
x_m |
|
x_w |
|
rho_so |
|
Value
numeric
soil specific heat (J kg-1 K-1).
Author(s)
Joseph Grigg
References
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_conductivity()
,
soil_temperature_equation()
,
soil_temperature_function()
,
soil_temperature_integrand()
,
soil_temperature()
Examples
soil_specific_heat(x_o = 0.01,
x_m = 0.6,
x_w = 0.2,
rho_so = 1620)
[Package TrenchR version 1.1.1 Index]