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

Multistage Costs do not apply OPEXMULT discount factor to UnmetPolicyPenalty #623

Closed filippopecci closed 3 months ago

filippopecci commented 5 months ago

On line 42, function write_multi_stage_cost! applies discount factor to all OPEX costs, but misses cUnmetPolicyPenalty.

sambuddhac commented 5 months ago

On line 42, function write_multi_stage_cost! applies discount factor to all OPEX costs, but misses cUnmetPolicyPenalty.

@filippopecci is this still referring to the develop branch or the main branch?

filippopecci commented 5 months ago

@sambuddhac it's on both branches