R/calcVintagesFossil.R

Defines functions calcVintagesFossil

calcVintagesFossil <- function(){
 
  x <- readSource("REMIND_11Regi", subtype = "vintage")
  
  w <- 
  
  return(list(x           = x,
              weight      = w,
              unit        = "none",
              description = "time dependent intercept in bioenergy price formula"))
}
  
pik-piam/mrplayground documentation built on June 2, 2021, 9:25 p.m.