You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Settings.add_soc_incentive = true (which is the default behavior), the reported Financial.lcc includes the SOC incentive and therefore does not equal the sum of the constituent LCC components.
When
Settings.add_soc_incentive = true
(which is the default behavior), the reportedFinancial.lcc
includes the SOC incentive and therefore does not equal the sum of the constituent LCC components.This is likely happening here:
REopt.jl/src/core/reopt.jl
Line 477 in 8c9f19b
We need to correct the reported LCC to remove this soc incentive component
The text was updated successfully, but these errors were encountered: