Validates that the landfill has or will install a gas collection system with adequate capture efficiency to justify ACM0001 application.

check_applicability_gas_collection(collection_system_installed, expected_capture_efficiency, minimum_efficiency = 0.2)

Arguments

collection_system_installed

Logical flag indicating whether a gas collection system is installed or planned.

expected_capture_efficiency

Expected methane capture efficiency as a fraction.

minimum_efficiency

Minimum acceptable capture efficiency.

Value

Logical value indicating whether the collection system satisfies ACM0001 expectations.