soil_temperature_integrand {TrenchR} | R Documentation |
Solve Equation for Soil Temperature
Description
This function is called by soil_temperature_equation
to solve the equation for soil temperature from Beckman et al. (1973). The function represents the integrand in the equation. It is not intended to be called directly.
Usage
soil_temperature_integrand(x, L, z0)
Arguments
x |
|
L |
|
z0 |
|
Value
numeric
integrand for soil temperature function.
Author(s)
Joseph Grigg
References
Beckman WA, Mitchell JW, Porter WP (1973). “Thermal Model for Prediction of a Desert Iguana's Daily and Seasonal Behavior.” Journal of Heat Transfer, 95(2), 257-262. doi: 10.1115/1.3450037.
See Also
Other soil temperature functions:
soil_conductivity()
,
soil_specific_heat()
,
soil_temperature_equation()
,
soil_temperature_function()
,
soil_temperature()
Examples
soil_temperature_integrand(x = c(0.10, 0.40, 0.11, 0.01, 0.2, 0.18),
L = -10,
z0 = 0.2)