Confirms that the renewable mechanical system replaces baseline fossil-fuel equipment by assessing the share of service output previously delivered by fossil energy.

check_applicability_service_displacement(fossil_service_share, minimum_fraction = 0.5)

Arguments

fossil_service_share

Share of the baseline mechanical service provided by fossil fuels (0-1).

minimum_fraction

Minimum share that must be displaced (default 0.5).

Value

Logical indicating whether the displacement criterion is satisfied.

Examples

check_applicability_service_displacement(fossil_service_share = 0.8)
#> [1] TRUE
check_applicability_service_displacement(fossil_service_share = 0.3)
#> [1] FALSE