-
Notifications
You must be signed in to change notification settings - Fork 25
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
Remove hydro hotstart [ANT-1815] #2131
Merged
Merged
Changes from 8 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
155a655
remove part hydro hot start
payetvin b140be4
remove check hot start
payetvin fc38445
remove conversion functions
payetvin 0682f08
remove enum
payetvin f4cd956
remove allsetsamesize
payetvin 2f278d7
update doc
payetvin aa25c52
Remove hydro hot start : remove useless lines in advanced parameters
guilpier-code 7e499de
Remove hydro hot start : some cleaning
guilpier-code 2237384
Remove hydro hot start : removing useless things
guilpier-code 1ceefcb
Add a warning if hot start is specified
payetvin 0ce9b9a
Revert doc partially
payetvin 8e9dc0e
Add deprecated instead of removing doc
payetvin 1fd8b6b
Better error handling
payetvin 331b491
better error message
payetvin 6fa1b0d
Bump SimTest -> 9.2.0a
flomnes f0fd570
Merge branch 'develop' into fix/hotstart
payetvin 7ff4e2f
merge develop, conflicts in solver.hxx
payetvin 7c51c6c
Merge branch 'fix/hotstart' of https://github.com/AntaresSimulatorTea…
payetvin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,10 +167,9 @@ class PartHydro | |
// As this function can be called a lot of times, we pass working variables and returned variables | ||
// as arguments, so that we don't have to create them locally (as in a classical function) each | ||
// time. | ||
void getWaterValue(const double& level, | ||
double getWaterValue(const double& level, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Took advantage of the hydro hot start removal to make some quick and small cleanings. |
||
const Matrix<double>& waterValues, | ||
const uint day, | ||
double& waterValueToReturn); | ||
const uint day); | ||
|
||
// Interpolates a rate from the credit modulation table according to a level | ||
double getWeeklyModulation(const double& level /* format : in % of reservoir capacity */, | ||
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we have to write somewhere that this option is deprecated