-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
70 lines (70 loc) · 3.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: REddyProc
Type: Package
Version: 1.3.3
Title: Post Processing of (Half-)Hourly Eddy-Covariance Measurements
Authors@R: c( person( "Department for Biogeochemical Integration at MPI-BGC, Jena, Germany", role=c("cph"), email="[email protected]" )
,person( "Thomas", "Wutzler", role=c("aut","cre"), email="[email protected]" )
,person( "Markus", "Reichstein", role=c("aut"), email="[email protected]")
,person( c("Antje","Maria"), "Moffat", role=c("aut","trl"), email="[email protected]" )
,person( "Olaf", "Menzer", role=c("ctb"), email="[email protected]" )
,person( "Mirco", "Migliavacca", role=c("aut"), email="[email protected]" )
,person( "Kerstin", "Sickel", role=c("ctb","trl"), email="[email protected]" )
,person( "Ladislav", "<U+0160>igut", role=c("ctb"), email="[email protected]" )
)
Description: Standard and extensible Eddy-Covariance data post-processing
(Wutzler et al. (2018) <doi:10.5194/bg-15-5015-2018>)
includes
uStar-filtering, gap-filling, and flux-partitioning.
The Eddy-Covariance (EC) micrometeorological technique quantifies continuous
exchange fluxes of gases, energy, and momentum between an ecosystem and the atmosphere.
It is important for understanding ecosystem dynamics and upscaling exchange fluxes.
(Aubinet et al. (2012) <doi:10.1007/978-94-007-2351-1>).
This package inputs pre-processed (half-)hourly data and supports further processing.
First, a quality-check and filtering is performed based on the relationship between
measured flux and friction
velocity (uStar) to discard biased data
(Papale et al. (2006) <doi:10.5194/bg-3-571-2006>).
Second, gaps in the data are filled based on information from environmental conditions
(Reichstein et al. (2005) <doi:10.1111/j.1365-2486.2005.001002.x>).
Third, the net flux of carbon dioxide is partitioned
into its gross fluxes in and out of the ecosystem by night-time
based and day-time based approaches
(Lasslop et al. (2010) <doi:10.1111/j.1365-2486.2009.02041.x>).
URL: https://www.bgc-jena.mpg.de/bgi/index.php/Services/REddyProcWeb,
https://github.com/bgctw/REddyProc
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
LinkingTo: Rcpp
Depends: R (>= 3.0.0), methods
Imports: Rcpp, dplyr, purrr, rlang, readr, tibble, magrittr, solartime,
bigleaf (>= 0.7), mlegp
Suggests: testthat, minpack.lm, segmented, knitr, rmarkdown, lognorm, ggplot2,
tidyr, markdown
Collate:
'CheckVal.R'
'DataFunctions.R'
'aEddy.R'
'EddyGapfilling.R'
'EddyPartitioning.R'
'EddyPlotting.R'
'EddyUStarFilterChangePointDetection.R'
'EddyUStarFilterDP.R'
'Example.R'
'FileHandling.R'
'FileHandlingFormats.R'
'GeoFunctions.R'
'LRC_base.R'
'LRC_logisticSigmoid.R'
'LRC_nonrectangular.R'
'LRC_rectangular.R'
'PartitioningLasslop10.R'
'PartitioningLasslop10Nighttime.R'
'RcppExports.R'
'estimate_vpd_from_dew.R'
'imports.R'
'logitnorm.R'
'variableNames.R'
'zzzDebugCode.R'
RoxygenNote: 7.3.0