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

Docs: Drop redundant region variable from various equations #383

Open
alexdewar opened this issue Feb 10, 2025 · 0 comments
Open

Docs: Drop redundant region variable from various equations #383

alexdewar opened this issue Feb 10, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@alexdewar
Copy link
Collaborator

alexdewar commented Feb 10, 2025

In a number of places in dispatch_optimisation.md we sum over regions, like so:

$$ min. \sum_{r}{\sum_{a}{\sum_{c}{\sum_{ts}}}} cost_{r,a,c,ts} * q_{r,a,c,ts} $$

In many cases though, the region variable is probably not relevant. In fact, in the code we don't currently group assets by region at all, as region doesn't play a role. This will change at some point (e.g. I think we will want commodity flows to be balanced within regions), but in any case I think there are a bunch of places where we can drop the rs and make things simpler and clearer.

See also #382.

@github-project-automation github-project-automation bot moved this to 📋 Backlog in MUSE Feb 10, 2025
@alexdewar alexdewar moved this from 📋 Backlog to 🔖 Ready in MUSE Feb 10, 2025
@alexdewar alexdewar added the documentation Improvements or additions to documentation label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant