averadflux: Average radiative fluxes.

Description Usage Arguments Value Author(s) See Also Examples

Description

Average radiative fluxes and return a data.frame with the data including representative times. Currently a pure mean is offered, in the future additional methods should be offered. Beware that the interface of this function may change in the future. In the current setup only estimation of the mean value for a period (month, day or hour) is supported using the function mean. The resulting estimate is representative for the following time. E.g. hourly values are valid for the hour after the time.

Usage

1
    averadflux(x,period="month")

Arguments

x

An radflux object as returned by readradflux

period

Period to sum over. Valid keywords are month (default), day (day of year), diurnal (daily variation) and hour

Value

A data.frame similar in structure to the one returned by readradflux containing the sum over the specified period of DLI, SSI and the accompaning time as well as the number of elements that are used to estimate each average value. Furthermore, the information element of the input object is attached in rewritten form.

Author(s)

Øystein Godøy (o.godoy@met.no)

See Also

readradflux, plotradflux, longwave_downward, evalradflux

Examples

1
    t <- averadflux(tmp)

steingod/R-ncradflux documentation built on May 30, 2019, 2:32 p.m.