نتایج جستجو برای: watershed depend on river system

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

2006
Edward A. Baker

–I developed a classification system for streams in Michigan’s Upper Peninsula (UP) using a landscape-based approach that was originally developed for Lower Peninsula (LP) Michigan streams. Multiple linear regression, cluster analysis, and graphical techniques were used to examine stream attribute data (stream size, temperature, hydrology, gradient, water chemistry, valley type, fish community,...

2016
Aaron R. Mittelstet Daniel E. Storm Michael J. White

The number of states that have adopted numeric nutrient water-quality standards has increased to 23, up from ten in 1998. One state with both stream and reservoir phosphorus (P) numeric water-quality standards is Oklahoma. There were two primary objectives of this research: (1) determine if Oklahoma was meeting the stream and reservoir numeric water-quality standards in the Illinois River and E...

This research aims to analysis the biophysical characteristics of watershed of Deli River to know potential flooding in Medan. The research is conducted at Deli River, which is located in 3 locations in North Sumatera namely Karo Regency, Deli Serdang and Medan City. Indonesia. This research used field survey method, survey activity in the form of observation and verification of characterizatio...

2004
Scott A. Wright David H. Schoellhamer

Human activities within a watershed, such as agriculture, urbanization, and dam building, may affect the sediment yield from the watershed. Because the equilibrium geomorphic form of an estuary is dependent in part on the sediment supply from the watershed, anthropogenic activities within the watershed have the potential to affect estuary geomorphology. The Sacramento River drains the northern ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس - دانشکده فنی مهندسی 1389

the poor orientation of the restaurants toward the information technology has yet many unsolved issues in regards to the customers. one of these problems which lead the appeal list of later, and have a negative impact on the prestige of the restaurant is the case when the later does not respond on time to the customers’ needs, and which causes their dissatisfaction. this issue is really sensiti...

Journal: :environmental resources research 2013
shahin moradi pour abdolreza bahremand hossein zeinivand ali najafinejad

water changes information in the hydrological system, in time and space, as an environmental issue takes heed of managers and decision makers in watershed management and river engineering, which can be addressed by using spatially distributed modeling. in this study simulation of water balance components in taleghan mountainous watershed is performed using the spatially distributed hydrological...

2008
Lili Jiang Qingwen Qi Zhong Zhang Jiafu Han Xifang Cheng An Zhang

The generalization operation should first make decision of object importance at geographic level, which relates not only to the geometric properties of independent object but also the other context objects. In the channel selection of river network, besides the length and the distribution density, the order, the angle, the distribution pattern, proportion of left river branch and right river br...

2010
Edward Mehnert Donald McKay

Front Cover: Map of the Blackberry Creek watershed in Kane and Kendall Counties, Illinois, and the Fox River watershed in northeastern Illinois (modified from Bartosova et al. 2007). CONTENTS Abstract 1

Journal: :Plant physiology 1962
J P Decker W G Gaylor F D Cole

Scarcity of water suitable for human use has influenced the history of mankind profoundly (4) and is now of major concern in the United States. It is of acute local concern in Phoenix, Ariz. and desert environs, where a rapidly increasing human population depends on one remote watershed (Salt River) for its primary water supply (2). Here, problems of watershed management are not of mere scholar...

Journal: :Journal of environmental quality 2014
James E Almendinger Marylee S Murphy Jason S Ulrich

For two watersheds in the northern Midwest United States, we show that landscape depressions have a significant impact on watershed hydrology and sediment yields and that the Soil and Water Assessment Tool (SWAT) has appropriate features to simulate these depressions. In our SWAT models of the Willow River in Wisconsin and the Sunrise River in Minnesota, we used Pond and Wetland features to cap...

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

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

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