soil_temperature_equation {TrenchR} | R Documentation |
Core Function Called to Solve Equation for Soil Temperature
Description
The function called by soil_temperature_function
to solve equation for soil temperature from Beckman et al. (1973).
Usage
soil_temperature_equation(L, rho_a, c_a, u_inst, z_r, z0, T_inst, T_s)
Arguments
L |
|
rho_a |
|
c_a |
|
u_inst |
|
z_r |
|
z0 |
|
T_inst |
|
T_s |
|
Value
numeric
soil temperature (C).
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_function()
,
soil_temperature_integrand()
,
soil_temperature()
Examples
soil_temperature_equation(L = -10,
rho_a = 1.177,
c_a = 1006,
u_inst = 0.3,
z_r = 1.5,
z0 = 0.02,
T_inst = 8,
T_s = 20)