We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3084b4 commit 2c33b2aCopy full SHA for 2c33b2a
1 file changed
src/muse/data/example/default/settings.toml
@@ -67,6 +67,11 @@ existing_capacity = '{path}/technodata/power/ExistingCapacity.csv'
67
lpsolver = "scipy"
68
demand_share = "standard_demand"
69
70
+[[sectors.power.outputs]]
71
+quantity = "supply"
72
+sink = "aggregate"
73
+filename = "{cwd}/{default_output_dir}/{Sector}_{Quantity}.csv"
74
+
75
[sectors.gas]
76
type = 'default'
77
priority = 3
0 commit comments