نتایج جستجو برای: pdsi

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

Journal: :Journal of Geographical Sciences 2022

Droughts are the most frequent natural disaster in regions at margins of East Asian summer monsoon (EASM), which pose threats to agriculture, economy, and human lives. However, limitations only approximately 60 years meteorological observations hamper our understanding characteristics mechanisms local hydroclimate. Trees growing marginal region EASM usually sensitive moisture variations have pl...

2010
Jian Tian David M. Nelson Feng Sheng Hu

The reliability of paleoclimatic inferences from lake-sediment records rests on the understanding of how various sediment indicators respond to environmental changes. Despite the recent proliferation of paleoclimatic records, only a limited number of studies have rigorously evaluated potential indicators by comparing lake-sediment records with instrumental weather data. We analyzed annually lam...

امروزه شاخص‌های خشکسالی به عنوان ابزار مناسب برای اقدامات مدیریتی و مقابله با پدیده خشکسالی، به طور وسیعی در دنیا مورد استفاده قرار می‌گیرند. کاربرد برخی شاخص‌ها، بویژه شاخص‌های فیزیکی خشکسالی نظیر شاخص شدت خشکسالی پالمر (PDSI)، در یک منطقه جدید ممکن است در ابتدا به واسنجی نیاز داشته باشد. هدف از این مطالعه، واسنجی شاخص شدت خشکسالی پالمر (PDSI) تحت شرایط اقلیمی خشک و نیمه خشک نواحی غرب و جنوب غ...

Journal: :Advanced theory and simulations 2023

Since the pioneering efforts of Duwez and co-workers in 1965, when a solid amorphous phase palladium-silicon (a-PdSi) was obtained vicinity eutectic concentration, much work has been done. However, some points related to atomic structures remain be systematized. In this work, 8 Pd100-cSic alloys (c = 2.5, 5, 10, 13.34, 15, 17.5, 20, 22 at%) are generated by molecular dynamics ab initio simulati...

2016
Kuang-Yu Chang Liyi Xu Kyaw Tha Paw U

Drought is one of the most destructive natural disasters causing serious damages to human society, and studies have projected more severe and widespread droughts in the coming decades associated with the warming climate. Although several drought indices have been developed for drought monitoring, most of them were based on large scale environmental conditions rather than ecosystem transitional ...

2008

Productivity of old-growth beech forests in the Mediterranean Basin was measured by average stem basal area increment (BAI) of dominant trees at two mountain sites in the Italian Apennines. Both forests could be ascribed to the old-growth stage, but they differed markedly with regard to elevation (1000 vs. 1725 m a.s.l.), soil parent material (volcanic vs. calcareous), mean tree age (less than ...

2014
Monica T. Rother Henri D. Grissino-Mayer

We characterized fire history and examined climate–fire relationships in dry ponderosa pine (Pinus ponderosa) forests in the Zuni Mountains of northwestern New Mexico. Our findings indicate that the historical wildfire regime for the study area was typified by high-frequency, low-severity surface fires. Climate–wildfire relationships were assessed using both Superposed Epoch Analysis (SEA) and ...

2009
Ellis Q. Margolis Jeff Balmat

The Santa Fe municipal watershed provides up to 40% of the city’s water and is at high risk of a standreplacing fire that could threaten the water resource and cause severe ecological damage. Restoration and crown fire hazard reduction in the ponderosa pine (PP) forest is in progress, but the historic role of crown fire in the mixed-conifer/aspen (MC) and spruce-dominated forests is unknown but...

Journal: :Age and ageing 1997
C Jenkinson R Fitzpatrick V Peto R Greenhall N Hyman

OBJECTIVES to briefly outline the development and validation of the Parkinson's Disease Questionnaire (PDQ-39) and then to provide evidence for the use of the measure as either a profile of health status scores or a single index figure. DESIGN the PDQ-39 was administered in two surveys: a postal survey of patients registered with local branches of the Parkinson's Disease Society of Great Brit...

Journal: :Remote Sensing 2016
Siheng Wang Changping Huang Lifu Zhang Yi Lin Yi Cen Taixia Wu

We examined the relationship between satellite measurements of solar-induced chlorophyll fluorescence (SIF) and several meteorological drought indices, including the multi-time-scale standard precipitation index (SPI) and the Palmer drought severity index (PDSI), to evaluate the potential of using SIF to monitor and assess drought. We found significant positive relationships between SIF and dro...

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

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

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