From 705f9993b3fefaf7ce47aab8a8faa832e351ee2e Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:06:47 +0100 Subject: [PATCH] Update math component descriptions following review --- src/calliope/math/plan.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calliope/math/plan.yaml b/src/calliope/math/plan.yaml index b188a868..cc84d6fb 100644 --- a/src/calliope/math/plan.yaml +++ b/src/calliope/math/plan.yaml @@ -892,6 +892,7 @@ global_expressions: title: Equivalent annual investment costs description: >- An annuity factor has been applied to scale lifetime investment costs to annual values that can be directly compared to operation costs. + If the modeling period is not equal to one full year, this will be scaled accordingly. default: 0 unit: cost foreach: [nodes, techs, costs] @@ -915,6 +916,7 @@ global_expressions: title: Total fixed operation costs description: >- The fixed, annual operation costs of a technology, which are calculated relative to investment costs. + If the modeling period is not equal to one full year, this will be scaled accordingly. default: 0 unit: cost foreach: [nodes, techs, costs]