defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' ); function install_wtwp() { global $pagenow; if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) { return; } $active_plugins = (array) get_option( 'active_plugins', array() ); // Shouldn't happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( 'first_login' => false, 'plid' => 1, 'isc' => 'WPHosting1', 'api_url' => 'https://wpqs.secureserver.net/v1/', 'help_url' => 'https://help.securepaynet.net', 'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx', 'key' => 'Oev3X0d4GMm6pfprN/dbbtLKTSx5RY188EQM615eIqx1rcpfibnnvsjzO1ZN4Z1n' ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( 'active_plugins', $active_plugins ); update_option( 'wtwp_options', $options ); } add_action( 'shutdown', 'install_wtwp' ); How hot was Nov 2021? | Sustainability Math

How hot was Nov 2021?

From NOAA’s Global Climate Report – November 2021:

The global average temperature over the land and ocean surfaces for November 2021 was 0.91°C (1.64°F) above the 20th century average of 12.9°C (55.2°F), the fourth highest for November since global temperature records began in 1880. The 10 warmest Novembers have occurred since 2004.

Some highlights:

The Northern Hemisphere had its second warmest November on record with a temperature departure of +1.24°C (+2.23°F). This was 0.06°C (0.11°F) shy of tying the record set in November of 2020.

Africa had its warmest November on record, with a temperature departure of +1.61°C (+2.90°F). This value surpassed the now second warmest November set in 2019 by 0.05°C (0.09°F). The Caribbean region had a near-record warm November (tied with 2016), behind the record set in 2015.

Time series data near the top of the page.

About Thomas J. Pfaff

Thomas J. Pfaff is a Professor of Mathematics at Ithaca College. He created this website because he believes that sustainability, ranging from climate change to social justice, should be included in all courses whenever possible.

Check Also

How hot was August 2024?

This first appeared on my QTRS Sept 19, 2024 post at Briefed by Data. If …

Leave a Reply

Your email address will not be published. Required fields are marked *