Hello everyone,
I tried to use the "timeslice_supply" and "timeslice_consumption" outputs. I copied how they were defined in the settings.toml file of the default_timeslice example:
[[outputs]]
quantity = "timeslice_supply"
sink = "aggregate"
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
index = false
[[outputs]]
quantity = "timeslice_consumption"
sink = "aggregate"
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
index = false
However, for my model, the resulting output files only contain the consumption and supply of the commodities for one sector instead of all four that are implemented. I tried the "yearly_consumption" and "yearly_timeslice" output functions as well, which led to the same problem.
Does anybody know what causes this or how I can change the output function so that it gives me the results for all sectors?
Attached is one of the output files and the model with all input files.
Best
Lennart