Thinking Inside The Box – Aviation...

This image of a Morane Saulnier Rallye in the landing flare is by Jorge Santos.

Predicting landing performance can mean a deep dive into the airplane’s documentation, with no precise answers.

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



Previous articleFinal Checks

Jim Wolper is an airline transport pilot and retired mathematics professor. He’s also a CFI with single-engine, multi-engine, instrument and glider ratings.


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');