View source: R/calcGHGPrices.R
calcGHGPrices | R Documentation |
reads in GHG prices from past runs
calcGHGPrices(
emissions = "pollutants",
datasource = "REMMAG",
rev = numeric_version("0.1")
)
emissions |
which type of emissions shall be returned. ghg just returns n2o, ch4 and co2, pollutants a longer list including also air pollutants |
datasource |
REMIND for prices from R2M4 coupled runs, REMMAG for old coupled runs, SSPResults for prices from the SSP scenarios from the IIASA database, SSP_and_REM for a combination of REMIND and SSPResults |
rev |
data revision the output will be produced for (numeric_version). |
list of magpie object with results on country level, weight on country level, unit and description.
David Chen, Benjamin Leon Bodirsky, David Klein
readSSPResults
## Not run:
calcOutput("GHGPrices")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.