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

Support for additional emission variables #37

Open
JulStraus opened this issue Aug 20, 2024 · 0 comments
Open

Support for additional emission variables #37

JulStraus opened this issue Aug 20, 2024 · 0 comments

Comments

@JulStraus
Copy link
Member

Currently, we do not have support for the adding additional emissions except for nodal emissions. The key factor is that the upper bounds of emissions are calculated within EnergyModelsBase in the function constraints_emissions(). As a consequence, a current implemented solution is given by naming the constraint and providing additional coefficients through the function update_total_emissions in EnergyModelsGeography as outlined in Issue 9 of EnergyModelsGeography.

Although this approach is working, it is a bit unsatisfactory and may lead to issues in the future. Hence, we have to provide a comprehensive approach for inclusion of emissions.

As outlined in Issue 9 of EnergyModelsGeography, one approach for an improved solution is to see

abstract type TransmissionMode <: EMB.Link

This would move allow introducing emissions for certain types of links directly within EnergyModelsBase. However, it does not yet satisfy the full requirements for potential emission sources outside abstract types declared within EnergyModelsBase (in this case, Node and Link.

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

No branches or pull requests

1 participant