Dear Alaa
you can use the function "timeslice_consumption", which cn be integrated with the TOML via these lines
[[outputs]]
quantity = "timeslice_consumption"
sink = "aggregate"
filename = "{path}/{default_output_dir}/BUDGET/ADHOC_LCOE/MCA{Quantity}.csv"
columns = ["timeslice", "commodity", "region", "installed", "technology", "year", "agent", "category", "sector", "consumption"]
to get the desired output at the requested ganularity.
Best