Learn R Programming

APSIM (version 0.9.3)

insertTavAmp: Inserts Tav and Amp into a met object.

Description

Amp is obtained by averaging the mean daily temperature of each month over the entire data period resulting in twelve mean temperatures, and then subtracting the minimum of these values from the maximum. Tav is obtained by averaging the twelve mean monthly temperatures.

Usage

insertTavAmp(met)

Arguments

met

A met file object where the tav and amp will be inserted.

Value

A met file object to which tav and amp has been added.

Details

The original documentation for the stand alone Tav_Amp program can be found at http://www.apsim.info/Portals/0/OtherProducts/tav_amp.pdf.

Examples

Run this code
# NOT RUN {
data(met)
insertTavAmp(met)
# }

Run the code above in your browser using DataLab