While the DiscountRateIdv parameter is specified by technology, the DiscountFactor parameters are calculated from DiscountRate and are not indexed by Technology.
DiscountFactor is used in the objective function, but nowhere else in the (short and fast) code.
DiscountFactor is used in equation CC2_ in the long code.
DiscountFactorMid is used in equation E5_ (all) and OC4_ (long)
Proposed Solution
-
a. Please confirm the correct implementation.
-
b.DiscountFactor and DiscountFactorMid should be calculated using DiscountRateIdv and indexed by Technology. Objective function and constraints should be updated to include the technology index.
While the
DiscountRateIdvparameter is specified by technology, theDiscountFactorparameters are calculated fromDiscountRateand are not indexed by Technology.DiscountFactoris used in the objective function, but nowhere else in the (short and fast) code.DiscountFactoris used in equation CC2_ in the long code.DiscountFactorMidis used in equation E5_ (all) and OC4_ (long)Proposed Solution
a. Please confirm the correct implementation.
b.
DiscountFactorandDiscountFactorMidshould be calculated usingDiscountRateIdvand indexed by Technology. Objective function and constraints should be updated to include the technology index.