Given any two Airports or waypoints, this program determines the least-time airways link between them using forecast winds at the specified flight level and time of departure. This assumes there is in fact an airways link between the points in question.
To be properly effective, some restrictions must be taken into consideration:
The program looks for a route that lies in a reasonable proximity to the great circle track between the points. It will not find a route that requires a turn of more than 85 degrees.
A complete airways link must exist. It is not possible to find an MTTA in areas where there are no airways, nor any direct legs that are stored in the Direct Legs data file.
This program does not take into account the climb and descent portions of the flight.
The initial screen calls for entry of the required parameters are as shown below.
Once the last entry has been made, you will be asked to confirm that everything is OK. Entering <N> will enable you to edit any of your inputs. When all entries are satisfactory, enter <Y> and the program will complete the analysis.
When the calculation of the MTTA is under way, the command line will show the distance remaining to the Destination as the program calculates the best available route option.
Final Results
If the program is able to find one or more routes between the selected waypoints, it will display them in order of increasing enroute time. The first line of the report gives the estimated departure time, Flight Level, and Mach Number.
The first line of the best route option indicates average wind component, total enroute time, route distance, and Great Circle distance. This is followed by the route description. The final line of the report gives the intermediate Lat/Long coordinates of the Great Circle track, rounded to the nearest degree.
Note: The following descriptions represent the typical access and privileges afforded to users designated as Dispatch Managers/Supervisors. Users with dispatcher privileges will have limited access to a subset of the screens presented.