TulipaEnergy / TulipaEnergyModel.jl

An energy system optimization model that is flexible, computationally efficient, and academically robust.
Apache License 2.0
25 stars 18 forks source link

The model can be unbounded under certain set-ups #844

Open gnawin opened 5 days ago

gnawin commented 5 days ago

What and Why

From the multi-year case, it is found that the model can be unbounded if a flow is used for both production and transport.

Image a user case of a wind-electrolyzer combination, where we want to invest in a offshore wind turbine, and its production goes exclusively to a electrolyzer/demand onshore. In this case, we can use one flow variable for that, i.e., flow wind-demand. Since this is flow also a transport asset, it, in principle, can go backwards (from demand to wind). But in this case, we want unidirectional flow.

We can always avoid this, if we use a hub in-between, but it creates "unnecessary" constraints.

Points to discussion:

I have discussed this with @datejada, and we would like to discuss with everyone. It's more of a modeling choice so @g-moralesespana @clizbe.

Possible Drawbacks

No response

Related Issues

No response

clizbe commented 3 days ago

To me this sounds like a use case we should support. Am I understanding correctly that our current transport investments are the same for both directions? And are production flows included in the transport investment decision?