R/biophysmodel_LizardFei.R
Tb_lizard_Fei.Rd
The function predicts body temperature (C, operative environmental temperature) of a lizard based on Fei et al. (2012) .
Tb_lizard_Fei(T_a, T_g, S, lw, shade, m, Acondfact, Agradfact)
numeric
air temperature at lizard height (C).
numeric
surface temperature (C).
numeric
total (direct + diffuse) solar radiation flux (W m-2).
numeric
downward flux of near-infrared radiation (W m-2).
numeric
proportion of shade.
numeric
lizard mass (g).
numeric
proportion of the lizard projected area that is in contact with the ground. Acondfact = 0.1
for standing and Acondfact = 0.4
for lying on ground.
numeric
proportion of the lizard projected area exposed to radiation from the ground. Agradfact = 0.3
for standing and Agradfact = 0.0
for lying on ground.
numeric
predicted body (operative environmental) temperature (K).
Thermal radiative flux is calculated following Fei et al. (2012) based on Bartlett and Gates (1967) and Porter et al. (1973) .
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.
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()
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)
#> [1] 34.50395