calliope-project / calliope

A multi-scale energy systems modelling framework

Home Page:https://www.callio.pe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

brynpickering opened this issue · comments

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