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

Fix min capacity myopic #728

Merged
merged 5 commits into from Aug 22, 2023
Merged

Fix min capacity myopic #728

merged 5 commits into from Aug 22, 2023

Conversation

martavp
Copy link
Member

@martavp martavp commented Aug 22, 2023

Closes #727

Changes proposed in this Pull Request

Fix the minimum capacity set for renewable generators when running the myopic configuration.

I commented out the current code that imposes p_nom_min over p_nom_max.
I think we don't need it anymore, but I'm not sure if I'm missing anything

Checklist

  • I tested my contribution locally and it seems to work fine.
  • Code and workflow changes are sufficiently documented.
  • Changed dependencies are added to envs/environment.yaml.
  • Changes in configuration options are added in all of config.default.yaml.
  • Changes in configuration options are also documented in doc/configtables/*.csv.
  • A release note doc/release_notes.rst is added.

@martavp martavp requested a review from fneum August 22, 2023 07:13
scripts/solve_network.py Outdated Show resolved Hide resolved
@fneum fneum merged commit 635877b into master Aug 22, 2023
5 checks passed
@fneum fneum deleted the fix-min-capacity-myopic branch August 22, 2023 12:26
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.

fix p_nom_min for renewable generators in myopic configuration
3 participants