soil_specific_heat {TrenchR} | R Documentation |
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)
x_o |
|
x_m |
|
x_w |
|
rho_so |
|
numeric
soil specific heat (J kg-1 K-1).
Joseph Grigg
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)