نتایج جستجو برای: water distribution pattern

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

Journal: :Advances in water resources 2013
Nicholas B Engdahl Timothy R Ginn Graham E Fogg

Groundwater age distributions are used to estimate the parameters of Fickian, and non-Fickian, effective models of solute transport. Based on the similarities between the transport and age equations, we develop a deconvolution based approach that describes transport between two monitoring wells. We show that the proposed method gives exact estimates of the travel time distribution between two w...

2008
Sally A. McFarlane James H. Mather Thomas P. Ackerman Zheng Liu

[1] High vertical resolution profiles of cloud properties were obtained from cloud radars operated by the Atmospheric Radiation Measurement (ARM) program on the islands of Nauru and Manus in the Tropical Western Pacific (TWP). Broadband flux calculations using a correlated k-distribution model were performed to estimate the effect of clouds on the total column and vertical distribution of short...

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

the distribution pattern of pest population is one of the factors not only effects on sampling program and data analysis method, but also can be used to measure the density of pests and their natural enemies. thus, the spatial distribution pattern of the pea aphid, acyrthosiphon pisum harris (hem.: aphididae) and its two major predators, hippodamia variegata goeze (col.: coccinellidae) and cocc...

Journal: :journal of rangeland science 2012
zahra mohebbi mohammad jafary ali tavili mohammad ali zare chahouki sholeh baghbani

the aim of this research was to investigate the effect of index species, astragalusammodendron on the associated plants of agropyron tauri and bromus tomentellus fromdifferent aspects in shazand rangeland in southwest of markazi province. the effects ofspecies density and distribution pattern and then index species on the soil properties werestudied. based on the randomized – systematic method,...

This research aimed to investigate plant species diversity and spatial distribution of five dominant species i.e. Phragmites australis, Tamarix meyeri, Aeluropus littoralis, Aeluropus lagopoides and Cynodon dactylon in Hamoon international wetlands in 2015. To this end, a randomize-systematic sampling method was used according to w pattern by four strip transect at 5000 m2 at each station. The ...

2001
Tim Watson

The efficient long term management of large-scale public funded assets is an area of growing importance. Ageing infrastructure, growth, and limited capital all result in the need for more robust and rigorous methodology to prioritise rehabilitation and renewal decisions and more importantly, to forecast future expenditure requirements. The overall objective of this research is to develop a Baye...

2003
David Hoffman

Traditional techniques for calculating control limits for processes with discrete responses are based on the Poisson distribution. However, for many processes, the assumption of a Poisson distribution is violated. In such cases, use of traditional Poisson control limits may result in an inflated risk of Type I error. The negative binomial distribution is a natural extension of the Poisson distr...

2007
Siva R. Sundaresan

In traditional models for social organization, female movements and association patterns track resource distribution, whereas males track females. More recently, this model has been expanded to include feedback effects of male behavior, especially sexual harassment, on female decisions. In Grevy’s zebra (Equus grevyi), males defend territories containing resources attractive to females, who for...

2010
Ioan SÂRBU

The paper approaches the optimization of water distribution networks supplied from one or more node sources, according to demand variation. Traditionally, in pipe optimization, the objective function is always focused on the cost criteria of network components. In this study an improved linear model is developed, which has the advantage of using not only cost criteria, but also energy consumpti...

2001
Y. Kleiner B. J. Adams J. S. Rogers

This paper provides an overview of the authors’ previous work in formulating a comprehensive approach to the important problem of water distribution network renewal planning, with a particular emphasis on the computing aspects involved. As pipes in a water distribution network age in service, they are characterized by increased frequency of breakage and decreased hydraulic capacity. The resulti...

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

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

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