Description Usage Arguments Details Value Author(s)
Creates the fields of the sEddyProc R5 reference class for processing of half-hourly eddy data
1 2 3 4 | sEddyProc.new(ID.s, Data.F, ColNames.V.s, ColPOSIXTime.s = "DateTime",
DTS.n = 48, ColNamesNonNumeric.V.s = character(0),
Lat_deg.n = NA_real_, Long_deg.n = NA_real_, TimeZone_h.n = NA_integer_,
...)
|
ID.s |
String with site ID |
Data.F |
Data frame with at least three month of half-hourly site-level eddy data |
ColNames.V.s |
Vector with selected column names, the less columns the faster the processing |
ColPOSIXTime.s |
Column name with POSIX time stamp |
DTS.n |
Daily time steps |
ColNamesNonNumeric.V.s |
Names of columns that should not be checked for numeric type, e.g. season column |
Lat_deg.n |
Latitude in (decimal) degrees (-90 to +90) |
Long_deg.n |
Longitude in (decimal) degrees (-180 to +180) |
TimeZone_h.n |
Time zone (in hours) shift to UTC, e.g. 1 for Berlin |
... |
('...' required for initialization of class fields) |
The time stamp must be provided in POSIX format, see also fConvertTimeToPosix
.
For required properties of the time series, see fCheckHHTimeSeries
.
Internally the half-hour time stamp is shifted to the middle of the measurement period (minus 15 minutes or 30 minutes).
All other columns may only contain numeric data. Please use NA as a gap flag for missing data or low quality data not to be used in the processing. The columns are also checked for plausibility with warnings if outside range.
sID is a string for the site ID.
sDATA is a data frame with site data.
sTEMP is a temporal data frame with the processing results.
sINFO is a list containing the time series information.
Number of data rows
Number of daily time steps (24 or 48)
Starting year
Ending year
Number of years
Name for years
sLOCATION is a list of information on site location and timezone (see sSetLocationInfo
.
sTEMP is a data frame used only temporally.
Initialized fields of sEddyProc.
AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.