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

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

2009
Xiaoni Wang Isabelle Herlin

This paper concerns the improvements of NO2 forecast due to satellite data assimilation. The Ozone Monitoring Instrument (OMI) aboard NASA Aura satellite provides observations of NO2 columns for air quality study. These satellite observations are assimilated, with the optimal-interpolation method, in an air quality model from Polyphemus, in order to improve NO2 forecasts in Europe. Good consist...

2011
M. Siek

Siek, M. and Solomatine, D.P., 2011. Real-time data assimilation for chaotic storm surge model using NARX neural network. Journal of Coastal Research, SI 64 (Proceedings of the 11th International Coastal Symposium), 1189 – 1194. Szczecin, Poland, ISSN 0749-0208 This paper introduces a real-time data assimilation technique where Nonlinear AutoRegressive with eXogenous inputs (NARX) neural networ...

Journal: :Quarterly journal of experimental psychology 2006
Holger Mitterer Valéria Csépe Leo Blomert

We investigated how spoken words are recognized when they have been altered by phonological assimilation. Previous research has shown that there is a process of perceptual compensation for phonological assimilations. Three recently formulated proposals regarding the mechanisms for compensation for assimilation make different predictions with regard to the level at which compensation is supposed...

2010
Kazumasa AONASHI

We developed a data assimilation method that incorporates the microwave imager (MWI) brightness temperatures (TBs) into the cloud-resolving model (CRM) developed by the Japan Meteorological Agency (JMANHM). This method consisted of a displacement error correction scheme and an Ensemble-based variational assimilation scheme. In the displacement error correction scheme, we obtained the optimum di...

2016
Alexandre J. Chorin Fei Lu Robert N. Miller Matthias Morzfeld Xuemin Tu

Importance sampling algorithms are discussed in detail, with an emphasis on implicit sampling, and applied to data assimilation via particle filters. Implicit sampling makes it possible to use the data to find high-probability samples at relatively low cost, making the assimilation more efficient. A new analysis of the feasibility of data assimilation is presented, showing in detail why feasibi...

2012
Chun Fong Lei Eric W. T. Ngai

The current paper presents a theoretical framework on the assimilation of Green IS in organizations. The assimilation of Green IS comprises three stages, namely, Green IS initiation, adoption, and routinization. The different stages of assimilation are proposed to be affected by different groups of factors. Based on institutional theory, organizational information processing theory and organiza...

2014
Lucas Frungillo Michael J. Skelly Gary J. Loake Steven H. Spoel Ione Salgado

Nitrogen assimilation plays a vital role in plant metabolism. Assimilation of nitrate, the primary source of nitrogen in soil, is linked to the generation of the redox signal nitric oxide (NO). An important mechanism by which NO regulates plant development and stress responses is through S-nitrosylation, that is, covalent attachment of NO to cysteine residues to form S-nitrosothiols (SNO). Desp...

1999
G. P. Brasseur

Observations of carbon monoxide (CO) by the MAPS instrument onboard the Space Shuttle were assimilated into a global three-dimensional chemistry transport model using the Optimal Interpolation approach. The assimilation considerably improved the calculated distribution of CO in the troposphere. On the global scale, the adjustment of the CO eld resulting from the assimilation procedure was large...

Journal: :J. Comput. Physics 2016
Vishwas Rao Adrian Sandu

A parallel-in-time algorithm based on an augmented Lagrangian approach is proposed to solve four-dimensional variational (4D-Var) data assimilation problems. The assimilation window is divided into multiple sub-intervals that allows to parallelize cost function and gradient computations. Solution continuity equations across interval boundaries are added as constraints. The augmented Lagrangian ...

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

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

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