نتایج جستجو برای: seasonal forecast

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

2004
DAKE CHEN XIAOJUN YUAN

A linear Markov model has been developed to simulated and predict the short-term climate change in the Antarctic, with particular emphasis on sea ice variability. Seven atmospheric variables along with sea ice were chosen to define the state of the Antarctic climate, and the multivariate empirical orthogonal functions of these variables were used as the building blocks of the model. The predict...

2007
R. J. B. Fawcett R. C. Stone

There are at present two major governmental seasonal rainfall forecasting programs in Australia. The first of these programs is run by the Australian Government through the Bureau of Meteorology and commenced in 1989. The second is run by the Queensland Government (QG) through its Department of Environment and Resource Management (and its predecessors) and commenced in 1994. Both programs issue...

2004
H. W. van den Brink

[1] The vulnerability of society on extreme weather has resulted in extensive research on the statistics of extremes. Although the theoretical framework of extreme value statistics is well developed, meteorological applications are often limited by the relative shortness of the available datasets. In order to overcome this problem, we use archived data from all past seasonal forecast ensemble r...

2007
D. Nagesh Kumar M. Janga Reddy Rajib Maity

This paper presents an Artificial Intelligence approach for regional rainfall forecasting for Orissa state, India on monthly and seasonal time scales. The possible relation between regional rainfall over Orissa and the large scale climate indices like El-Niño Southern Oscillation (ENSO), EQUitorial INdian Ocean Oscillation (EQUINOO) and a local climate index of Ocean-Land Temperature Contrast (...

Journal: :Inf. Sci. 2013
Kuo-Ping Lin Ping-Feng Pai Yu-Ming Lu Ping-Teng Chang

Revenue forecasting is difficult but essential for companies that want to create high-quality revenue budgets, especially in an uncertain economic environment with changing government policies. Under these conditions, the subjective judgment of decision makers is a crucial factor in making accurate forecasts. This investigation develops a fuzzy least-squares support vector regression model with...

2010
Han Lin Shang

This paper uses half-hourly electricity demand data in South Australia as an empirical study of nonparametric modeling and forecasting methods for prediction from half-hour ahead to one year ahead. A notable feature of the univariate time series of electricity demand is the presence of both intraweek and intraday seasonalities. An intraday seasonal cycle is apparent from the similarity of the d...

2015
Andrea L Taylor Suraje Dessai Wändi Bruine de Bruin

Across Europe, organizations in different sectors are sensitive to climate variability and change, at a range of temporal scales from the seasonal to the interannual to the multi-decadal. Climate forecast providers face the challenge of communicating the uncertainty inherent in these forecasts to these decision-makers in a way that is transparent, understandable and does not lead to a false sen...

2012

The subseasonal to seasonal timescale provides a unique opportunity to capitalise on the expertise of the weather and climate research communities, and to bring them together to improve predictions on a timescale of particular relevance to the Global Framework for Climate Services (GFCS). A planning group which included representatives from WWRP/THORPEX, WCRP, CBS and CCl drafted the implementa...

2012

The subseasonal to seasonal timescale provides a unique opportunity to capitalise on the expertise of the weather and climate research communities, and to bring them together to improve predictions on a timescale of particular relevance to the Global Framework for Climate Services (GFCS). A planning group which included representatives from WWRP/THORPEX, WCRP, CBS and CCl drafted the implementa...

2012

The subseasonal to seasonal timescale provides a unique opportunity to capitalise on the expertise of the weather and climate research communities, and to bring them together to improve predictions on a timescale of particular relevance to the Global Framework for Climate Services (GFCS). A planning group which included representatives from WWRP/THORPEX, WCRP, CBS and CCl drafted the implementa...

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

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

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