Veda2.0 Released!


constraint on capacity growth rate
#1
Hello,

I want to define upper bound constraint on the growth rate of the vehicles capacity in my model. Actually everything works right except that the annual growth rate of the capacity doesn't work quite right.

Growth approach
~UC_Sets: R_E: AllRegions
~UC_Sets: T_SUC:
                                                 ~UC_T
UC_N Pset_PN Pset_CI Pset_CO UC_ATTR~LHS UC_ATTR~RHS   LimType       UC_CAP~LHS
UC_Car TLDSL TRNDSL TMDLDV CAP                  CAP,GROWTH      UP                  1          

UC_CAP~RHS  UC_RHSRT UC_RHSRT~0
 1.2                      12                     5


The problem is that I have maximum annual growth rate of 20% but when I check the capacity growth of TLDSL process, it starts from 12 billion miles that I specify in the constraint, but in the first five years it goes up to 42 billion mile which means 28% growth rate per year instead of 20%!

Thanks for your help,
Samaneh
Reply
#2
Hello,

I think I figured out how the capacity is calculated. Model includes the constant capacity (12 billion miles) in the maximum capacity calculation of each time period. For example, for the next 5 years, the capacity would be 12+ 12*(1.2^5)=42.

Samaneh
Reply
#3
Yes, the constraint you modeled can be written as:

CAP(TLDSL,T) CAP(TLDSL,T-1)*1.2^(M(T)-M(T-1)) + 12

where M(T) is the milestone year of period T. So, if you don't want the constant 12 to be added to the maximum growth, just set it to zero for some or all periods.

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to define the capacity or stock for storage? guozhi1305 6 2,640 08-05-2024, 05:47 PM
Last Post: guozhi1305
  About RNW capacity guozhi1305 4 3,272 19-05-2022, 08:13 AM
Last Post: guozhi1305
  user constraint on subset of emissions Stefan 2 2,833 10-11-2021, 08:26 PM
Last Post: Stefan
  DACCS Emissions Constraint not working UKTM User 10 9,414 07-10-2021, 03:30 PM
Last Post: UKTM User
  Functionality of the RPS constraint xavier 3 4,365 02-05-2021, 07:07 PM
Last Post: Antti-L
  User constraint for minimum storage activity Anjali 4 4,622 15-01-2021, 07:38 PM
Last Post: Anjali
  Solar lower costs impact capacity constraints LucasD 10 10,019 18-12-2020, 03:04 PM
Last Post: AKanudia
  Modelling question of the rate of decline in CO2 emissions zhangshu 3 4,537 11-12-2020, 07:32 PM
Last Post: zhangshu
  Issue with constraint: Error Code 172 NeilGrant 5 7,415 28-05-2020, 02:08 PM
Last Post: NeilGrant
  Storage output without capacity deployment ach 3 4,903 15-05-2020, 03:04 PM
Last Post: Antti-L

Forum Jump:


Users browsing this thread: 1 Guest(s)