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

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

2005
Athanasios Koutavas Jean Lynch-Stieglitz

The Intertropical Convergence Zone (ITCZ) is manifested as a circum-global atmospheric belt of intense, moist convection and rainfall, marking the confluence of the northern and southern trades and the rising branch of the Hadley cell. It regulates the hydrologic cycle over the tropical continents and interacts tightly with the tropical oceans, notably with the seasonal appearance of the equato...

Journal: :Journal of human evolution 2012
Margaret Whiting Blome Andrew S Cohen Christian A Tryon Alison S Brooks Joellen Russell

We synthesize African paleoclimate from 150 to 30 ka (thousand years ago) using 85 diverse datasets at a regional scale, testing for coherence with North Atlantic glacial/interglacial phases and northern and southern hemisphere insolation cycles. Two major determinants of circum-African climate variability over this time period are supported by principal components analysis: North Atlantic sea ...

2000
Douglas G. Martinson Richard A. Iannuzzi

We examine the spatiotemporal variability of the upper ocean-sea ice system of the Atlantic sector of the Southern Ocean subpolar seas (Weddell gyre), and the nature of its covariability with extrapolar climate, identifying teleconnections and their mechanisms. To systematically evaluate the sporadic and sparse distribution of subpolar data we employed an optimal analysis involving Empirical Or...

Journal: :Water 2022

A total of 205 COI sequences and 310 cyt b the threespine stickleback (Gasterosteus aculeatus) from basins all seas throughout vast range this species were analyzed. Median networks haplotypes constructed in study, combined with results reconstruction paleogeographic conditions, led to conclusion that emerged as a Pacific Ocean basin spread Europe south, populating system water bodies existed O...

Journal: :Atmosphere 2021

Lisbon is a European Mediterranean city, greatly exposed to heatwaves (HW), according recent trends and climate change prospects. Considering the Atlantic influence, air temperature observations from Lisbon’s mesoscale network are used investigate interactions between background weather urban thermal signal (UTS) in summer. Days classified prevailing regional wind direction, hourly UTS compared...

2005
RONG ZHANG GEOFFREY K. VALLIS

The mechanisms affecting the path of the depth-integrated North Atlantic western boundary current and the formation of the northern recirculation gyre are investigated using a hierarchy of models, namely, a robust diagnostic model, a prognostic model using a global 1° ocean general circulation model coupled to a two-dimensional atmospheric energy balance model with a hydrological cycle, a simpl...

Journal: :Science 2007
Syee Weldeab David W Lea Ralph R Schneider Nils Andersen

A detailed reconstruction of West African monsoon hydrology over the past 155,000 years suggests a close linkage to northern high-latitude climate oscillations. Ba/Ca ratio and oxygen isotope composition of planktonic foraminifera in a marine sediment core from the Gulf of Guinea, in the eastern equatorial Atlantic (EEA), reveal centennial-scale variations of riverine freshwater input that are ...

2008
Robert D. Ward Filipe O. Costa Bronwyn H. Holmes Dirk Steinke

Fifteen fish species, totalling 149 specimens, were cytochrome c oxidase I sequenced— barcoded—from Northern (Atlantic and Mediterranean) and Southern (Australasian) Hemisphere waters. Thirteen species showed no significant evidence of spatial genetic differentiation for this gene, although small sample sizes reduced statistical power. For marine fish, barcodes collected in one part of a specie...

Journal: :Journal of Physical Oceanography 2002

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

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

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"; } -->