GenXProject / GenX.jl

GenX: a configurable power system capacity expansion model for studying low-carbon energy futures. More details at : https://genx.mit.edu

Home Page:https://genxproject.github.io/GenX.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRE_STOR units use wrong derating factor when writing capacity value?

cfe316 opened this issue · comments

write_reserve_margin_revenue uses CapResVreStor_$res,
but
write_capacity_value only uses CapRes_$i. Which of these should be used when computing capacity value, reserve margin revenue, etc for VRE_STOR resources?
@aneeshamanocha @gmantegna .

I assume this is CapResVreStor_$res as it is the newer one, but @aneeshamanocha please confirm.

Confirming that it should be CapVreStor_$res.

Thank you @aneeshamanocha. Fixed in #618.