Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. runs_list=[]
  2. runs_list[0]=0 #the o Run is not taken
  3. runs_list[1]={"startStep" = 3780,
  4. "endStep" = 3840,
  5. "windStatus" = "UPWIND",
  6. "force" = 7.5, #in T
  7. "speed" = 20, #km/h
  8. 'notes' = "no notes"}
  9. runs_list[2]={"startStep" = 2040,
  10. "endStep" = 2460,
  11. "windStatus" = "DOWNWIND",
  12. "force" = 22, #in T
  13. "speed" = 20, #km/h
  14. 'notes' = "no notes"}
  15. runs_list[3]={"startStep" = 2760,
  16. "endStep" = 2880,
  17. "windStatus" = "DOWNWIND",
  18. "force" = 15, #in T
  19. "speed" = 5, #km/h
  20. 'notes' = "no notes"}
  21. runs_list[4]={"startStep" = 3330,
  22. "endStep" = 3540,
  23. "windStatus" = "DOWNWIND",
  24. "force" = 30, #in T
  25. "speed" = 50, #km/h
  26. 'notes' = "no notes"}
  27. runs_list[5]={"startStep" = 4080,
  28. "endStep" = 4200,
  29. "windStatus" = "UPWIND",
  30. "force" = 7.5, #in T
  31. "speed" = 20, #km/h
  32. 'notes' = "no notes"}
  33.  
  34. runs_list[6] = {"startStep" = 4400,
  35. "endStep" = 4800,
  36. "windStatus" = "UPWIND",
  37. "force" = 15,
  38. "speed" = 50,
  39. 'notes' = "Smoke, smoke, smoke !!!"}
  40.  
  41. runs_list[7]={"startStep" = 5100,
  42. "endStep" = 5220,
  43. "windStatus" = "UDOWNWIND",
  44. "force" = 30, #in T
  45. "speed" = 20, #km/h
  46. 'notes' = "no notes"}
  47.  
  48. runs_list[8]={"startStep" = 5120,
  49. "endStep" = 5620,
  50. "windStatus" = "UPWIND",
  51. "force" = 30, #in T
  52. "speed" = 10, #km/h
  53. 'notes' = "no notes"}
  54.  
  55. runs_list[9]={"startStep" = 8460,
  56. "endStep" = 8580,
  57. "windStatus" = "UPWIND",
  58. "force" = 30, #in T
  59. "speed" = 10, #km/h
  60. 'notes' = "taxiway tarmac"}
  61.  
  62. runs_list[10]={"startStep" = 9000,
  63. "endStep" = 9120,
  64. "windStatus" = "DOWNWIND",
  65. "force" = 40, #in T
  66. "speed" = 10, #km/h
  67. 'notes' = "no notes"}
  68.  
  69. runs_list[11]={"startStep" = 9360,
  70. "endStep" = 9480,
  71. "windStatus" = "UPWIND",
  72. "force" = 40, #in T
  73. "speed" = 10, #km/h
  74. 'notes' = "angles"}
  75.  
  76. runs_list[12]={"startStep" = 9960,
  77. "endStep" = 10080,
  78. "windStatus" = "DOWNWIND",
  79. "force" = 40, #in T
  80. "speed" = 10, #km/h
  81. 'notes' = "angles"}
  82.  
  83. runs_list[13]={"startStep" = 10500,
  84. "endStep" = 10560,
  85. "windStatus" = "UPWIND",
  86. "force" = 40, #in T
  87. "speed" = 20, #km/h
  88. 'notes' = "smoke (medium)"}
  89.  
  90.  
  91. runs_list[14]={"startStep" = 11040,
  92. "endStep" = 11100,
  93. "windStatus" = "DOWNWIND",
  94. "force" = 40, #in T
  95. "speed" = 20, #km/h
  96. 'notes' = "smoke (low)"}
  97.  
  98. runs_list[15]={"startStep" = 11520,
  99. "endStep" = 11580,
  100. "windStatus" = "UPWIND",
  101. "force" = 40, #in T
  102. "speed" = 20, #km/h
  103. 'notes' = "tyre bouncing"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement