TulipaEnergy/TulipaEnergyModel.jl

Add available unit upper limit

Open

#1,303 opened on Jul 31, 2025

View on GitHub
 (6 comments) (0 reactions) (1 assignee)Julia (37 forks)auto 404
good first issue

Repository metrics

Stars
 (79 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Currently we only have the investment_limit for asset investments, but it would be more useful to have a limit for the available units, i.e., considering decommissions.

Note this function can be realized after #1302, using group investment limits, as a workaround.

But if we choose to implement this feature directly, to me, it makes more sense to remove the asset investment upper bound, and use this investment_limit as the upper limit for available units. But then the name needs to be changed, because it is no longer "investment limit" but "available unit limit". That we need a discussion since it may touch other functions.

Validation and testing

No response

Motivation

https://github.com/TulipaEnergy/TulipaEnergyModel.jl/issues/1302#issuecomment-3139173000

Target audience

users

Can you help?

always

Contributor guide