PriceGHG: PriceGHG

View source: R/PriceGHG.R

PriceGHGR Documentation

PriceGHG

Description

reads GHG emission prices out of a MAgPIE gdx file

Usage

PriceGHG(gdx, file = NULL, level = "reg", aggr = "max")

Arguments

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) or any other aggregation level defined in superAggregate

aggr

aggregation used for global value; "max" (maxium value accross regions) or "weight" (weighted by population)

Value

GHG emission prices as MAgPIE object (US$2005/tCO2, US$2005/tN2O, US$2005/tCH4)

Author(s)

Florian Humpenoeder, Amsalu W. Yalew

See Also

reportPriceGHG

Examples


  ## Not run: 
    x <- PriceGHG(gdx)
  
## End(Not run)


pik-piam/magpie4 documentation built on Sept. 14, 2024, 10:08 p.m.