نتایج جستجو برای: dam reservoirs supply potable

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

Journal: :اکو هیدرولوژی 0
مهری کاکی کارشناس ارشد مهندسی منابع آب، دانشگاه تبریز احمد فاخری فرد استاد گروه مهندسی آب، دانشکدۀ کشاورزی، دانشگاه تبریز مطلب بایزیدی استادیار گروه مهندسی آب، دانشگاه آزاد اسلامی واحد سنندج، ایران سینا شکیبا کارشناس ارشد زمین شناسی زیست محیطی، دانشگاه ارومیه

dam reservoirs supply potable, agricultural, and industrial water in most cities of iran. due to lack of proper operational rules or unbalanced demand versus water resources volume, (along operating time) correction in operational rules is required to fulfill current situations. hence the goal of this study is to optimize the qeshlaq dam reservoir operation rules to maximize the water release f...

2005
S. L. Yang J. Zhang J. P. Smith S. B. Dai A. Gao P. Li

[1] On the basis of estimates of sediment accumulation in reservoirs, the impact of 50,000 dams on sediment supply and intertidal wetland response in the Yangtze River catchment is examined. The total storage capacity of reservoirs is 200 10 m, or 22% of the Yangtze annual runoff. The sediment accumulation rate in reservoirs has increased from 0 in 1950 to >850 10 t/yr in 2003. Although sedimen...

Journal: :Water research 2010
Anna Hurlimann Sara Dolnicar

Located approximately 100km west of Brisbane, Toowoomba is home to approximately 95,000 people. Surface water from dams is the main source of water for the city. In 2006 the residents of Toowoomba were invited to vote in a referendum (plebiscite) concerning whether or not an indirect potable wastewater reuse scheme should be constructed to supply additional water to the area. At that stage dam ...

2012
Elbert A. Mbukwa Titus A.M. Msagati Bhekie B. Mamba

The Hartbeespoort (HBP) Dam is a reservoir used for agricultural, domestic supply of raw potable water and recreational activities in South Africa's North-West Province. Eutrophication and cyanobacterial blooms have long been a cause of water-quality problems in this reservoir. The most prevalent bloom-forming species is Microcystis aeruginosa, often producing the toxin microcystin, a hepatotox...

2001
Christopher Zoppou Stephen Roberts

be from pipe and connection breaks rather than structural failure of distribution reservoirs (as long as the reservoirs have been designed for lateral loading). Most of the examples of storage tanks and distribution reservoirs impacted by the 1994 Northridge and 1995 Hyogo-ken Nanbu earthquakes appear to have been of steel construction rather than of reinforced concrete or prestressed concrete ...

Journal: :IOP conference series 2023

Abstract Malaysia receives an abundance of rain annually (≈ 2400mm/year). The country, however, is not excused from water crises such as floods and shortages. According to the National Water Services Commission (SPAN) data, consumption in year 2021 201 LCD may encounter a shortage crisis if situation improved future. Rainwater harvesting (RWHS) has great potential tackling It can also combat sc...

Journal: :Water science and technology : a journal of the International Association on Water Pollution Research 2008
W H Traves E A Gardner B Dennien D Spiller

Faced with limited water supply options in the longer term and the worst drought on record in the short term, the Queensland Government is constructing the Western Corridor Recycled Water Project which will supply up to 182 ML/day of purified recycled water for industrial and potable purposes. The project is one of a suite of capital works projects in progress which in the longer term will supp...

Journal: :مهندسی سازه 0
عباس شاکری داریان محمد نجمایی

the transfer and sedimentation in storage dams reduce the volume and damage the life of water reservoirs. due to the importance of water, its storage, and the cost time of constructing reservoirs, especially the scarcity of construncting sites for them, a lot of attentions should be given to the sedimentation of dam reservoirs. it requires the estimate of thew sedimentation and its management. ...

Journal: :تحقیقات نظام سلامت 0

background: dams are one of the most important manmade buildings to provide of drinking water. in order to manage of water quality in dams reservoirs, the recognition of phenomena that occurred in it is essential. thermal stratification is one of the major problems that decrease the water quality of dam. the aim of this study was to investigate thermal stratification of ekbatan dam (hamadan) as...

2014
Bogusław Michalec Clelia Marti

In the current study, the applicability of the Annandale method was verified based on the results of silting and sediment distribution measurements carried out in eight small reservoirs, with a capacity that does not exceed 5 million m3. It was found that the application of this method is possible only in the case of small reservoirs, in which the sediment load is deposited in the near-dam zone...

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

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

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