نتایج جستجو برای: precipitation day

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

2011
Fathi Habashi

The Bayer Process (for alumina) as we know it today involves two steps: • The pressure leaching of bauxite with NaOH solution to obtain sodium aluminate solution. • The precipitation of pure aluminum hydroxide from this solution by seeding with fine crystals of Al(OH)3 . The leaching step was invented five years after the precipitation step (Table 1), and the precipitation step was an improveme...

2010
HUI WANG RONG FU ARUN KUMAR WENHONG LI

The variability of summer precipitation in the southeastern United States is examined in this study using 60-yr (1948–2007) rainfall data. The Southeast summer rainfalls exhibited higher interannual variability with more intense summer droughts and anomalous wetness in the recent 30 years (1978–2007) than in the prior 30 years (1948–77). Such intensification of summer rainfall variability was c...

2008
BOKSOON MYOUNG YI DENG

This study examines the observed interannual variability of the cyclonic activity along the U.S. Pacific coast and quantifies its impact on the characteristics of both the winter total and extreme precipitation in the western United States. A cyclonic activity function (CAF) was derived from a dataset of objectively identified cyclone tracks in 27 winters (1979/80–2005/06). The leading empirica...

2009
Osamu Abe

Daily precipitation samples for stable isotope analysis were collected throughout 2003 at Dome Fuji Station, inland East Antarctica. Stable isotopes show significantly depleted values with a large seasonal variability, which have never been obtained. Temporal changes in δ–T relation and d–excess are consistent with those found in geographical distribution. Precipitation was obtained almost ever...

2013
Tess A. Russo Andrew T. Fisher Dustin M. Winslow

[1] Studies of extreme precipitation have documented changes at the continental scale during the twentieth century, but few studies have quantified changes at small to regional spatial scales during the same time. We analyze historic data from over 600 precipitation stations in the San Francisco Bay Area (SFBA), California, to assess whether there have been statistically significant changes in ...

2013
S.-S. Lee

Aerosol effects on condensed water and precipitation in a tropical cloud system driven by deep convective clouds are investigated for two-dimensional simulations of 2-day duration. Although an assumed 10-fold increase in aerosol concentration results in a similar temporal evolution of mean precipitation and a small (9 %) difference in cumulative precipitation between the highand low-aerosol cas...

Background: Air Quality Index (AQI) quantifies the relationship between air quality and the level of health. The value of AQI may be predicted using neural network model for a day in advance, based on the meteorological variables and autocorrelation behavior of the index in Kermanshah, a city in western Iran. Methods: Data for air pollution and meteorological variables, collected during thre...

2003
WILLIAM H. KLEIN

A comparison is made of the relative effectiveness of the cyclonic circulation pattern a t four different tropospheric levels in specifying winter precipitation over the intermountain area of the western United States. This is accomplished by developing the synoptic climatology of precipitation resulting from Lows a t the 850-, 700-, 500-, and 300-mb. levels. Twelve-hr. precipitation amounts (e...

2005
S. C. Chou

Seasonal forecasts run by the Eta Model over South America were evaluated with respect to precipitation predictability at different time scales, seasonal, monthly and weekly for one-year period runs. The model domain was configured over most of South America in 40 km horizontal resolution and 38 layers. The lateral boundary conditions were taken from CPTEC GCM forecasts at T62L28. The sea surfa...

Journal: :Journal of Water and Climate Change 2023

Abstract This study investigates the future changes in precipitation extreme indices Lake Urmia Basin during period 2021–2100 compared to base (1987–2016), based on Coupled Model Intercomparison Project Phase 5 models. Trend analysis was performed using Mann–Kendall test and Sen's estimator. The output of these models downscaled by Long Ashton Research Station Weather Generator method for repre...

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

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

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