Ensures the thermal energy system is predominantly supplied by renewable energy resources such as biomass, solar thermal, or geothermal heat.

check_applicability_renewable_supply(
  renewable_fraction,
  minimum_fraction = 0.75
)

Arguments

renewable_fraction

Share of total useful thermal energy supplied by renewable sources (0-1).

minimum_fraction

Minimum renewable share required for eligibility (default 0.75).

Value

Logical indicating whether the renewable supply criterion is met.

Examples

check_applicability_renewable_supply(renewable_fraction = 0.85)
#> [1] TRUE
check_applicability_renewable_supply(renewable_fraction = 0.6)
#> [1] FALSE