نتایج جستجو برای: sun cmes

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

2008
N. R. Sheeley

The numbers of faculae at the poles of the Sun have been estimated from white-light images obtained at the Mount Wilson Observatory during 1985–2006 and combined with prior estimates extending back to 1906 when the observations began. The combined data show an 11-yr cyclic variation with faculae maxima occurring during sunspot minima in each of the past 10 sunspot cycles. Also, these numbers of...

Journal: :Nature Astronomy 2021

Coronal mass ejections (CMEs) are huge expulsions of magnetized matter from the Sun and stars, traversing space with speeds millions kilometers per hour. Solar CMEs can cause severe weather disturbances consumer power outages on Earth, whereas stellar may even pose a hazard to habitability exoplanets. While ejected by our be directly imaged white-light coronagraphs, for stars this is not possib...

2005
Jiong Qiu

We study the relationship between magnetic reconnection and acceleration of filaments and coronal mass ejections (CMEs) in different magnetic configurations. They occur in either quiet-Sun or active regions of either bipolar or multipolar magnetic fields, and are either or not accompanied by filament eruptions. The preliminary results of the case studies confirm the temporal correlation and mag...

2002
Mathew J. Owens Peter J. Cargill

[1] The relationship between the magnetic field intensity and speed of solar wind events is examined using 3 years of data from the ACE spacecraft. No preselection of coronal mass ejections (CMEs) or magnetic clouds is carried out. The correlation between the field intensity and maximum speed is shown to increase significantly when |B| > 18 nT for 3 hours or more. Of the 24 events satisfying th...

Journal: :The Astrophysical Journal 2022

Abstract Stealthy coronal mass ejections (CMEs), lacking low signatures, may result in significant geomagnetic storms. However, the mechanism of stealthy CMEs is still highly debated. In this work, we investigate whether there are differences between and standard terms their dynamic behaviors. Seven eight with speeds selected. We calculate two-dimensional speed distributions based on cross-corr...

2005
R. Schwenn A. Dal Lago E. Huttunen W. D. Gonzalez

To this day, the prediction of space weather effects near the Earth suffers from a fundamental problem: The radial propagation speed of “halo” CMEs (i.e. CMEs pointed along the Sun-Earth-line that are known to be the main drivers of space weather disturbances) towards the Earth cannot be measured directly because of the unfavorable geometry. From inspecting many limb CMEs observed by the LASCO ...

Journal: :Journal of Astrophysics and Astronomy 2023

Coronal Mass Ejections (CMEs), as they can inject a large amounts of mass and magnetic flux into the interplanetary space, are primary source space weather phenomena on Earth. The present review first briefly introduces solar surface signatures origins CMEs then focuses attempts to understand kinematic evolution from Sun have been observed in corona white-light series missions over last five de...

2008
J.-Y. Lee J. C. Raymond

The Ultraviolet Coronagraph Spectrometer (UVCS) observed Doppler shifted material of a partial Halo Coronal Mass Ejection (CME) on December 13 2001. The observed ratio of [O V]/O V] is a reliable density diagnostic important for assessing the state of the plasma. Earlier UVCS observations of CMEs found evidence that the ejected plasma is heated long after the eruption. We have investigated the ...

2008
Yuming Wang Jie Zhang

We present a statistical result on the properties of solar source regions that have produced 57 fastest front-side coronal mass ejections (CMEs) (speed ≥1500 km s) occurred from 1996 June to 2007 January. The properties of these fast-CME-producing regions, 35 in total, are compared with those of all 1143 active regions (ARs) in the period studied. An automated method, based on SOHO/MDI magnetic...

1998
S. E. GIBSON B. C. LOW

We present a theoretical magnetohydrodynamic (MHD) model describing the time-dependent expulsion of a three-dimensional coronal mass ejection (CME) out of the solar corona. The model relates the white-light appearance of the CME to its internal magnetic Ðeld, which takes the form of a closed bubble, Ðlled with a partly anchored, twisted magnetic Ñux rope, and embedded in an otherwise open backg...

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

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

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