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

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

Ionospheric slab thickness is defined as the ratio of TEC to maximum electron density of the F-region (NmF2), proportional to the square of the F2-layer critical frequency (foF2). It is an important parameter in that it is linearly correlated with scale height of the ionosphere, which is related to electron density profile. It also reflects variation of the neutral temperature. Therefore, ionos...

Journal: :International journal of advanced research 2022

The seasonal effect on the F2 sublayer critical frequency of ionosphere (foF2), during one-day-shock, at Ouagadougou station three solar cycles (20, 21, and 22) is examined in this work. It appears that summer has an tending to decrease values ​​of foF2 maximum, ascending descending phase. At cycle winter autumn do not modify amplitudes. minimum, decreases ​​in morning (08:00 a.m. 1:00 ...

Journal: :Journal of geomagnetism and geoelectricity 1995

Journal: :Atmosphere 2021

The changes in the ionosphere during geomagnetic disturbances is one of prominent Space Weather effects on near-Earth environment. character these can differ significantly at different regions Earth. We studied ionospheric response to five storms March 2012, using data Total Electron Content (TEC) and F2-layer critical frequency (foF2) along meridian 70° W Northern Hemisphere. There are few ion...

Journal: :Remote Sensing 2021

In this paper, a deep learning long-short-term memory (LSTM) method is applied to the forecasting of critical frequency ionosphere F2 layer (foF2). Hourly values foF2 from 10 ionospheric stations in China and Australia (based on availability) 2006 2019 are used for training verifying. While 2015 exclusive verifying accuracy. The inputs LSTM model sequential data previous values, which include l...

Journal: :natural environment change 2015
mohammad ali sharifi saeed farzaneh

ionospheric slab thickness is defined as the ratio of tec to maximum electron density of the f-region (nmf2), proportional to the square of the f2-layer critical frequency (fof2). it is an important parameter in that it is linearly correlated with scale height of the ionosphere, which is related to electron density profile. it also reflects variation of the neutral temperature. therefore, ionos...

2008
Xinan Yue Libo Liu Weixing Wan Yong Wei Zhipeng Ren

[1] A middleand low-latitude ionospheric theoretical model is used for the first time to assess the effects of the secular variations of geomagnetic field orientation on ionospheric long-term trends over the past century. It is found that the varied geomagnetic field can produce ionospheric long-term trends in both foF2 and hmF2. Since the amplitudes of geomagnetic field change depend on locati...

1997
D. R. Lakshmi B. Veenadhari R. S. Dabas B. M. Reddy

A detailed analysis of the responses of the equatorial ionosphere to a large number of severe magnetic storms shows the rapid and remarkable collapse of F-region ionisation during post-midnight hours; this is at variance with the presently accepted general behaviour of the low-latitude ionosphere during magnetic storms. This paper discusses such responses as seen in the ionosonde data at Kodaik...

2017
Loredana Perrone Andrey Mikhailov Claudio Cesaroni Lucilla Alfonsi Angelo De Santis Michael Pezzopane Carlo Scotto

This is anOp Abstract – A recently proposed self-consistent approach to the analysis of thermospheric and ionospheric long-term trends has been applied to Rome ionosonde summer noontime observations for the (1957–2015) period. This approach includes: (i) a method to extract ionospheric parameter long-term variations; (ii) a method to retrieve from observed foF1 neutral composition (O, O2, N2), ...

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

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

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