readdailyval: Read daily validation data for surface irradiance estimates

Description Usage Arguments Value Author(s) See Also Examples

Description

This function is a wrapper for the read.table function specifying variable names for the column oriented validation format used for the validation of OSISAF radiative fluxes. This specific version is dedicated to validation of estimates against daily measurements using pyrgeometers and pyranometers (not in the same file, but using the same format for both fluxes).

Observations are named OBS and estimates EST, station id is StId. No specific reference to whether the object contains SSI or DLI is currently added. The user has to keep track of this himself.

Missing values are coded.

Usage

1

Arguments

file

Filename to read, including full path

Value

data.frame as returned by read.table

Author(s)

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

See Also

monhourlyssi

Examples

1
    t <- readdailyval("/disk1/myfile.txt")

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