Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brynpickering opened this issue Apr 5, 2024 · 0 comments
Open

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

brynpickering opened this issue Apr 5, 2024 · 0 comments
Assignees
Milestone

Comments

@brynpickering
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant