Skip to content

Commit 9365f33

Browse files
committed
Add missing SPORES objective description
1 parent 9818b70 commit 9365f33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/calliope/math/spores.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ global_expressions:
1919

2020
objectives:
2121
min_spores:
22+
description: >-
23+
SPORES score minimisation objective, activated for all iterations after the baseline optimisation.
24+
The SPORES scores are applied to flow capacity for each technology at each node.
2225
equations:
2326
- expression: sum(flow_cap * spores_score, over=[nodes, techs, carriers]) + $unmet_demand
2427
sub_expressions:

0 commit comments

Comments
 (0)