TulipaEnergy / TulipaEnergyModel.jl

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

Create outputs for the new results of the variables #818

Open gnawin opened 2 months ago

gnawin commented 2 months ago

Add the following to outputs:

gnawin commented 2 months ago

Blocked by #792 #806

gnawin commented 1 month ago

This is more complex than expected, because assets_decommission_compact_method is a vector without information on the indices. It create trouble when we want to save solution to files.

Maybe it is better to do after the refactor.