نتایج جستجو برای: surface fluxes

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

2004
E. Nemitz

Micrometeorological measurements of sizesegregated particle number fluxes above Dutch heathlands and forests have repeatedly shown simultaneous apparent emission of particles with a diameter (Dp)<0.18μm and deposition of larger particles when measured with optical particle counters. In order to assess whether this observation may be explained by the equilibrium reaction of ammonia (NH3), nitric...

2009
Alexandre Forest Simon Bélanger Makoto Sampei Hiroshi Sasaki Catherine Lalande Louis Fortier

Surface concentrations and vertical fluxes of particulate organic carbon (POC) were assessed in the Amundsen Gulf (southeastern Beaufort Sea, Arctic Ocean) over the years 2004 to 2006 by using ocean color remote-sensing imagery and sequential sediment traps moored over the ca. 400m isobath. Environmental conditions (sea ice, wind) and oceanographic variables (temperature, salinity, fluorescence...

2004
T. M. Butler P. J. Rayner

A mass balance inverse modelling procedure is applied with a time-dependent methane concentration boundary condition and a chemical transport model to relate observed changes in the surface distribution of methane mixing ratios during the 1990s to changes in its surface sources. The model reproduces essential features of the global methane cycle, such as the latitudinal distribution and seasona...

2011
Jonathan Pleim Limei Ran

For many gasses and aerosols, dry deposition is an important sink of atmospheric mass. Dry deposition fluxes are also important sources of pollutants to terrestrial and aquatic ecosystems. The surface fluxes of some gases, such as ammonia, mercury, and certain volatile organic compounds, can be upward into the air as well as downward to the surface and therefore should be modeled as bi-directio...

1998
W. P. Kustas X. Zhan T. J. Schmugge

A dual-source model treating the energy balance of the than measured. An empirical model was developed to reduce this bias, but it is not known how generally applicasoil/substrate and vegetation that was developed to use radiometric surface temperature observations is revised to ble it will be. Model sensitivity to typical uncertainties in remotely sensed leaf area index (LAI) and near-surface ...

2014
S. B. Grimmond C. Stockdale

11 Airborne measurements within the urban mixing layer (360 m) over Greater London are used to quantify CO2 12 emissions at the meso-scale. Daytime CO2 fluxes, calculated by the Integrative Mass Boundary Layer (IMBL) 13 method, ranged from 46 to 104 μmol CO2 m -2 s -1 for four days in October 2011. The day-to-day variability of 14 IMBL fluxes is at the same order of magnitude as for surface edd...

Journal: :Analytical and bioanalytical chemistry 2007
Anthony Carpi Allan Frei Daniel Cocris Rachel McCloskey Elisabeth Contreras Kylie Ferguson

We found significant differences in mercury fluxes measured with a dynamic surface mercury flux chamber made of Teflon versus one made of polycarbonate. While both materials responded reasonably well when virgin materials were used, the polycarbonate chamber was found to exhibit significant chamber blanks under light after it was exposed to surface mercury fluxes of >100 ng/m2/h. Most significa...

2011
T. S. Moore M. D. DeGrandpre C. L. Sabine R. C. Hamme C. J. Zappa W. R. McGillis R. A. Feely W. M. Drennan

[1] The physical and biological processes controlling surface mixed layer pCO2 and O2 were evaluated using in situ sensors mounted on a Lagrangian drifter deployed in the Atlantic sector of the Southern Ocean (∼50°S, ∼37°W) during the austral fall of 2008. The drifter was deployed three times during different phases of the study. The surface ocean pCO2 was always less than atmospheric pCO2 (−50...

Journal: :Ecology 2010
Cory C Cleveland William R Wieder Sasha C Reed Alan R Townsend

Climate models predict precipitation changes for much of the humid tropics, yet few studies have investigated the potential consequences of drought on soil carbon (C) cycling in this important biome. In wet tropical forests, drought could stimulate soil respiration via overall reductions in soil anoxia, but previous research suggests that litter decomposition is positively correlated with high ...

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

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

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