نتایج جستجو برای: groundwater management

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

Journal: :نشریه علمی - پژوهشی هیدرولوژی کاربردی 0
mohammad mirzavand kashan university seyyed javad sadatinejad tehran university hoda ghasemieh kashan university mahmud akbari kashan university hanifreza motamed shariati tehran university

in arid and semi-arid environments, groundwater plays a significant role in the ecosystem. in the last decades, groundwater levels have decreased due to the increasing demand for water, weak irrigation management and soil damage. for the effective management of groundwater, it is important to model and predict fluctuations in groundwater levels. in this study, groundwater table in kashan plain ...

F Kave H Babazadeh N Faghihi

Regarding to increased use of groundwater resources, it seems necessary to have more accurate knowledge of characteristics of aquifers in order to improved usage and accurate management of these resources. In this study, we simulated groundwater flow of Qazvin aquifer usingVisual MODFLOW model, collecting data and statistics, as well as using different studies. The simulation model has operated...

The prediction of groundwater quality is very important for the management of water resources and environmental activities. The present study has integrated a number of methods such as Geographic Information Systems (GIS) and Artificial Intelligence (AI) methodologies to predict groundwater quality in Kerman plain (including HCO3-, concentrations and Electrical Conductivity (EC) of groundwater)...

ژورنال: سلامت و محیط زیست 2018

Background and Objective: Groundwater resources are very important for the survival of living beings. Hence, groundwater modeling has a special importance in water management and planning of each region .In this study, numerically simulation of Hamedan–Bahar aquifer flow path was done by GMS software using geological, hydraulic and hydrologic information. Materials and Methods: First, a 3D hyd...

Journal: :Environmental science. Processes & impacts 2014
Yuval Yuval Yaara Rimon Ellen R Graber Alex Furman

A large fraction of the fresh water available for human use is stored in groundwater aquifers. Since human activities such as mining, agriculture, industry and urbanisation often result in incursion of various pollutants to groundwater, routine monitoring of water quality is an indispensable component of judicious aquifer management. Unfortunately, groundwater pollution monitoring is expensive ...

2004
J. M. Otto Van Vollenhoven

Several groundwater experts have recently observed that groundwater in developing countries is by and large being left unmanaged (e.g. Katar Singh 1995; Van Steenbergen 1997). They have repeatedly deplored the absence of effective regulatory mechanisms. Nevertheless, a consensus now seems to be growing that groundwater is too valuable to be left unmanaged ; law and administration are needed to ...

2010
David A. Swayne Wanhong Yang J. Ha

This paper describes an application of EnSym (Environmental SystemsModelling Platform) to assess the impacts of climate change on the groundwater levels in Victoria. EnSym is a modular and user-friendly software platform to facilitate the use of environmental modelling tools. It enables easy and rapid evaluation of environmental outcomes due to changes in land management and climatic conditions...

2002
Y. K. Tung

Like any other resources planning and management, groundwater management is performed in a stochastic environment in which the system itself involves a number of random elements. Consequences as a result of decisions made based on analyses are not certain. This paper presents a management model using the chance-constrained framework which explicitly considers the random nature of aquifer proper...

2008
JOHN W. LLOYD

The north-central zone of Chile is described with respect to groundwater supply problems. In this region, groundwater is almost exclusively obtained from the thin alluvium in the main transverse valleys, which descend from the Andes in those sections where the valleys cross the northerly trending "central valley." Because of the steep groundwater gradients prevailing, the groundwater resources ...

2006
E. Kalbus

Interactions between groundwater and surface water play a fundamental role in the functioning of riparian ecosystems. In the context of sustainable river basin management it is crucial to understand and quantify exchange processes between groundwater and surface water. Numerous well-known methods exist for parameter estimation and process identification in aquifers and surface waters. Only in r...

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

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

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