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

Add min/max load transformer and reducable demand as assets #969

Merged
merged 6 commits into from
Apr 28, 2024

Conversation

Bachibouzouk
Copy link
Collaborator

@Bachibouzouk Bachibouzouk commented Apr 28, 2024

Fix #Issue

Changes proposed in this pull request:

  • see changelog

The following steps were realized, as well (if applies):

  • Use in-line comments to explain your code
  • Write docstrings to your code (example docstring)
  • For new functionalities: Explain in readthedocs
  • Write test(s) for your new patch of code (pytests, assertion debug messages)
  • Update the CHANGELOG.md
  • Apply black (black . --exclude docs/)
  • Check if benchmark tests pass locally (EXECUTE_TESTS_ON=master pytest)

Please mark above checkboxes as following:

  • Open
  • Done

❌ Check not applicable to this PR

For more information on how to contribute check the CONTRIBUTING.md.

Those warnings should not be turned into errors
The variables status and status_nominal are ignored from the results,
as they are only present for non_convex investment cases
If the dictionnary containing the information about the bus contains a
key "price", its value will be applied to the variable costs of the sink
(unit of the price is currency/energy unit, default currency/kWh)
The reducable demand should be listed within sinks, and provided an
efficiency (number between 0 and 1). This efficiency correspond to the
percent of the demand which must be provided (critical demand). The
oemof-solph sinks which models the non-critical part of the demand has
very small variable_costs such that it should not influence the costs
calculations but should be fulfilled rather than dumping energy into
excess sinks.
@Bachibouzouk Bachibouzouk force-pushed the feature/min-load-transformer-reducable-demand branch from a64258b to b522401 Compare April 28, 2024 20:36
@Bachibouzouk Bachibouzouk force-pushed the feature/min-load-transformer-reducable-demand branch from b522401 to ee0566b Compare April 28, 2024 20:45
@Bachibouzouk Bachibouzouk merged commit e34f01f into dev Apr 28, 2024
0 of 2 checks passed
@Bachibouzouk Bachibouzouk deleted the feature/min-load-transformer-reducable-demand branch April 28, 2024 20:45
@Bachibouzouk Bachibouzouk mentioned this pull request May 3, 2024
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.

1 participant