-
Notifications
You must be signed in to change notification settings - Fork 122
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 CapacityReserveMargin = 2 option that applies reserve constraint at peak load #807
Closed
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
Update develop branch with release v0.4.1 branch
Update PrecompileTools dep in Project.toml
simple_operation does not exist, so don't `export` it.
Abstract some of the extraction of values from the model to improve readability.
* Fix typo in write_co2; * Fix init in reduce and mapreduce --------- Co-authored-by: Jacob Schwartz <[email protected]>
Put all maintenance docs under `Model_Reference/Resources/Thermal/` Remove a page under `Model_Reference/Resources` which was almost the same thing; merge the differences.
Add optional fusion plant features to THERM resources. Optional features include pulse behavior, several kinds of parasitic (recirculating) power, variation of parasitic power during scheduled maintenance periods, a maximum annual power throughput limit, and a maximum annual pulse start limit.
Update Julia version requirements and recommendations
… in non-representative periods (GenXProject#781)
Co-authored-by: lbonaldo <[email protected]>
had to pull some output writing out of the block of "# Temporary! Suppress these outputs until we know that they are compatable with multi-stage modeling"
the separation gives greater clarity to what each solvers are doing as well as gets us a step closer to (perhaps) reducing the RAM impact of multistage models by only keeping as many models, inputs, and results in memory as necessary
Update myopic.jl
was only setting the objective
this is what I do as I go through the code to understand it
…d eMarketPurchasesCost with one simple test
just makes the module slow to start, have to pay the build cost anyway
This reverts commit ea956f5.
had to pull some output writing out of the block of "# Temporary! Suppress these outputs until we know that they are compatable with multi-stage modeling"
the separation gives greater clarity to what each solvers are doing as well as gets us a step closer to (perhaps) reducing the RAM impact of multistage models by only keeping as many models, inputs, and results in memory as necessary
Update myopic.jl
was only setting the objective
this is what I do as I go through the code to understand it
Nl/market
wrong repo |
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.