Skip to content

Commit a154f8f

Browse files
committed
Update docs
1 parent bef5cc0 commit a154f8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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
@@ -459,11 +459,11 @@ Sectors contain a number of subsections:
459459

460460
- :py:func:`~muse.demand_share.standard_demand` (default): The input demand is
461461
split amongst *new* agents. *New* agents get a share of the increase in demand
462-
for the forecast years, as well as the demand that occurs from decommissioned
462+
over the investment period, as well as the demand that occurs from decommissioned
463463
assets.
464464
- :py:func:`~muse.demand_share.new_and_retro`: The input demand is split amongst
465465
both *new* and *retrofit* agents. *New* agents get a share of the increase in
466-
demand for the forecast year, whereas *retrofit* agents are assigned a share
466+
demand over the investment period, whereas *retrofit* agents are assigned a share
467467
of the demand that occurs from decommissioned assets.
468468

469469
*constraints*

0 commit comments

Comments
 (0)