Skip to content

Commit

Permalink
#761 add missing nsa option in help message of envDFL.sh
Browse files Browse the repository at this point in the history
closes #761

Signed-off-by: Florentine Rosiere <[email protected]>
  • Loading branch information
rosiereflo authored and gaouizer committed Nov 14, 2024
1 parent 6ee507e commit 98c00be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ \subsubsection{Simple configuration}
\rowcolor{gray!10}
& & \small{Active power compensation type:} & \\
\rowcolor{gray!10}
\multirow{-2}{*}{\small{ActivePowerCompensation}} & \multirow{-2}{*}{\small{enum}}& \small{P, TARGET\_P or PMAX} & \multirow{-2}{*}{\small{PMAX}} \\
\multirow{-2}{*}{\small{ActivePowerCompensation}} & \multirow{-2}{*}{\small{enum}}& \small{P, targetP or PMax} & \multirow{-2}{*}{\small{PMax}} \\
\rowcolor{white}
\small{StartTime} & \small{integer} & \small{Simulation start time (in s)} & \small{0} \\
\rowcolor{gray!10}
Expand Down
8 changes: 8 additions & 0 deletions scripts/envDFL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ where [option] can be:
- contingencies: filepath (JSON file)
- nbprocs: number of MPI processes to use for SA (default 1)
launch-nsa [network] [config] [contingencies] --nbThreads [nbprocs]
launch DynaFlow Launcher to run a steadystate calculcation followed by a security Analysis:
- network: filepath (only IIDM is supported)
- config: filepath (JSON configuration file)
- contingencies: filepath (JSON file)
- nbprocs: number of MPI processes to use for SA (default 1)
launch-gdb [network] [config] launch DynaFlow Launcher with debugger:
- network: filepath (only IIDM is supported)
- config: filepath (JSON configuration file)
Expand Down

0 comments on commit 98c00be

Please sign in to comment.