calliope-project / calliope

A multi-scale energy systems modelling framework
https://www.callio.pe
Apache License 2.0
276 stars 89 forks source link

Add `title` or `long-name` parameter to math syntax #582

Closed brynpickering closed 4 days ago

brynpickering commented 3 months ago

What can be improved?

This would add a longer name to math components that can be extracted and used in downstream visualisation. E.g.,

variables:
  flow_cap:
    title: Flow capacity
    description: >-
      A technology's flow capacity, also known as its nominal or nameplate capacity.
    default: 0
    unit: power
    foreach: [nodes, techs, carriers]
    bounds:
      min: flow_cap_min
      max: flow_cap_max

Version

v0.7.0.dev