-
Notifications
You must be signed in to change notification settings - Fork 36
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
GridPath v0.13 #905
Merged
GridPath v0.13 #905
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Defined by fuel and horizon.
Limit fuel burn in a fuel-BA relative to fuel burn in another fuel-BA.
This is necessary to solve stages sequentially when we only have a single subproblem. Otherwise, the stages are interpreted as independent subproblems.
Bump Pyomo and supporting updates.
Performance standard policy (emissions intensity for groups of projects).
Implement a joint constraint on sync decisions for multiple projects, e.g. for simple cycle vs combined cycle mode.
The contribution can be based on the power output in the timepoint or on the project's available capacity in the timepoint. These contributions are additive to the by-timepoint and percent-of-load based requirements.
Co-authored-by: Milind R <milind.r.nath@gmail.com>
This implements support for modeling fuel production and storage facilities (e.g. hydrogen electrolysis). These facilities are treated as projects with a new capacity type (fuel_prod_spec) providing the capacity constraints for a new operational type (fuel_prod), which in turn will contribute toward the load and fuel balance constraints. Fuel production is then tracked downstream and added to the aggregated fuel burn expressions for purposes of carbon emissions, fuel limits, etc. Note that enforcing fuel burn limits is required to ensure that only fuel produced by the fuel production facilities can be used by other projects. Fuel production and storage facilities are constrained in each timepoint by their fuel production capacity, their fuel release capacity, the total fuel that can be stored. The amount of fuel in storage is tracked from timepoint to timepoint based on the production and release levels in each horizon timepoint. Candidate fuel production facilities (fuel_prod_new) are not yet implemented.
Projects that consume power and, if modeled with a negative emissions fuel and as contributing to a carbon cap zone, can produce negative emissions when consuming power.
We need to fix #582.
Closes #903.
Closes #904.
This was a bug that resulted in a FOREIGN KEY error when editing scenarios.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.