Function for reading observational GPP data from GePiSaT (Tyler's alternative flux decomposition) for FLUXNET 2015 stations.

get_obs_bysite_gpp_gepisat(sitename, path_gepisat, timescale = "d")

Arguments

sitename

A character string specifying the site name for which FLUXNET 2015 data is searched (based on the site name appearing as part of the respective file name). Defaults to NA.

path_gepisat

A character string specifying the local path of FLUXNET 2015 data.

timescale

A character specifying the time scale of FLUXNET 2015 data. Only available: c("d") for daily.

Value

A data frame (tibble) containint observational data.

Examples

if (FALSE) { # \dontrun{
df <- get_obs_bysite_gpp_gepisat
} # }