Description Usage Arguments Value Examples
Simulation of C3 photosynthesis in terms of Gross Primary Production (GPP), as well as Net Primary Production (NPP) and Net Ecosystem Production (NEP) based on a modified Farquhar model (Schaphoff et al. 2019, Haxeltine and Prentice 1996, Farquhar et al. 1980). This is a vectorized global gridd approach that uses directly and currently (year 2020) available remote sensing products (open access).
1 2 3 4 5 6 |
path_output |
character. define a path to write output. Defaults to
|
outvar |
single character or vector. Define the output variables, choose between gross primary production - "GPP", net primary prodcution
|
format |
single character or vector. Choose between raster time series
for the defined |
paramfile |
string. Defaults to |
None
1 2 3 4 5 | ## Not run:
modelRunner(outvar = c("GPP", "NPP"), format = c("GLOBAL_TS", "BIOME_TS"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.