نتایج جستجو برای: euphotic depth

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

2017
Jack H Laverick Dominic A Andradi-Brown Alex D Rogers

Shallow water zooxanthellate coral reefs grade into ecologically distinct mesophotic coral ecosystems (MCEs) deeper in the euphotic zone. MCEs are widely considered to start at an absolute depth limit of 30m deep, possibly failing to recognise that these are distinct ecological communities that may shift shallower or deeper depending on local environmental conditions. This study aimed to explor...

Journal: :Remote Sensing 2023

Diffuse attenuation coefficient of photosynthetically available radiation (PAR), KPAR, is a key product ocean color remote sensing. Current algorithms generally detect only the average KPAR within one optical depth, KPARRS. Due to marked vertical variations knowledge KPARRS insufficient accurately evaluate submarine light field. By using field in situ observations, two-step approach, based on d...

2014
Tracy A. Villareal Cynthia H. Pilskaln Joseph P. Montoya Mark Dennett

In oceanic subtropical gyres, primary producers are numerically dominated by small (1-5 µm diameter) pro- and eukaryotic cells that primarily utilize recycled nutrients produced by rapid grazing turnover in a highly efficient microbial loop. Continuous losses of nitrogen (N) to depth by sinking, either as single cells, aggregates or fecal pellets, are balanced by both nitrate inputs at the base...

Journal: :Journal of Marine Science and Engineering 2022

Mesoscale eddies play an important role in regulating biogeochemical cycles. However, the response of variables to cold and warm has not been well elucidated, mainly due most previous studies relying on remote sensing techniques lacking situ observations below surface water. Here, we used hydrographic biochemical data from one survey northwestern Pacific document vertical structure two eddies. ...

Journal: :Journal of Great Lakes Research 2021

The Cooperative Institute for Great Lakes Research (CIGLR) in collaboration with the Observing System and National Oceanic Atmospheric Administration, Environmental Laboratory (NOAA GLERL) deployed an autonomous underwater glider southern Lake Michigan several times per year between 2012 2019 to collect offshore (>30 m depth) limnological measurements, including temperature, photosynthetically ...

2006
Tsutomu Ikeda

• In situ indices of iron limitation in phytoplankton • Phytoplankton biomass and systematics with flowcytometry and microscopy North American scientists discussed the fundamental questions and observational details of proposed comparative studies of ecological processes in the upper waters of the oceanic subarctic Pacific. The physical setting of the subarctic Pacific was well described by Fav...

2017
Anni Djurhuus Philipp H Boersch-Supan Svein-Ole Mikalsen Alex D Rogers

Dispersal limitation, not just environmental selection, plays an important role in microbial biogeography. The distance-decay relationship is thought to be weak in habitats where dispersal is high, such as in the pelagic environment, where ocean currents facilitate microbial dispersal. Most studies of microbial community composition to date have observed little geographical heterogeneity on a r...

2005
Fredrick G. Prahl Brian N. Popp David M. Karl Margaret A. Sparrow

In our study of Station ALOHA, a site representative of the oligotrophic North Pacific subtropical gyre (NPSG), alkenone content and composition were examined in (1) sinking particulate materials collected in sediment traps moored at 2800m during 2 year-long deployments (1992–1993 and 2000–2001) and (2) suspended particulate materials collected throughout the euphotic zone in two contrasting se...

2010
Aparna Krishnamurthy J. Keith Moore Natalie Mahowald Chao Luo Charles S. Zender

[1] The primary nutrients that limit marine phytoplankton growth rates include nitrogen (N), phosphorus (P), iron (Fe), and silicon (Si). Atmospheric transport and deposition provides a source for each of these nutrients to the oceans. We utilize an ocean biogeochemical model to examine the relative importance of these atmospheric inputs for ocean biogeochemistry and export production. In the c...

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

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

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