calculate_baseline_methane_emissions_iiif.RdEquation (1) of AMS-III.F multiplies waste quantities, degradable organic carbon parameters, and methane correction factors to estimate baseline methane emissions that would occur in unmanaged disposal sites.
calculate_baseline_methane_emissions_iiif(
data,
waste_quantity_col = "waste_tonnes",
doc_fraction_col = "doc_fraction",
docf_col = "docf_fraction",
methane_correction_factor_col = "baseline_mcf_fraction",
methane_fraction = 0.5,
oxidation_factor_col = NULL,
group_cols = NULL,
output_col = "baseline_emissions_tco2e",
gwp_ch4 = 28
)Tibble containing baseline waste characterisation data.
Column storing the quantity of waste subject to the project activity (tonnes).
Column storing the degradable organic carbon fraction (tonne C per tonne of waste).
Column storing the fraction of DOC that degrades.
Column storing the baseline methane correction factor (dimensionless).
Methane fraction of landfill gas.
Optional column storing the oxidation factor.
Optional character vector specifying grouping columns.
Name of the output column containing baseline emissions in tCO2e.
Global warming potential of methane.
Tibble containing grouped baseline methane emissions in tCO2e.