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' ); What is a gigatonne of ice? | Sustainability Math

What is a gigatonne of ice?

The picture here is a snapshot from an animation by NASA in the article Visualizing the Quantities of Climate Change – Ice Sheet Loss in Greenland and Antarctica by Matt Conlen (3/9/2020) that shows a gigatonne of ice. A gigatonne isn’t much since

Satellite data show that Greenland and Antarctica are losing mass at a rate of 283 gigatonnes per year and 145 gigatonnes per year, respectively.

There are three animations one for 1 gigatonne, 5,000 gigatonnes (about the amount lost from the polar ice caps from 2002-2017), and 49,000 gigatones (estimate of the amount lost in the 20th century). Each animation also has an associated math box for the related calculation.

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 …