Confirms the renewable system primarily serves captive demand by evaluating the share of net generation consumed on-site or within the mini-grid.

check_applicability_captive_use_share(captive_use_share, minimum_fraction = 0.6)

Arguments

captive_use_share

Share of renewable electricity consumed within the captive system (0-1).

minimum_fraction

Minimum captive share required for eligibility (default 0.6).

Value

Logical indicating whether the captive-use criterion is satisfied.

Examples

check_applicability_captive_use_share(captive_use_share = 0.8)
#> [1] TRUE
check_applicability_captive_use_share(captive_use_share = 0.4)
#> [1] FALSE