Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. Note that all sections in this file are optional. Default values will be used if not defined. If you're using
  2. AIRPORT_OPERATIONS though, you must have corresponding RUNWAY_OPERATIONS sections. Any text outside of the START
  3. and END key words for each section are taken as comments.
  4.  
  5. These are the aircraft codes used for the aircraft types in the below sections:
  6. 0 - Fighter (<100,000 lbs AND thrust:weight ratio > 0.5 - eg. F-35, SU-27, must have an afterburner)
  7. 1 - Super Heavy Jet (> 1,000,000 lbs - A-380, AN-225)
  8. 2 - Heavy Jet (> 255,000 lbs - eg. A-340, A-330, 747, 787, 777, 767)
  9. 3 - Large Jet (> 41,000 lbs - eg. A-318 - A-321, 757, 737)
  10. 4 - Large Prop (> 41,000 lbs - eg. C-130, A-400)
  11. 5 - Medium Jet (> 19,000 lbs - eg. CRJs, ERJs or large business jets like Gulfstream and Global Express)
  12. 6 - Medium Prop (> 19,000 lbs - eg. Dash-8s, ATRs)
  13. 7 - Light Jet (< 19,000 lbs - eg. small business jets, jet trainers)
  14. 8 - Light Prop (< 19,000 lbs - eg. Cessnas, Pipers, Lancairs, King Airs, Metroliners)
  15. 9 - Helicopter
  16.  
  17.  
  18. FLIGHTS PER DAY
  19. =============================================================================================================
  20. This section is only appicable if you are auto-generating flights or augmenting the fixed flight plans with
  21. autogen traffic (mostly GA and military). Flights per day is for the sum of arrivals and departures for the
  22. various airlines and military operators using the airport. Use the operator NONE to specify general aviation
  23. traffic.
  24.  
  25. Where no fixed flights are defined, these values are used by the AutoGen for the following purposes:
  26. - To determine the number of flights to generate when using OpenFlight data which exists
  27. for standard non-charter airline flights.
  28. - To generate random traffic where no OpenFlight data exists. ie GA or military traffic
  29. - If the Augment option is checked in the Flight Setup window, this data is used to add
  30. in missing traffic, like add GA traffic or the odd military flight to a civil airport
  31.  
  32. Use a site like flightaware.com to determine these numbers. This site lists GA flights as well as airliner
  33. flights so is a good reference. Note that it doesn`t have out and back training flights so you`ll have
  34. to determine those numbers by some other means.
  35.  
  36. Note, that when GA and military flights are are auto-generated for an airport, the number of these flights
  37. is determined based on the number of ground routes available. If there are no ground routes available for
  38. GA aircraft, no GA flight plans will be generated.
  39.  
  40.  
  41. ICAO Flights Per Day for Aircraft Types
  42. Operator 0 1 2 3 4 5 6 7 8 9 Pct One-Way Comments
  43. ---------------------------------------------------------------------------------------------------------------
  44. START_FLTS_PER_DAY
  45. ACA 0 0 0 6 0 2 12 0 0 0 100
  46. WJA 0 0 0 8 0 0 16 0 0 0 100
  47. SWG 0 0 0 6 0 0 0 0 0 0 100
  48. UAL 0 0 0 2 0 0 0 0 0 0 100
  49. DAL 0 0 0 2 0 0 0 0 0 0 100
  50. CFC .1 0 .1 0 .1 .1 0 0 0 0 100 Occasional military stops for refueling
  51. NONE 0 0 0 0 0 0 0 2 999 99 66 about 33% training flights out and back
  52. END_FLTS_PER_DAY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement