R/calcMACCsCO2.R

Defines functions calcMACCsCO2

Documented in calcMACCsCO2

#' Read in abatement potential for CO2 land-use change derived from MAgPIE
#' 
#' Rrange of possible abatement between maximum and minimum emission level in a year
#' 
#' @return MAgPIE object
#' @author David Klein
#' @examples
#' 
#' \dontrun{ 
#' calcOutput("MACCsCO2")
#' 
#' }
#' @importFrom magclass getNames
calcMACCsCO2 <- function() {
  
  x <- readSource("MAgPIE", subtype = "abatparam_co2",convert=FALSE)
  
  # No weight for aggregation needed since data is global

  return(list(x           = x,
              weight      = NULL,
              unit        = "Percent",
              description = "Abatement potential in percentage for 5$/tC tax steps"))
}
pik-piam/mrremind documentation built on March 30, 2024, 3:37 a.m.