forked from Timothy-W-Hilton/VPRMLandSfcModel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
74 lines (56 loc) · 2.86 KB
/
README
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
71
72
73
74
VPRMLandSfcModel-package package:VPRMLandSfcModel R Documentation
R implementation of VPRM with parameter estimation
Description:
Provides an R implementation of the Vegetation Photosynthesis and
Respiration Model (VPRM) of Mahadevan et al (2008) and tools to
estimate VPRM parameter values from observations. VPRM is a
simple diagnostic land surface model based on light-use
efficiency. VPRM diagnoses gross ecosystem exchange (GEE) of
carbon dioxide, ecosystem respiration (R), and net ecosystem
exchange (NEE) of carbon dioxide. VPRM parameters may be
estimated separately for different subsets of a dataset of
observations. If the Rmpi package is installed, such separate
parameter estimations may be run in parallel.
Details:
Package: VPRMLandSfcModel
Type: Package
Version: 1.2
Date: 2015-04-02
License: GPL-3
LazyLoad: yes
The literature in the references section provides a detailed
description of VPRM.
The top-level function for running VPRM is vprm_calc_NEE.
vprm_calc_NEE calculates net ecosystem exchange (NEE) according to
the VPRM (Mahadevan et al (2008) eqn 12).
The top-level function for estimating VPRM parameters from
observations is estimate_VPRM_pars.
The other functions provide methods to obtain the necessary driver
data and to calculate some of the intermediate quantities that
VPRM derives from remote sensing observations (e.g. land surface
water index, Tscale, Pscale, etc.).
The package includes two datasets:
Park_Falls contains ground-observed as well as satellite-observed
driver data for VPRM from the Park Falls, Wisconsin, USA
Ameriflux site.
VPRM_parameters contains values for VPRM parameters lambda, PAR_0,
alpha, and beta. The parameter values were determined by
optimizing VPRM using 65 North American eddy covariance sites
as described in Hilton etal (2013).
Author(s):
Timothy W. Hilton
Maintainer: Timothy W. Hilton <[email protected]>
References:
To cite the Vegetation Photosynthesis Respiration Model (VPRM)
itself, use:
Mahadevan, P., Wofsy, S.C., Matross, D.M., Xiao, X., Dunn, A.L.,
Lin, J.C., Gerbig, C., Munger, J.W., Chow, V.Y., and Gottlieb,
E.W., 2008. A satellite-based biosphere parameterization for net
ecosystem CO2 exchange: Vegetation photosynthesis and respiration
model (VPRM). Global Biogeochemical Cycles, 22, GB2005.
doi:10.1029/2006GB002735.
To cite the R package 'VPRMLandSfcModel', use:
Hilton, T. W., Davis, K. J., Keller, K., and Urban, N. M.:
Improving North American terrestrial CO2 flux diagnosis using
spatial structure in land surface model residuals, Biogeosciences,
10, 4607-4625, doi:10.5194/bg-10-4607-2013, 2013.