2013: Weather factfile on an exceptional year

GENEVA – Factfile on 2013, described by the UN's World Meteorological Organisation (WMO) as a year of extreme heat and weather events:

- 2013 ranked with 2007 as the sixth warmest since modern records began in 1850. Earth's average surface temperature was 0.5 degrees Celsius (0.9 degrees Fahrenheit) above the average for 1961-1990.

- It adds to a string of above-average years for warming. Thirteen of the 14 warmest years on record have occurred in the 21st century. The hottest were 2010 and 2005.

- Global average sea levels reached a new record high. The current rise of 3.2 millimetres (0.12 inches) per year is double the 20th-century trend of 1.6 mm (0.06 inches), increasing the vulnerability of low-lying coastal regions.

- Arctic sea ice shrank to its sixth-smallest summer area, although this was a slight recovery from the unprecedented melt of 2012.

- According to US scientists, 2013 was the fourth warmest on record since 1880.

- Places that experienced record annual heat were Australia, parts of central Asia, Ethiopia, Tanzania, sections of the Arctic Ocean, the southwestern and central Pacific Ocean and the central Indian Ocean.

- Extreme events included Typhoon Haiyan, the most powerful tropical cyclone ever to make landfall and the deadliest storm to hit the Philippines; drought in Botswana, Namibia and Angola; and a heatwave that gripped southern China in July and August.

SOURCES: WMO interim report on 2013 temperatures, released February 5, 2014; WMO interim report on extreme weather and sea-level rise, released November 13, 2013; US National Oceanic and Atmospheric Administration (NOAA) Global Summary Information for 2013, retrieved February 5 2014.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });