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.
soil_specific_heat(x_o, x_m, x_w, rho_so)
numeric
volume fraction of organic material (0-1).
numeric
volume fraction of minerals (0-1).
numeric
volume fraction of water (0-1).
numeric
particle density of soil in (kg m-3) (bulk density).
numeric
soil specific heat (J kg-1 K-1).
deVries DA (1963). “Thermal Properties of Soils.” In Physics of Plant Environment. North Holland Publishing Company. doi:10.1002/qj.49709038628 .
Other soil temperature functions:
soil_conductivity()
,
soil_temperature_equation()
,
soil_temperature_function()
,
soil_temperature_integrand()
,
soil_temperature()
soil_specific_heat(x_o = 0.01,
x_m = 0.6,
x_w = 0.2,
rho_so = 1620)
#> [1] 869.2968