GenXProject / GenX.jl

GenX: a configurable power system capacity expansion model for studying low-carbon energy futures. More details at : https://genx.mit.edu
https://genxproject.github.io/GenX.jl/
GNU General Public License v2.0
262 stars 105 forks source link

Fixed #572 : allow long duration hydro reservoir #629

Closed filippopecci closed 5 months ago

filippopecci commented 5 months ago
  1. Modified constraint cHydroReservoir in hydro_res.jl so that it applies only to interior time steps (those that are not at the start of a subperiod).
  2. Added a constraint that applies the storage constraint linking first and last time step of each subperiod only for short duration hydro reservoirs.
  3. Renamed constraints in hydro_inter_period_linkage.jl so that the naming is consistent with other long duration storage constraints.