-
Notifications
You must be signed in to change notification settings - Fork 0
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
OLF fast restart notebook #15
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
{ | ||
"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", |
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.
run -> runs
" - 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. " |
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.
wil -> will
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
{ | ||
"cell_type": "markdown", | ||
"source": [ | ||
"Now, we can update close the switch" |
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.
update close the switch?
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: