نتایج جستجو برای: north of northern atlantic

تعداد نتایج: 21196397  

Journal: :Science 1999
Black Peterson Overpeck Kaplan Evans Kashgarian

Climate in the tropical North Atlantic is controlled largely by variations in the strength of the trade winds, the position of the Intertropical Convergence Zone, and sea surface temperatures. A high-resolution study of Caribbean sediments provides a subdecadally resolved record of tropical upwelling and trade wind variability spanning the past 825 years. These results confirm the importance of...

2001
ODILE PEYRON ANNE DE VERNAL

The artificial neural network (ANN) method was applied to dinoflagellate cyst (dinocyst) assemblages to estimate palaeoceanographical conditions. The ANN method was adapted to three distinct data bases covering the northern North Atlantic (N = 371), plus the Arctic seas (N = 540) and the Bering Sea (N = 646). The relative abundance of 23 dinocyst taxa was calibrated against hydrographic variabl...

2017
LEI WANG JIN-YI YU

The tropospheric biennial oscillation (TBO) is conventionally considered to involve transitions between the Indian and Australian summer monsoons and the interactions between these two monsoons and the underlying Indo-Pacific Oceans. Here it is shown that, since the early 1990s, the TBO has evolved to mainly involve the transitions between the western North Pacific (WNP) and Australian monsoons...

2012
Vítor C. Almada Frederico Almada Sara M. Francisco Rita Castilho Joana I. Robalo

The longspined bullhead (Taurulus bubalis, Euphrasen 1786) belongs to the family Cottidae and is a rocky shore species that inhabits the intertidal zones of the Eastern Atlantic since Iceland, southward to Portugal and also the North Sea and Baltic, northward to the Gulf of Finland, with some occurrences in the northern Mediterranean coasts eastward to the Gulf of Genoa. We analysed the phyloge...

Journal: :Science 2001
D W Thompson J M Wallace

The Northern Hemisphere annular mode (NAM) (also known as the North Atlantic Oscillation) is shown to exert a strong influence on wintertime climate, not only over the Euro-Atlantic half of the hemisphere as documented in previous studies, but over the Pacific half as well. It affects not only the mean conditions, but also the day-to-day variability, modulating the intensity of mid-latitude sto...

2016
Michael E. Mann Byron A. Steinman Sonya K. Miller Leela M. Frankcombe Matthew H. England Anson H. Cheung

The temporary slowdown in large-scale surface warming during the early 2000s has been attributed to both external and internal sources of climate variability. Using semiempirical estimates of the internal low-frequency variability component in Northern Hemisphere, Atlantic, and Pacific surface temperatures in concert with statistical hindcast experiments, we investigate whether the slowdown and...

2014
Amy H Butler Lorenzo M Polvani

The El Niño–Southern Oscillation (ENSO) is a major driver of Northern Hemisphere wintertime variability and, generally, the key ingredient used in seasonal forecasts of wintertime surface climate. Modeling studies have recently suggested that ENSO teleconnections might involve both a tropospheric pathway and a stratospheric one. Here, using reanalysis data, we carefully distinguish between the ...

2016
Alan Hogg John Southon Chris Turney Jonathan Palmer Christopher Bronk Ramsey Pavla Fenwick Gretel Boswijk Michael Friedrich Gerhard Helle Konrad Hughen Richard Jones Bernd Kromer Alexandra Noronha Linda Reynard Richard Staff Lukas Wacker

The Greenland Stadial 1 (GS-1; ~12.9 to 11.65 kyr cal BP) was a period of North Atlantic cooling, thought to have been initiated by North America fresh water runoff that caused a sustained reduction of North Atlantic Meridional Overturning Circulation (AMOC), resulting in an antiphase temperature response between the hemispheres (the 'bipolar seesaw'). Here we exploit sub-fossil New Zealand kau...

2007
William M. Smethie

Chlorofluorocarbon (CFC) and hydrographic data collected in the North Atlantic in the late 1980s and early 1990s are used to confirm and add to earlier work on the large-scale circulation pathways and timescales for the spreading of North Atlantic Deep Water (NADW) components and how these components relate to the hydrographic structure. Throughout he western North Atlantic, high CFC concentrat...

2015
Francesco Muschitiello Francesco S R Pausata Jenny E Watson Rienk H Smittenberg Abubakr A M Salih Stephen J Brooks Nicola J Whitehouse Artemis Karlatou-Charalampopoulou Barbara Wohlfarth

Sources and timing of freshwater forcing relative to hydroclimate shifts recorded in Greenland ice cores at the onset of Younger Dryas, ∼12,800 years ago, remain speculative. Here we show that progressive Fennoscandian Ice Sheet (FIS) melting 13,100-12,880 years ago generates a hydroclimate dipole with drier-colder conditions in Northern Europe and wetter-warmer conditions in Greenland. FIS mel...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->