TemperatureBase: temperature data tables for simulation

TemperatureBaseR Documentation

temperature data tables for simulation

Description

Used internally by init.simulation to initialize temperature regime for simulation.

Format

TemperatureBase is a data frame with one or more daily baseline temperatures.

Day

day on which baseline begins

Time

time in hours from midnight

Base

temperature offset in percent between daily lows and highs

TemperaturePar is a data frame whow rows are:

value

value of parameter

description

description of parameter (same as column descriptions below)

The columns of TemperaturePar are:

Unit

hours in day

Days

number of days

Min

minimum temperature for degree-day calculation (Fahrenheit)

LowBeg

begining daily low temperature

LowEnd

ending daily low temperature

HighBeg

begining daily high temperature

HighEnd

ending daily high temperature

Length

number of nodes for interpolating spline

References

www.stat.wisc.edu/~yandell/ewing

See Also

init.simulation

Examples


data(TemperatureBase)
data(TemperaturePar)


byandell/ewing documentation built on Jan. 3, 2024, 7:27 p.m.