You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For simplicity, not all columns are included in the example above. Though all column
27
-
listed below are currently required.
26
+
For simplicity, not all columns are included in the example above.
28
27
29
28
The columns have the following meaning:
30
29
@@ -45,9 +44,12 @@ Type
45
44
"Retrofit" agent for that.
46
45
47
46
AgentShare
48
-
Name of the share of the existing capacity assigned to this agent. Only meaningful
49
-
for retrofit agents. The actual share itself can be found in
50
-
:ref:`inputs-technodata`.
47
+
Name used to assign a fraction of existing capacity to the agent in the :ref:`inputs-technodata` file.
48
+
If using "New" and "Retrofit" agents, you should create a column with the name of each "Retrofit" agent share (e.g. "Agent1Retro", "Agent2Retro" etc.) in the :ref:`inputs-technodata` file,
49
+
with values summing to 1 for each technology.
50
+
If only using "New" agents, you should create a column with the name of each "New" agent share in the :ref:`inputs-technodata` file,
51
+
with values summing to 1 for each technology.
52
+
See documentation for the :ref:`inputs-technodata` file for more details.
51
53
52
54
RegionName
53
55
Region where an agent operates.
@@ -177,7 +179,7 @@ SearchRule
177
179
- :py:func:`spend_limit <spend_limit>`: Only allows technologies with a unit capital cost (cap_par in
178
180
:ref:`inputs-technodata`) lower than the spend limit.
179
181
180
-
The implementation allows for combining these filters.
182
+
Filters can be combined by chaining them with "->". For example, "all->maturity->spend_limit".
181
183
182
184
.. py:currentmodule:: muse.decisions
183
185
@@ -215,13 +217,15 @@ DecisionMethod
215
217
allows only for three.
216
218
217
219
Quantity
218
-
A factor used to determine the demand share of "New" agents.
220
+
Represents the fraction of new demand that is assigned to the agent
221
+
(e.g. if 0.2, 20% of new demand in each year will be assigned to the agent).
222
+
Must sum to 1 across all "New" agents.
223
+
When using both "Retrofit" agents and "New" agents, this only applies to the "New" agents.
219
224
220
225
MaturityThreshold (optional)
221
226
Only applies when using the :py:func:`maturity <muse.filters.maturity>` search rule.
222
227
Allows agents to only consider technologies that have achieved a certain market share
223
228
(e.g. if 0.5, the agent will only invest in technologies that have a current market share of 50% or more).
224
-
Must be between 0 and 1.
225
229
226
230
SpendLimit (optional)
227
231
Only applies when using the :py:func:`spend_limit <muse.filters.spend_limit>` search rule.
0 commit comments