Research Article

A Novel Rerouting Planning Model for the Terminal Arrival Routes under the Influence of Convective Weather

Pseudocode 1

Begin
(1) Evaluation: initial data
(2)
(3)
(4)
(5) while    do
(6) Planned departure time
(7) Planned arrival time
(8) separated time
(9) procedure start node
(10) procedure end node
(11) Create: initial leg sets
(12) start node set
(13) ends node set
(14) Create: initial node sets
(15) start node
(16) end node
(17) flight time range
(18) travle time
(19) planned arrival node
(20) initial solution
(21) while    do
(22) if    then
(23)
(24) calculate
(25) while    and    do
(26)
(27)
(28) if    and    then
(29) workload, probility
(30) , cost, , distance
(31)
(32) calculate ,
(33) ,
(34) and
(35) end-if
(36) end while
(37) end-if
(38) end while
(39) end while
End