R/calcResCombustEff.R

Defines functions calcResCombustEff

calcResCombustEff<-function(){
  x<-readSource("IPCC","rescombusteff",convert = FALSE)
  x<-setYears(x,NULL)
  return(list(
    x=x,
    weight=NULL,
    unit="share",
    description="Share of nitrogen in biomass that is combusted when crop residues are set on fire."))
}
pik-piam/moinput documentation built on June 9, 2020, 12:23 p.m.