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

ENH: auto-generate a Reference Energy System (RES) diagram #102

Open
1 of 3 tasks
abhishek0208 opened this issue May 10, 2024 · 0 comments
Open
1 of 3 tasks

ENH: auto-generate a Reference Energy System (RES) diagram #102

abhishek0208 opened this issue May 10, 2024 · 0 comments

Comments

@abhishek0208
Copy link
Contributor

abhishek0208 commented May 10, 2024

Feature Type

  • Adding new functionality to tz-osemosys

  • Changing existing functionality in tz-osemosys

  • Removing existing functionality in tz-osemosys

Problem Description

The first step when building a model is to create a reference energy system (RES). This is what the desired representation of a system's configuration in the model; which are the input and output commodities of different assets, what the is the level of spatial aggregation, what is the system boundary etc.

An example of a RES is below:
transmission

Feature Description

It would be useful if tz-osemosys could auto-generate such a RES based on inputs to the model. This would be based on the input_activity_ratio and output_activity_ratio values.

I see it being used as follows:

model = Model.from_yaml('/path/to/yaml')
model.generate_res('/path/to/res')

... writes a static RES file. If the RES looks ok

model.solve()
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