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

Allow retrofit of non-thermal resources #635

Closed gschivley closed 3 months ago

gschivley commented 5 months ago

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.

cfe316 commented 4 months ago

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

gschivley commented 4 months ago

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.

gschivley commented 3 months ago

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

lbonaldo commented 3 months ago

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.