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

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

2006
Pinaki Chakraborty Gustavo Gioia Susan Kieffer

[1] Photographs of a volcanic column in a recent eruption of Reventador show a prominently scalloped umbrella that is unlike any umbrella previously documented on a volcanic column. We propose that the scallops in this umbrella are the result of a turbulent Rayleigh–Taylor (RT) instability, a type of fluid instability with no precedents in volcanology. Negative buoyancy drives this instability,...

2012
Franck Donnadieu

Many types of radar systems have been applied to the study of a wide range of volcanic features. Fields of application commonly include volcano deformation by interferometric synthetic aperture radar (InSAR), mainly satellite-based (e.g. Froger et al., 2007) but also ground-based like LISA (Casagli et al., 2009), digital elevation model generation using satellite or airborne InSAR measurements,...

2014
Teresa Scolamacchia Donald B. Dingwell

Understanding the mechanisms that govern ash aggregation is of critical importance in volcanology. Aggregation reduces the residence time of ash (≤2 mm) in the atmosphere strongly, by enhancing the sedimentation of finer-grained material generated during explosive eruptions. To date, experimental studies have focused on the expectation that water provides the strongest bonds between particles t...

2014
Katharine Cashman Juliet Biggs

*Correspondence: Katharine Cashman, School of Earth Sciences, University of Bristol, Queens Road, Bristol BS8 1RJ, UK e-mail: glkvc@bristol.ac.uk An emerging challenge in modern volcanology is the apparent contradiction between the perception that every volcano is unique, and classification systems based on commonalities among volcano morphology and eruptive style. On the one hand, detailed stu...

Journal: :CoRR 2013
Ali El-Zaart Wafaa Kamel Al-Jibory

Radar images can reveal information about the shape of the surface terrain as well as its physical and biophysical properties. Radar images have long been used in geological studies to map structural features that are revealed by the shape of the landscape. Radar imagery also has applications in vegetation and crop type mapping, landscape ecology, hydrology, and volcanology . Image processing i...

2015
Jörn-Frederik Wotzlaw Ilya N. Bindeman Richard A. Stern Francois-Xavier D’Abzac Urs Schaltegger

Large-volume caldera-forming eruptions of silicic magmas are an important feature of continental volcanism. The timescales and mechanisms of assembly of the magma reservoirs that feed such eruptions as well as the durations and physical conditions of upper-crustal storage remain highly debated topics in volcanology. Here we explore a comprehensive data set of isotopic (O, Hf) and chemical proxi...

2015
B. Bernard U. Kueppers H. Ortiz

Explosive volcanic eruptions are commonly characterized based on a thorough analysis of the generated deposits. Amongst other characteristics in physical volcanology, density and porosity of juvenile clasts are some of the most frequently used to constrain eruptive dynamics. In this study, we evaluate the sensitivity of density and porosity data to statistical methods and introduce a weighting ...

2005
Glyn Williams-Jones Hazel Rymer

One of the fundamental questions in modern volcanology is the manner in which a volcanic eruption is triggered; the intrusion of fresh magma into a reservoir is thought to be a key component. The amount by which previously ponded reservoir magma interacts with a newly intruded magma will determine the nature and rate of eruption as well as the chemistry of erupted lavas and shallow dykes. The p...

Journal: :SIAM J. Scientific Computing 2017
Ossian O'Reilly Eric M. Dunham Jan Nordström

We present an efficient, implicit-explicit numerical method for wave propagation in solids containing fluid-filled cracks, motivated by applications in geophysical imaging of fractured oil/gas reservoirs and aquifers, volcanology, and mechanical engineering. We couple the elastic wave equation in the solid to an approximation of the linearized, compressible Navier–Stokes equations in curved and...

2008
Ilan Kelman Tamsin A. Mather

Although the negative impacts of volcanism on society are well documented and accepted, many possible benefits from volcanoes are not always fully considered. This paper provides suggestions for understanding and implementing volcanoes' benefits by suggesting further application of existing risk management frameworks to volcanology: living with risk by using the sustainable livelihoods approach...

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

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

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