نتایج جستجو برای: soil moisture curve

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

2003
M. SHOSHANY T. SVORAY P. J. CURRAN G. M. FOODY A. PEREVOLOTSKY

A linear relationship between ERS-2 SAR backscattering coe cient (s0 ) and volumetric soil moisture was determined at both ends of a rainfall gradient in Israel. A Normalized radar Backscatter soil Moisture Index (NBMI) was derived and related strongly to soil moisture concentration. This index may allow the mapping of soil moisture conditions over large areas with C band SAR data.

2002
Jeffrey P. Walker

of the spatial variability in soil moisture within the root zone. An instrument for making rapid measurements of the soil moisture Studies have shown that soil moisture content can content in the root zone is an essential tool for many applications, be inferred from measurements of the soil electrical including understanding of soil water dynamics, evaluation of agriculresistance (e.g., Seyfrie...

2006
Narendra N. Das Binayak P. Mohanty

Soil moisture is an important hydrologic state variable critical to successful hydroclimatic and environmental predictions. Soil moisture varies both in space and time because of spatio-temporal variations in precipitation, soil properties, topographic features, and vegetation characteristics. In recent years, airand space-borne remote sensing campaigns have successfully demonstrated the use of...

2014
C. T. Chang S. Sabaté D. Sperlich S. Poblador F. Sabater C. Gracia

Soil respiration (SR) is a major component of ecosystems’ carbon cycles and represents the second largest CO2 flux in the terrestrial biosphere. Soil temperature is considered to be the primary abiotic control on SR, whereas soil moisture is the secondary control factor. However, soil moisture can become the dominant control on SR in very wet or dry conditions. Determining the trigger that make...

2009
Stephen B. Shaw M. Todd Walter

[1] The Soil Conservation Service curve number (SCS-CN) method is widely used to predict storm runoff for hydraulic design purposes, such as sizing culverts and detention basins. As traditionally used, the probability of calculated runoff is equated to the probability of the causative rainfall event, an assumption that fails to account for the influence of variations in soil moisture on runoff ...

Journal: :Remote Sensing 2017
Yayong Sun Shifeng Huang Jianwei Ma Jiren Li Xiaotao Li Hui Wang Sheng Chen Wenbin Zang

The Soil Moisture Active Passive (SMAP) satellite makes coincident global measurements of soil moisture using an L-band radar instrument and an L-band radiometer. It is crucial to evaluate the errors in the newest L-band SMAP satellite-derived soil moisture products, before they are routinely used in scientific research and applications. This study represents the first evaluation of the SMAP ra...

2016
Theresa Marie Lorenzo Theresa Marie E. Lorenzo

The stable carbon isotopic composition of CO 2 (δ 13 C-CO 2) has been studied as an indicator of changes in ecosystem CO 2 exchange. Soil moisture is an important factor in ecosystem CO 2 exchange through its influence on physiological and soil physical processes. However, the majority of previous research analyzing the influence of soil moisture on soil and soil-respired δ 13 C-CO 2 has been c...

2013
Nathan C. Habana Leroy F. Heitz Arne E. Olsen John W. Jenson Jonathan L. Salvacion

The Northern Guam Lens Aquifer (NGLA) presents unique challenges to modelers due to the complex hydrologic properties of its thick karst vadose zone. To meet these challenges, we developed VADOCHARGE, an analogue model based on the US Army Corps of Engineers’ Streamflow Synthesis and Reservoir Regulation (SSARR) model, to produce the effect of attenuated and lagged recharge through the vadose z...

2008
Ginger B. Paige Timothy O. Keefer

Automated electronic soil moisture sensors, such as time domain reflectometry (TDR) and capacitance probes are being used extensively to monitor and measure soil moisture in a variety of scientific and land management applications. These sensors are often used for a wide range of soil moisture applications such as drought forage prediction or validation of large-scale remote sensing instruments...

2015
Ranmalee Bandara Jeffrey P. Walker Christoph Rüdiger Olivier Merlin

Soil moisture plays a key role in most environmental processes, as evaporation and transpiration are heavily dependent on soil moisture variability. While it is one of the few important hydrological variables that can be directly observed, the high spatial and temporal variability makes it difficult to measure globally or even regionally. Reliance is therefore placed on land surface models to p...

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

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

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