Skip to content

Commit 4e61e55

Browse files
committed
Update docs
1 parent bd005a7 commit 4e61e55

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/application-flow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ This deeper level of the process is where most of the input options of MUSE are
414414
Investment
415415
~~~~~~~~~~
416416

417-
In the investment step is where new capacity is added to the different assets managed by the agents. This investment might be needed to cover an increase in demand (between now and forecast) or to match decommissioned assets, typically to do both.
417+
In the investment step is where new capacity is added to the different assets managed by the agents. This investment might be needed to cover an increase in demand (between now and the investment year) or to match decommissioned assets, typically to do both.
418418

419419
The following graph summarises the process.
420420

@@ -455,8 +455,8 @@ The following graph summarises the process.
455455

456456
First the demand is distributed among the available agents as requested by the ``demand_share`` argument of each ``subsector`` in the ``settings.toml`` file. This distribution can be done based on any attribute or property of the agents, as included in the ``Agents.csv`` file. Demand can also be shared across multiple agents, depending on the "quantity" attribute (defined in ``Agents.csv``). The two built-in options in MUSE are:
457457

458-
- `standard_demand` (default): The demand is split only amongst *new* agents (indeed there will be an error if a *retro* agent is found for this subsector). *New* agents get a share of the increase in demand for the forecast years well as the demand that occurs from decommissioned assets.
459-
- `new_and_retro`: The input demand is split amongst both *new* and *retro* agents. *New* agents get a share of the increase in demand for the forecast year, whereas *retrofit* agents are assigned a share of the demand that occurs from decommissioned assets.
458+
- `standard_demand` (default): The demand is split only amongst *new* agents (indeed there will be an error if a *retro* agent is found for this subsector). *New* agents get a share of the increase in demand over the investment period as well as the demand that occurs from decommissioned assets.
459+
- `new_and_retro`: The input demand is split amongst both *new* and *retro* agents. *New* agents get a share of the increase in demand for the investment period, whereas *retrofit* agents are assigned a share of the demand that occurs from decommissioned assets.
460460

461461
Then, each agent select the technologies it can invest in based on what is needed and the **search rules** defined for it in the ``Agents.csv`` file. The possible search rules are described in :py:mod:`muse.filters`. These determine the search rules for each replacement technology.
462462

docs/inputs/toml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,11 @@ Sectors contain a number of subsections:
454454

455455
- :py:func:`~muse.demand_share.standard_demand` (default): The input demand is
456456
split amongst *new* agents. *New* agents get a share of the increase in demand
457-
for the forecast years, as well as the demand that occurs from decommissioned
457+
over the investment period, as well as the demand that occurs from decommissioned
458458
assets.
459459
- :py:func:`~muse.demand_share.new_and_retro`: The input demand is split amongst
460460
both *new* and *retrofit* agents. *New* agents get a share of the increase in
461-
demand for the forecast year, whereas *retrofit* agents are assigned a share
461+
demand over the investment period, whereas *retrofit* agents are assigned a share
462462
of the demand that occurs from decommissioned assets.
463463

464464
*constraints*

0 commit comments

Comments
 (0)