نتایج جستجو برای: s landslideabout 8935 percent of basin

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

خوش‌روش, مجتبی, رائینی, محمود, نیکزاد طهرانی, اسماعیل,

Evaluation of climate change and its possible consequences on hydrological processes in catchment will help to the challenges of water resources managers and decision makers in the future. One of the common tools for evaluating of this event is utilization of rainfall-runoff model to simulate the hydrological process. The aim of this study is to investigate effects of climate change on runoff a...

2015
Matthew G. Baron Graciela Piñeiro

Mesacanthus is a common and speciose genus of acanthodian fish from Lower Old Red Sandstone and Middle Old Red Sandstone assemblages (representing the Lower Devonian and Middle Devonian respectively) and is well represented in many palaeoichthyology collections in the UK. Based upon descriptions given during the 19th century, specimens of the genus Mesacanthus from the Orcadian Basin and Midlan...

2004
C. Meyer

As part of the international cooperative Baikal Drilling Project, siliceous microfossil assemblage succession was analyzed in two short (~ 30-cm) sediment cores from Lake Baikal. One core was recovered from the north basin (Core 324, 55°15~N, 109°30~E), a second from between the central and southern basins (Core 316, 52°28'N, 106°5rE). The northern core had higher amounts of biogenic silica (40...

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

climate change is one of the most important problems in the present century. so assessing and prediction of future changes is important on water resources and so important for economics and socio-economic consequences. the purpose of this research is assessing the effects of climate change on surface runoff volumes under the scenarios: a1b, a2 and b1 using hadcm3 general circulation model and i...

Investigation about the influence of land-cover and land use changes on soil erodibility potential, case study: Gharesou, Gorganrood Land use and land cover (LUC) change associated with climatic and geomorphologic conditions of the area have an accelerating impact on the land degradation. Natural as well as human-induced land use land cover change (LUCC) has significant impacts on regional soi...

پایان نامه :دانشگاه بین المللی امام خمینی (ره) - قزوین - دانشکده علوم پایه 1390

بررسی وجود و چندگانگی جوابهای معادلات دیفرانسیل به ویژه با شرایط مرزی اغلب بسی دشوار بوده و همراه با گام های ملالت آور می باشد بطوریکه همواره نیاز به پیش شرط هایی می باشد که معادلات دیفرانسیل با شرایط مرزی مورد نظر باید داشته باشد. بنابراین اثبات آنالیزی وجود و چندگانگی جوابهای مسائل مقدار مرزی غیر خطی اغلب غیر ممکن می باشد. روشهای تقریبی- تحلیلی یا روشهای عددی صرفاً برای بدست آوردن جواب موجود ...

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

the present research was conducted to explore the effect of employing two language teaching approaches, i.e. schema-based instruction (sbi) and translation-based instruction (tbi), on vocabulary knowledge, structure and reading comprehension ability of forty one female students learning english in grade one senior high school in rivash, kuhsorkh, iran. while sbi focuses on schemata, i.e. words ...

اکبری قمصری, هدیه , حسینی, علیرضا,

Classifying daily climate circulation patterns has always been considered by climatologists. Investigating climate changes such as rainfall and the temperature in a same single time and place suggests that these changes are strongly influenced by atmospheric circulation patterns. Regarding so, climate changes, known as variables here, such as rainfall, temperature, and other related phenomen...

Journal: :آب و خاک 0
مرتضی اکبری احسان رعنایی حسن میرزاخان علیرضا درگاهی محمدرضا جرگه

introduction: snowmelt runoff plays an important role in providing water and agricultural resources, especially in mountainous areas. there are different methods to simulate the process of snowmelt. inter alia, degree-day model, based on temperature-index is more cited. snowmelt runoff model is a conceptual hydrological model to simulate and predict the daily flow of rivers in the mountainous b...

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

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

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