Jann Launer
Jann Launer
This draft PR contains additions to the pipeline that have originally been developed in the sister workflow [sector-coupled-euro-calliope](https://github.com/calliope-project/sector-coupled-euro-calliope). Let's use this draft PR to keep track of what has been...
This PR comprises all changes I had to do to rerun the workflow in summer 2023. When this is approved I can also update a new pre-built version on zenodo,...
### What can be improved? Here I summarize some feedback using group constraints in calliope 0.7 with custom math and tabular data, after working with it in a use case...
### What happened? Just as `variables` do, `global_expressions` should state their unit. Among others, this makes life easier when post-processing results. It seems like unit is required for both `variables`...
Fixes the following issue: I am not allowed to set a constraint on `flow_out` of transmission links. I will get this error: ``` calliope.exceptions.ModelError: (data_sources, boundary_link_flow_out) | Cannot define transmission...
### What happened? I am using custom math to define group constraints on groups of links. I am using the helper function `default_if_empty` as an indicator functions. When scaling up...
### What can be improved? I would like to be able to use `active` from within data tables. There might be reasons for that to be forbidden because of implementation...