﻿RuleName=DepartDiverge Exemption
Enabled=True
RepeatInverted=True
'Departures are 1 mile apart and diverging

If Aircraft1(ARRIVALDEPARTUREAIRPORT) = Value(130) Then Continue Else ExitRule

If Aircraft2(ARRIVALDEPARTUREAIRPORT) = Value(130) Then Continue Else ExitRule

If Aircraft2(BEARINGRELATIVE[AIRCRAFT1]) = Value(090, 270) Then Continue Else ExitRule

If Aircraft1(CATEGORY) <> Value(H) Then Continue Else ExitRule

If Aircraft1(CATEGORY) <> Value(B757) Then Continue Else ExitRule

If Aircraft2(LOCATION) IsIn Polygons(ATL.POLY) Then Exclude(Tower provided separation) Else Continue

If Pair(HEADINGSINTERSECT) <> Value(TRUE) Then Continue Else ExitRule

If Pair(LATERALSEPARATION) >= Value(1) Then Continue Else ExitRule

If Aircraft2(ALTITUDE) <= Value(80) Then Continue Else ExitRule

If Aircraft2(HEADINGRELATIVE[AIRCRAFT1]) = Value(015,135) Then Exclude(Divergence) Else Continue

If Aircraft2(HEADINGRELATIVE[AIRCRAFT1]) = Value(225,345) Then Exclude(Divergence) Else ExitRule

