View source: R/landCarbonSink.R
landCarbonSink | R Documentation |
Indirect human-induced emissions in the land use system
landCarbonSink(
gdx,
file = NULL,
level = "reg",
cumulative = FALSE,
baseyear = 1995,
source = "Grassi"
)
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
level of regional aggregation; "reg" (regional), "glo" (global), "regglo" (regional and global). |
cumulative |
Logical; Determines if emissions are reported annually (FALSE) or cumulative (TRUE). The starting point for cumulative emissions is y1995. |
baseyear |
Baseyear used for cumulative emissions (default = 1995) |
source |
Currently only "Grassi", which uses pre-calculated adjustment factors from Grassi et al 2021 (DOI 10.1038/s41558-021-01033-6). Can be extended in the future to also include "PIK", based on data from LPJmL. |
Calculates global and regional Land Carbon Sink Adjustment Factors
Land Carbon Sink Adjustment Factors (Mt CO2 per year or cumulative)
Florian Humpenoeder
## Not run:
x <- landCarbonSink(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.