Tb_snail: Operative Environmental Temperature of a Marine Snail

Tb_snailR Documentation

Operative Environmental Temperature of a Marine Snail

Description

The function estimates body temperature (C, operative environmental temperature) of a marine snail. The function implements a steady-state model, which assumes unchanging environmental conditions and is based on \insertCiteIacarella2012TrenchR. Body temperature and desiccation constrain the activity of Littoraria irrorata within the Spartina alterniflora canopy. The function was provided by Brian Helmuth and is a simplified version of the published model.

Usage

Tb_snail(temp, l, S, u, CC, WL, WSH)

Arguments

temp

numeric air temperature (C).

l

numeric snail length (m).

S

numeric direct solar flux density (W m-2).

u

numeric wind speed (m s-1).

CC

numeric fraction of the sky covered by cloud (0-1).

WL

numeric water loss rate (kg s-1), 5 percent loss of body mass over one hour is a reasonable maximum level \insertCiteHelmuth1999TrenchR.

WSH

numeric wind sensor height (m).

Details

Thermal radiative flux is calculated following \insertCiteHelmuth1998;textualTrenchR, \insertCiteHelmuth1999;textualTrenchR, and \insertCiteIdso1969;textualTrenchR.

Value

numeric predicted body (operative environmental) temperature (C).

Author(s)

Brian Helmuth et al.

References

\insertAllCited

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_Fei(), Tb_lizard(), Tb_mussel(), Tb_salamander_humid(), 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_snail(temp  = 25, 
           l     = 0.012, 
           S = 800, 
           u    = 1, 
           CC    = 0.5, 
           WL    = 0, 
           WSH   = 10)


trenchproject/TrenchR documentation built on Oct. 10, 2023, 10:12 p.m.