balmorelcommunity / Balmorel

Balmorel Model
31 stars 18 forks source link

Decommissioning addon jgb #4

Closed jgeab closed 5 years ago

jgeab commented 5 years ago

Endogenous decommissioning of exogenous and endogenous capacities add-on implemented. Several possibilities are allowed for decommissioning or exogenous and/or endogenous capacities (detailed information is explained in balopt):

The introduction of a variable called "VGKFX", i.e. a variable that without decommissioning would equal GKFX, was considered but in the end I decided not to include it, since it would make the base model more complex (GKFX would become a variable). Instead, I introduced the following exemplary sentence in most of the equations: $ifi %DECOM%==yes -VDECOM_EXO_ACCUM(IY411,IA,IGEXT)$IAGKFX(IY411,IA,IGEXT)

To be done: Hydrogen add-on not modified yet. It needs to be modified by someone with more experience with teh add-on (Ida, Rasmus,??) Decommissioning variables might be used in future code for refurbishment possibilities, etc

Important notice: This pull request contains the changes also made in the pull request "BB4 INV" and "RAMPING STEPWISE", which must be merged into the master first. Otherwise it will be very difficult to understand the changes made.