Tb_lizard_Fei {TrenchR} | R Documentation |
Operative Temperature of a Lizard Using Fei et al. (2012)
Description
The function predicts body temperature (C, operative environmental temperature) of a lizard based on Fei et al. (2012).
Usage
Tb_lizard_Fei(T_a, T_g, S, lw, shade, m, Acondfact, Agradfact)
Arguments
T_a |
|
T_g |
|
S |
|
lw |
|
shade |
|
m |
|
Acondfact |
|
Agradfact |
|
Details
Thermal radiative flux is calculated following Fei et al. (2012) based on Bartlett and Gates (1967) and Porter et al. (1973).
Value
numeric
predicted body (operative environmental) temperature (K).
Author(s)
Ofir Levy
References
Bartlett PN, Gates DM (1967).
“The energy budget of a lizard on a tree trunk.”
Ecology, 48, 316-322.
Fei T, Skidmore AK, Venus V, Wang T, Schlerf M, Toxopeus B, van Overjijk S, Bian M, Liu Y (2012).
“A body temperature model for lizards as estimated from the thermal environment.”
Journal of Thermal Biology, 37(1), 56-64.
ISSN 0306-4565, doi: 10.1016/j.jtherbio.2011.10.013, https://www.sciencedirect.com/science/article/pii/S0306456511001513.
Porter WP, Mitchell JW, Bekman A, DeWitt CB (1973).
“Behavioral implications of mechanistic ecology: thermal and behavioral modeling of desert ectotherms and their microenvironments.”
Oecologia, 13, 1-54.
See Also
Other biophysical models:
Grashof_number_Gates()
,
Grashof_number()
,
Nusselt_from_Grashof()
,
Nusselt_from_Reynolds()
,
Nusselt_number()
,
Prandtl_number()
,
Qconduction_animal()
,
Qconduction_substrate()
,
Qconvection()
,
Qemitted_thermal_radiation()
,
Qevaporation()
,
Qmetabolism_from_mass_temp()
,
Qmetabolism_from_mass()
,
Qnet_Gates()
,
Qradiation_absorbed()
,
Qthermal_radiation_absorbed()
,
Reynolds_number()
,
T_sky()
,
Tb_CampbellNorman()
,
Tb_Gates2()
,
Tb_Gates()
,
Tb_butterfly()
,
Tb_grasshopper()
,
Tb_limpetBH()
,
Tb_limpet()
,
Tb_lizard()
,
Tb_mussel()
,
Tb_salamander_humid()
,
Tb_snail()
,
Tbed_mussel()
,
Tsoil()
,
actual_vapor_pressure()
,
boundary_layer_resistance()
,
external_resistance_to_water_vapor_transfer()
,
free_or_forced_convection()
,
heat_transfer_coefficient_approximation()
,
heat_transfer_coefficient_simple()
,
heat_transfer_coefficient()
,
saturation_vapor_pressure()
,
saturation_water_vapor_pressure()
Examples
Tb_lizard_Fei(T_a = 20,
T_g = 27,
S = 1300,
lw = 60,
shade = 0.5,
m = 10.5,
Acondfact = 0.1,
Agradfact = 0.3)