نتایج جستجو برای: recharge rate

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

Journal: :Ground water 2011
Xiaohui Lu Menggui Jin Martinus Th van Genuchten Bingguo Wang

Accurate estimates of groundwater recharge are essential for effective management of groundwater, especially when supplies are limited such as in many arid and semiarid areas. In the Hebei Plain, China, water shortage is increasingly restricting socioeconomic development, especially for agriculture, which heavily relies on groundwater. Human activities have greatly changed groundwater recharge ...

2010
Bridget R. Scanlon Abhijit Mukherjee Robert C. Reedy Amarendra K. Sinha

Water and nutrient availability for crop production are critical issues in (semi)arid regions. Unsaturated-zone Cl tracer data and nutrient (NO3 and PO4) concentrations were used to quantify recharge rates using the Cl mass balance approach and nutrient availability in the Thar Desert, Rajasthan, India. Soil cores were collected in dune/interdune settings in the arid Thar Desert (near Jaisalmer...

2016
Yuyu Liu Xin Jiang Guangxin Zhang Jun Xu Xihua Wang Peng Qi Athanasios Loukas

Groundwater recharge from rainstorms can be vital for regional water resources. With the expansion of the need for more water in some specific regions under global climate change, groundwater is being pumped at a far greater rate than it can be naturally replenished. Considering that excess rainstorms could be utilized for groundwater recharge to lessen the declining tendency of regional ground...

2016
Zhuo Wang Wenjing Zhang Shuo Li Jingjing Zhou Dan Liu Niels Hartog

Colloids may have an important role in regulating the structure and function of groundwater ecosystems, and may influence the migration of low solubility contaminants in groundwater. There is, however, a degree of uncertainty about how colloids behave under the variable hydrogeochemical and hydrodynamic conditions that occur during managed aquifer recharge. We used an online monitoring system t...

2014
R. May K. Jinno I. Yusoff

The paper aims at evaluating the effects of heavy groundwater withdrawal and artificial groundwater recharge of an exmining pond to the aquifer system of the Langat Basin through the three-dimensional (3D) numerical modeling. Many mining sites have been left behind from the massive mining exploitations in Malaysia during the England colonization era and from the last few decades. These sites ar...

Journal: :Journal of environmental quality 2012
C F Williams J E T McLain

The reuse of treated wastewater for groundwater recharge is an effective way to provide advanced treatment and water storage. Contaminants such as human drugs have been identified as a potential problem for use of this water. Gilbert, Arizona maintains a 28.3-ha facility designed to recharge 15,150 m d through recharge basins constructed on native soil. The facility averages an infiltration rat...

Journal: :Environmental Modelling and Software 1998
P. H. Giao N. Phien-Wej Y. Honjo

Quasi three-dimensional (quasi-3D)modelling plays a major role in analysis of groundwater flow in multiaquifer systems and it can be an efficient tool for artificial recharge modelling. As the role of artificial recharge in groundwater management continues to increase, analysis of responses to artificial recharge has a particular significance. This paper deals with some practical aspects of the...

Journal: :Ground water 2005
Jozsef Szilagyi F Edwin Harvey Jerry F Ayers

Naturally occurring long-term mean annual recharge to ground water in Nebraska was estimated by a novel water-balance approach. This approach uses geographic information systems (GIS) layers of land cover, elevation of land and ground water surfaces, base recharge, and the recharge potential in combination with monthly climatic data. Long-term mean recharge > 140 mm per year was estimated in ea...

2017
Cynthia L. Teeter Douglas Gunnison Norman R. Francingues Mark E. Zappi

Cynthia L. Teeter1 , Douglas Gunnison2, Norman R. Francingues, Jr. 3 , and Mark E. Zappi4 The North Boundary treatment system at Rocky Mountain Arsenal (RMA), Commerce City, Colorado, involves pumping of contaminated groundwater from an unconfined aquifer from one side of a soilbentonite (SB) slurry wall to three pulsed-bed activated carbon adsorbers and prefilter and postfilter systems. The tr...

Hamidreza Mehrabi, Hossein Zeinivand Moslem Hadidi,

Groundwater is among the most important resources of drinking water supply ofthe worldwide population. Use of recharge area is one of the methods for artificiallyrecharging groundwater. Selection of suitable sites for artificial recharge is very importantand must be carried out accurately. There are different types of land use, only rangelandsare appropriate for artificial recharge because of t...

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

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

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