نتایج جستجو برای: subsurface runoff

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

2002
Patrick W. Bogaart Gregory E. Tucker J. J. de Vries

The occurrence of permafrost in a highly permeable catchment has a profound effect on runoff generation. The presence of permafrost effectively makes the subsoil impermeable. Therefore, overland flow can be the dominant runoff-generating process during periglacial conditions. The absence of permafrost will promote subsurface drainage and, therefore, saturation excess overland flow can become th...

Journal: :Journal of the Japan Society of Engineering Geology 1995

2017
Hatim O. Sharif Muhammad Al-Zahrani Jun Xu

A physically-based, distributed-parameter hydrologic model was used to simulate a recent flood event in the city of Hafr Al Batin, Saudi Arabia to gain a better understanding of the runoff generation and spatial distribution of flooding. The city is located in a very arid catchment. Flooding of the city is influenced by the presence of three major tributaries that join the main channel in and a...

2010
DEVENDRA M AMATYA CARL C TRETTIN

Information about streamflow characteristics e.g. runoff-rainfall (R/O) ratio, rate and timing of flow, surface and subsurface drainage (SSD), and response time to rainfall events is necessary to accurately simulate fluxes and for designing best management practices (BMPs). Unfortunately, those data are scarce in the southeastern Atlantic coastal plain, a highly urbanizing region characterized ...

Journal: :Journal of environmental quality 2009
John W Fuchs Garey A Fox Daniel E Storm Chad J Penn Glenn O Brown

For phosphorus (P) transport from upland areas to surface water systems, the primary transport mechanism is typically considered to be surface runoff with subsurface transport assumed negligible. However, certain local conditions can lead to an environment where subsurface transport may be significant. The objective of this research was to determine the potential of subsurface transport of P al...

2002
Jim Freer J. J. McDonnell K. J. Beven N. E. Peters D. A. Burns R. P. Hooper B. Aulenbach C. Kendall

[1] We conducted a detailed study of subsurface flow and water table response coupled with digital terrain analysis (DTA) of surface and subsurface features at the hillslope scale in Panola Mountain Research Watershed (PMRW), Georgia. Subsurface storm flow contributions of macropore and matrix flow in different sections along an artificial trench face were highly variable in terms of timing, pe...

2016
Meagan Knowlton

• Baseflow: Baseflow is the water in a stream that is not directly associated with a specific precipitation events (i.e., event runoff). It is usually comprised of groundwater flow and slower shallow subsurface flow components including soil water drainage. • Drainage area/catchment/watershed: A watershed is the geographic area that contributes water to the same single point in a river or strea...

2006
L. B. Owens

Phosphorus is an essential plant nutrient and critical to agricultural production, but it is also a problem when excessive amounts enter surface waters. Summer rotational grazing and winter feeding beef pasture systems at two fertility levels (56 and 28 kg available P ha) were studied to evaluate the P losses from these systems via surface runoff and subsurface flow using eight small (0.3–1.1 h...

2016
Brandon Patrick Sloan Ricardo Mantilla

ii ACKNOWLEDGMENTS I would like to acknowledge the following for completion of this thesis: God for giving me the patience, guidance and strength to succeed in this research. I am so grateful for everything I have been given and everything I was able to do. Without God I can do nothing. Dr. Nandita Basu for challenging and guiding me throughout graduate school and this research. I have grown an...

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

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

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