Ensures the mechanical equipment is predominantly driven by renewable energy sources such as wind, water, or sustainably harvested biomass.

check_applicability_renewable_driver(renewable_fraction, minimum_fraction = 0.9)

Arguments

renewable_fraction

Share of mechanical energy provided by renewable sources (0-1).

minimum_fraction

Minimum renewable share required for eligibility (default 0.9).

Value

Logical indicating whether the renewable energy driver criterion is met.

Examples

check_applicability_renewable_driver(renewable_fraction = 0.95)
#> [1] TRUE
check_applicability_renewable_driver(renewable_fraction = 0.6)
#> [1] FALSE