RADIN_ecto: RADIN_ecto

View source: R/RADIN_ecto.R

RADIN_ectoR Documentation

RADIN_ecto

Description

R version of Fortran RADIN.f (ectotherm model) for calculating absorbed long-wave radiation.

Usage

RADIN_ecto(
  ATOT = 0.01325006,
  AV = 0.001325006,
  AT = 0,
  FATOSK = 0.4,
  FATOSB = 0.4,
  FATOBJ = 0,
  EMISAN = 0.95,
  EMISSB = 0.95,
  EMISSK = 0.8,
  TSKY = 10,
  TGRD = 30
)

Arguments

ATOT

total body surface area (m2)

AV

ventral surface area (m2)

AT

body surface area contacting another organism of same temperature (m2)

FATOSK

configuration factor to sky (-)

FATOSB

configuration factor to substrate (-)

FATOBJ

configuration factor to nearby object (-) (not functional at the moment)

EMISAN

emissivity of animal (fractional, 0-1)

EMISSB

emissivity of substrate (fractional, 0-1)

EMISSK

emissivity of sky (fractional, 0-1)

TSKY

sky temperature (°C)

TGRD

ground temperature (°C)


mrke/NicheMapR documentation built on April 3, 2024, 10:05 a.m.