نتایج جستجو برای: soil climate

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

2014
Silvia Gschwendtner Javier Tejedor Carolin Bimueller Michael Dannenmann Ingrid Kögel Knabner Michael Schloter

Ongoing climate change will lead to more extreme weather events, including severe drought periods and intense drying rewetting cycles. This will directly influence microbial nitrogen (N) turnover rates in soil by changing the water content and the oxygen partial pressure. Therefore, a space for time climate change experiment was conducted by transferring intact beech seedling-soil mesocosms fro...

2013
Xiaoming Sun Xiaoke Zhang Shixiu Zhang Guanhua Dai Shijie Han Wenju Liang

The environmental changes arising from nitrogen (N) deposition and precipitation influence soil ecological processes in forest ecosystems. However, the corresponding effects of environmental changes on soil biota are poorly known. Soil nematodes are the important bioindicator of soil environmental change, and their responses play a key role in the feedbacks of terrestrial ecosystems to climate ...

2013
Franciska T. de Vries Ashley Shade

Soil microbial communities are intricately linked to ecosystem functioning because they play important roles in carbon and nitrogen cycling. Still, we know little about how soil microbial communities will be affected by disturbances expected with climate change. This is a significant gap in understanding, as the stability of microbial communities, defined as a community's ability to resist and ...

2017
Guanlin Li Seongjun Kim Seung Hyun Han Hanna Chang Yowhan Son

Soil respiration (RS, Soil CO2 efflux) is the second largest carbon (C) flux in global terrestrial ecosystems, and thus, plays an important role in global and regional C cycling; moreover, it acts as a feedback mechanism between C cycling and global climate change. RS is highly responsive to temperature and moisture, factors that are closely related to climate warming and changes in precipitati...

2004
William J. Waltman Steve Goddard Stephen E. Reichenbach Gang Gu Ian J. Cottingham Jeffrey S. Peake Tsegaye Tadesse Sherri K. Harms Jitender S. Deogun

The agricultural landscapes of Nebraska reflect a complex pattern of soil climate regimes and inherent variability that influence the cropping systems, behavior of farmers, and the health and sustainability of rural communities. The USDA crops and soils databases were coupled with the Enhanced Newhall Simulation Model (ENSM) to explain spatial relationships of soil climate regimes, climatic shi...

2013
Wei Wu James S. Clark James M. Vose

Predicting long-term consequences of climate change on hydrologic processes has been limited due to the needs to accommodate the uncertainties in hydrological measurements for calibration, and to account for the uncertainties in the models that would ingest those calibrations and uncertainties in climate predictions as basis for hydrological predictions. We implemented a hierarchical Bayesian (...

2015
Yiqi Luo andBenjamin Smith

Terrestrial ecosystems currently sequester about one third of anthropogenic CO2 emissions each year, an important ecosystem service that dampens climate change. The future fate of this net uptake of CO2 by land based ecosystems is highly uncertain.Most ecosystemmodels used to predict the future terrestrial carbon cycle share a common architecture, whereby carbon that enters the system as net pr...

2015
Liping Li Yining Liu Xiangping Wang Jingyun Fang Qingchun Wang Bengang Zhang Peigen Xiao Anwar Mohammat André Terwei Runguo Zang

Species pool hypothesis is broadly known and frequently tested in various regions and vegetation types. However it has not been tested in the arid Xinjiang region of China due to lack of data. Here with systematic data from references and field survey, we comprehensively examined species pool hypothesis in this region. Took species richness in 0.1° × 0.1° grid cells as regional species richness...

2007
Richard A. Gill

Human communities in the Intermountain West depend heavily on subalpine rangelands because of their importance in providing water for irrigation and forage for wildlife and livestock. In addition, many constituencies are looking to managed ecosystems to sequester carbon in plant biomass and soil C to reduce the impact of anthropogenic CO2 on climate. This work builds on a 90-year-old grazing ex...

2014
Marco Hofmann Robert Lux Hans R. Schultz

Grapes for wine production are a highly climate sensitive crop and vineyard water budget is a decisive factor in quality formation. In order to conduct risk assessments for climate change effects in viticulture models are needed which can be applied to complete growing regions. We first modified an existing simplified geometric vineyard model of radiation interception and resulting water use to...

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

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

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