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

Allow retrofit of non-thermal resources

gschivley opened this issue · comments

In the new retrofit feature of #600, do not limit retrofits to thermal resources. This would be useful for other technologies, such as repowering wind or upgrading the generation capacity at hydroelectric dams.

How would repowering wind be different from allowing capacity additions? Should I imagine it like

  • Taller wind farms --> access to better variability-curves, for example?
  • Adding capacity for the new curves necessitates removing capacity of the old shorter turbines.

Yes, something like that. We don't allow new-build where wind farms already exist, which are generally going to be good locations. So it's possible that as existing wind starts to retire we can use higher hub heights to get more consistent generation profiles.

I'm not sure if higher hub heights also allow for increased capacity. If capacity stays the same then interconnection infrastructure can be reused, reducing total costs. Something to look into.

@lbonaldo and @sambuddhac can this issue be closed with the 0.4 release?

Yes, the latest retrofit module introduced in version 0.4 enables the retrofit of non-thermal generators. So this issue can be closed. There is only a note when using retrofitting with multistage and setting myopic = 0 that is described in the documentation at the end of this section.