From bdfc98b1c088f7a9657a8e8e05532336ffef62fb Mon Sep 17 00:00:00 2001 From: martinstringer <116901130+martinstringer@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:16:41 +0000 Subject: [PATCH 1/2] Attempt to clarify price projection rules in docs --- docs/inputs/projections.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/inputs/projections.rst b/docs/inputs/projections.rst index cc63fa320..3c670b26d 100644 --- a/docs/inputs/projections.rst +++ b/docs/inputs/projections.rst @@ -14,15 +14,15 @@ The interpretation of these prices depends on the type of commodity: be provided as they are calculated endogenously by the model in all years after the base year, so long as the model is in equilibrium mode. Equilibrium mode is active as long as the ``maximum_iterations`` parameter in the settings file is greater than 1. - * For commodities that are **not produced by processes in the model**, prices should be + * For commodities that are **not produced by processes in the model**, and are not free, prices should be provided for all years as they cannot be endogenously calculated. * For **environmental** commodities, prices represent levies on production (e.g. carbon tax). In most cases, these will not be calculated endogenously, so users should provide full price trajectories. The exception is when using the carbon budget mode, where the prices of environmental commodities may be updated throughout the simulation. - Lack of a price trajectory will be interpreted as a price of 0 for all periods (i.e. no levy on production), - again with the exception of the carbon budget mode. + +Lack of a price trajectory for any commodity will be interpreted as a price of 0 for all periods (i.e. no cost to purchase, and no levy on production), again with the exception of the carbon budget mode. Price trajectories should be stored in a CSV file with the structure shown in the table below, and referenced from the TOML settings file using the ``projections`` key. From d9cac16a23a50ac4e08438026bc5a848fdf9ca31 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:20:55 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/inputs/projections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inputs/projections.rst b/docs/inputs/projections.rst index 3c670b26d..919f370dc 100644 --- a/docs/inputs/projections.rst +++ b/docs/inputs/projections.rst @@ -21,7 +21,7 @@ The interpretation of these prices depends on the type of commodity: In most cases, these will not be calculated endogenously, so users should provide full price trajectories. The exception is when using the carbon budget mode, where the prices of environmental commodities may be updated throughout the simulation. - + Lack of a price trajectory for any commodity will be interpreted as a price of 0 for all periods (i.e. no cost to purchase, and no levy on production), again with the exception of the carbon budget mode. Price trajectories should be stored in a CSV file with the structure shown in the