In the long version of the OSeMOSYS code, the Capacity Adequacy B constraint uses RateOfTotalActivity which includes indices l
|
sum{l in TIMESLICE} RateOfTotalActivity[r,t,l,y] * YearSplit[l,y] |
In the short code, Capacity Adequacy B constraint uses RateOfActivity, which does also includes the m index.
In the long version of the OSeMOSYS code, the Capacity Adequacy B constraint uses
RateOfTotalActivitywhich includes indiceslOSeMOSYS_GNU_MathProg/src/osemosys.txt
Line 408 in 9520268
In the short code, Capacity Adequacy B constraint uses
RateOfActivity, which does also includes themindex.