Confirms the project activity displaces fossil-fuel-based thermal energy by testing the share of baseline heat supplied by fossil resources.

check_applicability_fossil_displacement(
  fossil_heat_share,
  minimum_fraction = 0.5
)

Arguments

fossil_heat_share

Share of baseline thermal energy generated using fossil fuels (0-1).

minimum_fraction

Minimum fossil share that must be displaced (default 0.5).

Value

Logical indicating whether the displacement criterion is satisfied.

Examples

check_applicability_fossil_displacement(fossil_heat_share = 0.8)
#> [1] TRUE
check_applicability_fossil_displacement(fossil_heat_share = 0.3)
#> [1] FALSE