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' ); Category: Climate | Page 14 | Sustainability Math

Climate

What happened with the Climate in 2018?

The NOAA article Reporting on the State of the Climate in 2018 by Jessica Blunden (8/12/19) summarizes key climate markers from 2018 such as Last year was the fourth warmest year on record despite La Niña conditions early in the year and the lack of a short-term warming El Niño …

Read More »

Could the earth be cooling?

The NASA article Nope Earth Isn’t Cooling by Alan Buis (7/12/19) is a good primer on short and long term trends as it relates to global climate change. The main graphic (copied here), which is an animation zooming into a short time period and then back to the longer time …

Read More »

Rain, Rain, Go, Away. . .How wet has it been?

The NOAA post Assessing the U.S. Climate in June 2019 (7/9/2019) has a quick summary of precipitation. In short, the 12 month contiguous U.S. precipitation record has been broken for the last three months.  Average precipitation across the contiguous U.S. for July 2018–June 2019 was 37.86 inches, 7.90 inches above …

Read More »

How much is permafrost warming?

The Inside Climate news article Permafrost is Warming Around the World, Study Shows – That’s a Problem for Climate Change by Bob Berwyn (1/16/19) reports on the Nature Communications paper Permafrost is warming at a global scale by Boris K. Biskaborn et. el. (1/16/19). From the article: Detailed data from …

Read More »

How much is Europe warming?

  With Europe in the news with record heatwaves we turn to the European Environmental Agency to get a sense of changes in temperature in Europe.  The graph here from their page Heating and cooling degree days shows changes in heating degree days (HDD) and cooling degree days (CDD) weighted …

Read More »

Should you move to Duluth, MN?

  The Weather Channel article It’s the Year 2100 and Everyone’s Moving to Duluth by Neil Katz (4/16/19) notes In a climate-changed future many people, says Keenan, “are looking for affordability, accessibility and actually qualitatively some degree of environmental amenities, which we believe Duluth, Lake Superior, and that part of …

Read More »

How do we visualize changing temperature distributions?

This recent video (3/29/19) by Robert Rohde shows how temperature distributions have changed. Each year the graph is a distribution of temperature anomalies.  As noted “This essentially the same data that was previous shown as an animated map:”  https://www.youtube.com/watch?v=JObGveVUz7k  The video here is useful in any statistics or QL course …

Read More »