sjer_flux_2022_06 {neonSoilFlux} | R Documentation |
Computed flux values at a NEON site
Description
A nested dataset containing computed fluxes at the SJER site from June 2022. Fluxes were computed with using compute_neon_flux(sjer_env_data_2022_06,sjer_megapit_data_2022_06).
Usage
data(sjer_flux_2022_06)
Format
A nested data frame item list with 7200 rows and 8 columns
Details
startDateTime: Time period of measurement (as POSIXct)
horizontalPosition: Sensor location where flux is computed
flux_compute: A nested tibble with variables (1) flux, flux_err, and method (one of 4 implemented)
diffusivity: Computation of surface diffusivity
VSWCMeanQF: QF flag for soil water content across all vertical depths at the given horizontal position: 0 = no issues, 1 = monthly mean used in measurement, 2 = QF fail
soilTempMeanQF: QF flag for soil temperature across all vertical depths at the given horizontal position: 0 = no issues, 1 = monthly mean used in measurement, 2 = QF fail
soilCO2concentrationMeanQF: QF flag for soil CO2 concentration across all vertical depths at the given horizontal position: 0 = no issues, 1 = monthly mean used in measurement, 2 = QF fail
staPresMeanQF: QF flag for atmospheric pressure across all vertical depths at the given horizontal position: 0 = no issues, 1 = monthly mean used in measurement, 2 = QF fail