| 1 | === Changes === |
| 2 | * Detect invalid Spos |
| 3 | * TFMS SIG changes |
| 4 | * New/better/simpler convertedRoute logic |
| 5 | * Elimination of terminalMode -- separate terminal/enroute radars |
| 6 | * fix static msg overrides index error |
| 7 | '''Note Add link to release letter''' |
| 8 | |
| 9 | === Setup & Initialization === |
| 10 | GSGT uses several environment variables for its configuration, such as to control location of scenarios and adaptation files. |
| 11 | ||= '''Adaptation Path''' =|| Path to where adaptation is located || |
| 12 | |||| Default location is '''/opt/adaptation''' || |
| 13 | ||= '''GSGT Work Path''' =|| Path to where scenarios are located || |
| 14 | |||| Default location '''/usr/local/gsgt''' || |
| 15 | ||= '''WX Work Path''' =|| Path to where weather scenarios are located || |
| 16 | |||| Default location '''/opt/wx''' || |
| 17 | |
| 18 | To start the default version of GSGT, at the command line, enter |
| 19 | |
| 20 | ''':gsgt''' |
| 21 | |
| 22 | To launch a version of GSGT that is not the default, specify the full path |
| 23 | |
| 24 | ''':/usr/local/gsgt.x.x.x.x/bin/gsgt''' |
| 25 | |
| 26 | '''NOTE:''' Starting GSGT from a command line while inside the scenario directory will automatically open that scenario |
| 27 | |
| 28 | === Command Line Options === |
| 29 | |
| 30 | ||= '''Name''' =||= '''Argument''' =||= '''Description''' =|| |
| 31 | ||TBFM Mode ||--tbfm||TBFM Mode is used to create target scenarios which will be executed with DYSIM for TBFM testing. || |
| 32 | ||TBFM Weather Mode ||--wx --tbfm||Weather editor mode for injection into TBFM. In this mode, weather data will contain Geometric Height records and the grid type is set to 236|| |
| 33 | ||Weather Mode ||-w, --wx, or --wxMode||Standard weather editor mode. || |
| 34 | ||Not Full Screen ||-f, --nofullscreen||GSGT will be started in a window roughly half the size of the screen|| |
| 35 | ||Version ||-v, --version||Displays GSGT version.|| |
| 36 | ||Help ||-h, --help||Display application parameters.|| |