Skip to content

Commit

Permalink
Correct the direction of inequality in storage formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam-zakeri committed Mar 10, 2023
1 parent 452f867 commit 632c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix/model/MESSAGE/model_core.gms
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,7 @@ STORAGE_BALANCE_INIT(node,storage_tec,mode,level,commodity,year,time,time2)$ (
AND map_time_period(year,lvl_temporal,time,time2) )
AND storage_initial(node,storage_tec,mode,level,commodity,year,time2) )..
* Showing the state of charge of storage at a time slice prior to a time slice that has initial storage content
STORAGE(node,storage_tec,mode,level,commodity,year,time) =G=
STORAGE(node,storage_tec,mode,level,commodity,year,time) =L=
* Initial content of storage in the examined time slice as a percentage multiplier in available capacity of storage
storage_initial(node,storage_tec,mode,level,commodity,year,time2)
* SUM(vintage$( map_tec_lifetime(node,storage_tec,vintage,year) ), capacity_factor(node,storage_tec,vintage,year,time2)
Expand Down

0 comments on commit 632c0e5

Please sign in to comment.