Quantitative applicability checks derived from ACM0012 requirements.

check_waste_energy_fraction_acm0012(waste_energy_fraction, threshold = 0.75)

check_baseline_continuation_acm0012(baseline_operating_hours, project_operating_hours)

check_metering_uncertainty_acm0012(measurement_uncertainty)

Arguments

waste_energy_fraction

Fraction of exported energy from qualifying waste sources.

threshold

Minimum allowable waste energy fraction.

baseline_operating_hours

Expected annual operating hours under the baseline scenario.

project_operating_hours

Observed project operating hours.

measurement_uncertainty

Combined metering uncertainty expressed as a decimal.

Value

Logical vector indicating whether each applicability condition is satisfied.

Examples

check_waste_energy_fraction_acm0012(c(0.8, 0.7))
#> [1]  TRUE FALSE
check_baseline_continuation_acm0012(7800, 7500)
#> [1] TRUE
check_metering_uncertainty_acm0012(0.01)
#> [1] TRUE