fReadTimeBerkeley {REddyProcNCDF} | R Documentation |
fReadTimeBerkeley
Description
Reads time columns (year, month, day, hour) from column in ISODate integer format
Usage
fReadTimeBerkeley(data, fileName, ncPkg = requireNetCDFPackage(),
callingFunction = "", colTime = "TIMESTAMP_END",
...)
Arguments
data |
Data frame |
fileName |
NetCDF file name as a string |
ncPkg |
scalar string of package name to be used |
callingFunction |
Name (string) of function called from |
colTime |
the column name (string) holding time with format described in details |
... |
further arguments to var.get.nc or ncvar_get, such as start and count |
Details
In the Berkeley-Release of the fluxnet data, the time is stored as an integer with base10-digits representing YYYYMMddhhmm
Author(s)
Department for Biogeochemical Integration at MPI-BGC, Jena, Germany <REddyProc-help@bgc-jena.mpg.de> [cph], Thomas Wutzler <twutz@bgc-jena.mpg.de> [aut, cre], Antje Maria Moffat <antje.moffat@bgc.mpg.de> [aut, trl]
See Also
[Package REddyProcNCDF version 1.1.4 Index]