calculate_emission_reductions.RdImplements Equation (4) of AMS-II.C by multiplying energy savings by the relevant emission factor for the displaced energy carrier.
calculate_emission_reductions(
energy_savings,
savings_col = "energy_savings_mwh",
emission_factor,
output_col = "emission_reductions_tco2e"
)Tibble produced by calculate_energy_savings().
Column containing energy savings in MWh.
Emission factor in tonnes CO2e per MWh (scalar or vector).
Name of the resulting emission reduction column.
A tibble with emission reductions in tCO2e.