Updated Shell commands (markdown) authored by Dr. Carina da Silva's avatar Dr. Carina da Silva
...@@ -11,11 +11,11 @@ The following commands can are provided by the shell application in the _Main.ja ...@@ -11,11 +11,11 @@ The following commands can are provided by the shell application in the _Main.ja
- The command is only available after a model has been read in. - The command is only available after a model has been read in.
4. Plot the fluid level of all continuous places by simulating the HPnG model: **plot** 4. Plot the fluid level of all continuous places by simulating the HPnG model: **plot**
- Mandatory option: **--t** _maxtime_: Double value containing the maximum time of simulation. - Mandatory option: **--t** _maxtime_: Decimal with the maximum time of simulation.
- The command is only available after a model has been read in. - The command is only available after a model has been read in.
. Change the path of the application log file (note: this is not the shell log): **change logfile** 5. Change the path of the application log file: **change logfile**
- mandatory option **--n**: String containing the new file path for the log file. - mandatory option **--n** _path_: String containing the new file path for the log file.
... ...
......