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
270 stars 114 forks source link

Fixed issue #572 by allowing hydro reservoirs to operate as long duration storage resources #632

Closed filippopecci closed 7 months ago

filippopecci commented 7 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.