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/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.