Validates the AMS-I.C applicability condition that thermal energy systems remain within the 45 MW thermal small-scale limit established for Type I CDM projects.

check_applicability_thermal_capacity(capacity_mwth, threshold_mwth = 45)

Arguments

capacity_mwth

Rated thermal capacity in megawatts thermal (MWth).

threshold_mwth

Threshold in MWth, defaulting to 45.

Value

Logical indicating whether the capacity condition is satisfied.

Examples

check_applicability_thermal_capacity(capacity_mwth = 10)
#> [1] TRUE
check_applicability_thermal_capacity(capacity_mwth = 60)
#> [1] FALSE