Emergency Descents – Aviation Safety

Photo: Alan Wilson / Flickr

When you absolutely, positively have to get to a lower altitude, it’s good to have practiced the procedure and know what to expect. 

To continue reading this article or issue you must be a paid subscriber. Sign in



Previous articleClearing Your Turns
Next articleContinued VFR Into IMC

After a career as a Part 135 pilot, flight instructor and check airman, Ryan Motte recently got hired by a major airline and is now flying as a Part 121 first officer.


function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');