Validates the AMS-I.F applicability condition that renewable electricity systems supplying captive and mini-grid consumers remain within the small-scale limit for Type I CDM projects.

check_applicability_captive_capacity(capacity_kw, threshold_kw = 15000)

Arguments

capacity_kw

Rated electrical capacity in kilowatts (kW).

threshold_kw

Threshold in kW, defaulting to 15000 (15 MW).

Value

Logical indicating whether the capacity condition is satisfied.

Examples

check_applicability_captive_capacity(capacity_kw = 8000)
#> [1] TRUE
check_applicability_captive_capacity(capacity_kw = 20000)
#> [1] FALSE