-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updates to describe urbanVPRM implementation
- Loading branch information
1 parent
ea23111
commit 2167a66
Showing
3 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Package: VPRMLandSfcModel | ||
Type: Package | ||
Title: R implementation of VPRM with parameter estimation | ||
Version: 1.2.1 | ||
Date: 2017-10-03 | ||
Version: 1.3.0 | ||
Date: 2023-07-07 | ||
Author: Timothy W. Hilton | ||
Maintainer: Timothy W. Hilton <[email protected]> | ||
Maintainer: Timothy W. Hilton <[email protected]> | ||
Description: Provides an R implementation of the Vegetation | ||
Photosynthesis and Respiration Model (VPRM) 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. To cite the VPRMLandSfcModel R package or the VPRM | ||
model itself in a publication, or for a more detailed description | ||
of VPRM, see (within R) 'citation("VPRMLandSurfaceModel")'. | ||
Photosynthesis and Respiration Model (VPRM), the urbanVPRM, 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. To cite the | ||
VPRMLandSfcModel R package or the (urban)VPRM model itself in a publication, or for | ||
a more detailed description of VPRM, see (within R) | ||
'citation("VPRMLandSurfaceModel")'. | ||
License: GPL-3 | ||
LazyLoad: yes | ||
Imports: | ||
|
@@ -24,5 +24,5 @@ Suggests: | |
knitr, | ||
rmarkdown | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters