calculate_baseline_energy_content.RdImplements Equation (1) of AMS-I.B by converting baseline fossil fuel consumption into energy delivered to the mechanical equipment.
calculate_baseline_energy_content(
fuel_data,
consumption_col = "fuel_consumption",
ncv_col = "net_calorific_value",
group_cols = NULL,
output_col = "baseline_energy_mj"
)A tibble containing the baseline fuel consumption observations.
Name of the column storing fuel consumption (e.g. litres, kg).
Name of the column storing net calorific value in MJ per unit of fuel.
Optional character vector of grouping columns used to aggregate energy content.
Name of the resulting column containing baseline energy in MJ.
A tibble containing grouping columns (if supplied) and a column named output_col
with baseline energy in MJ.