Programmatically create and place a nav menu in a theme location?

wp_nav_menu displays a navigation menu and 'theme_location' can target a menu registered with register_nav_menu.

wp_nav_menu( array(
    'theme_location' => 'global-menu'
) );