Open datejada opened 7 months ago
Use the proposal in SpineOpt as inspiration to include this feature in Tulipa:
Wouldn't the second case be an output flow to an input flow (of water)? Ah wait do you mean the output flow of water is linked to the output of electricity?
Correct, the output of water depends on the electricity flow.
ESDL uses reference flow in their implementation. They developed it for the compatibility of OPERA with ESDL.
A comment from Kira about trying to implement in SpineOpt:
"Defining processes with multiple inputs is not very intuitive. For processes with multiple inputs & outputs, all need to be defined in terms of ratios compared to single main inputs & outputs. In the case of steel, I have used the parameter “fix_ratio_out_in_unit_flow” to define the electricity use per unit of steel output, and then used “fix_ratio_in_in_unit_flow” to define all other energy inputs in terms of the ratio of energy per unit of electricity use."
Are we doing this same method? If so, how to make it more intuitive?
A comment from Kira about trying to implement in SpineOpt:
"Defining processes with multiple inputs is not very intuitive. For processes with multiple inputs & outputs, all need to be defined in terms of ratios compared to single main inputs & outputs. In the case of steel, I have used the parameter “fix_ratio_out_in_unit_flow” to define the electricity use per unit of steel output, and then used “fix_ratio_in_in_unit_flow” to define all other energy inputs in terms of the ratio of energy per unit of electricity use."
Are we doing this same method? If so, how to make it more intuitive?
The names in SpineOpt are not intuitive for that type of application. The idea for Tulipa is the same: having a reference flow and then the other inputs and outputs as fractions. We can define the names with Kira so they make more sense to that type of user 😄
There is a summary of the proposals for SpineOpt here: https://github.com/spine-tools/SpineOpt.jl/discussions/873#discussioncomment-10339677
Please use it for further discussions regarding this issue.
For storage assets, please consider also the discussion in https://github.com/TulipaEnergy/TulipaEnergyModel.jl/discussions/513 for the hydro units
summary of options for MIMO: https://github.com/spine-tools/SpineOpt.jl/discussions/873#discussioncomment-10339677
Description
Two use cases need this feature to represent the assets' physics correctly:
In both cases, the outputs of the asset are not independent.
Codewise, we need to think through how to make it straightforward for the user to include this data (and also, in the code, it should be clear when and how these constraints work).
Related Issues
No response