OLF fast restart notebook - #15
Open
geofjamg wants to merge 5 commits into
Open
Conversation
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@gmail.com>
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com>
annetill
reviewed
Jun 12, 2024
| { | ||
| "cell_type": "markdown", | ||
| "source": [ | ||
| "Configure load flow parameters to fast restart mode. In this mode, many load flow context data are saved between two run to allow faster restart.\n", |
annetill
reviewed
Jun 12, 2024
| " - target voltage and tap position of transformers (2 and 3 windings).\n", | ||
| " - secondary voltage control pilot point target voltage and control units participation.\n", | ||
| "\n", | ||
| "All others modifications wil result by a full cache cleaning and so on normal execution performances. " |
annetill
reviewed
Jun 12, 2024
| { | ||
| "cell_type": "markdown", | ||
| "source": [ | ||
| "Now, we can update close the switch" |
This file contains hidden or 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
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.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Feature
What is the new behavior (if this is a feature change)?
A notebook to show how to use OLF fast restart mode is added.
Does this PR introduce a breaking change or deprecate an API?
Other information: