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

Adding multiple storage types support in adjust_capacity #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Rayerdyne
Copy link

@Rayerdyne Rayerdyne commented May 15, 2023

This PR adds an new, optional parameter to the adjust_capacity function in preprocessing/utils.py, sto_fp_time_range (storage full power time range).

If it is present, and if the tech_fuel pair matches a storage technology type, it is treated as a (low, high) tuple, and only considers the storage units whose ratio storage capacity / maximum power output is in that range.

In addition, it introduces a utility function ranges_from_tresholds that outputs a list of ranges formatted as a list of tuples, from a list of thresholds.

This will be useful in the context of my master thesis, where I use the adjust_capacity function to build a large number of simulations on different settings.

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

Successfully merging this pull request may close these issues.

None yet

1 participant