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 Feb 2022? | Sustainability Math

How hot was Feb 2022?

From NOAA’s Global Climate Report – February 2022:

The February 2022 global surface temperature was the seventh highest on record at 0.81°C (1.46°F) above the 20th century average. This value was 0.17°C (0.31°F) warmer than last year’s February value (2021), but 0.45°C (0.81°F) cooler than the record-warm February set in 2016.

Interestingly,

North America was the only continent to have a below-average February temperature at -0.40°C (-0.72°F); however, it didn’t rank among the top-20 cold February.

Data for the chart copied here is at a link at the top of the page under Temperature Anomalies Time Series.

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

A pause in posting

At the moment, I don’t plan on posting here anymore. The content I used to …

Leave a Reply

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