Weather Generator and Hourly Disaggregation Model

Size: px
Start display at page:

Download "Weather Generator and Hourly Disaggregation Model"

Transcription

1 Weather Generator and Hourly Disaggregation Model A Report Describing the Work Done With the Weather Generator Prepared By: Rami Mansour and Donald H. Burn, Ph.D., P.Eng. Department of Civil and Environmental Engineering University of Waterloo Waterloo, ON CANADA N2L 3G1. April 2010

2 Executive Summary Four different versions of the Weather Generator code have been created in an attempt to find an effective way to reproduce accurate precipitation values for the London Weather Station. These include the original version, a version using only three variables in the analysis, a version with pertubation removed, and finally a version with pertubation removed that uses only stations within 50 km from London. The precipitation values outputted by the Weather Generator are sent through a Disaggregation Model that creates hourly values using historical records. The IDF values from the resulting data are then compared to London s historical IDF values; the results from the version of the Weather Generator with pertubation removed and which uses only the closest London stations are found to be the most accurate. The Return Annual Rainfall amounts are also calculated in an attempt to verify that the disaggregation model is working correctly. i

3 Table of Contents Executive Summary... i List of Figures... ii List of Tables... ii 1.0 Introduction Updating The Code Analysis of WG Outputs Regarding the Usage of Different Stations Disaggregation Model IDF Values Problems Encountered Effects of Removing Pertubation Conclusion... 9 List of Figures Figure 1 Map of WG Stations Used... 3 Figure 2 Different Stations WG Outputs... 3 Figure 3 Original Stations WG Output... 4 Figure 4 Comparison of Actual Vs. Estimated Values... 5 Figure 5 Comparison of Historical Vs. Generated Values... 5 List of Tables Table 1 IDF Values for 1 Hour Duration... 1 Table 2 IDF Values for 24 Hour Duration... 2 Table 3 Pertubation Removed with 7 Variables... 7 Table 4 3 Variables... 7 Table 5 7 Variables... 7 Table 6 Stations Used in Close Analysis... 8 Table 7 Closer to London Pertubation Removed Results... 8 Table 8 Percentage of Error Results... 8 ii

4 1.0 Introduction The Weather Generator (WG) takes in historical data (including precipitation levels) and uses these amounts to predict values for the number of years specified by the user. It also creates seven different variables of data including: PRL/MSL (mean sea level pressure), SPFH (near surface specific humidity), UAS (zonal wind component at 10 m height), VAS (meridional wind components at 10 m height), PPT (precipitation), TemMax (max temperature), and TemMin (minimum temperature). However, only the precipitation was taken into account for this specific project. Originally the WG that was updated by Mamun was being used, but the precipitation results were not as expected. A meeting was set with Tarana who was doing work with the Weather Generator in Western University and the latest model of the Weather Generator was given to be used. 2.0 Updating the Code The WG code originally uses seven variables in its analysis. In an attempt to create better results, a version was saved that uses only three of the variables (PPT, TempMax, and TempMin). This was done in an effort to see what the effect of using different variables would be on the precipitation output. However the results from the three variable version of the WG did not differ significantly from the seven variable version. The Table 1 shows the generated IDF values with 1 hour duration for both the 3 and 7 variable versions of the WG. The Table 2 illustrates the same concept but with an interval of 24 hours. It was concluded that using the different sets of variables did not have a large impact on the testing results, as can be confirmed with the similar results in both tables. 1

5 Table 1 - IDF Values for 1 Hour Duration IDF Values Year 3 Var 7 var Table 2- IDF Values for 24 Hour Duration IDF Values Year 3 Var 7 Var

6 2.1 Analysis of WG Outputs Regarding the Usage of Different Stations For the original analysis 22 Weather Stations shown in Table 3 were used. The Figure 1 is a map of the stations that are used be the Weather Generator. The stations include: Blythe, Brantford, Chatham, DelhiCS, Dorchester, Embro, Exeter, Fergus, Folden, GlenAllan, HamiltonA, Illderton, LondonA, Petroliatown, Ridgetown, SarniaA, Stratford, StThomas, Tillsonburg, WaterlooA, Woodstock, and Wroxeter. Table 3 - Stations Used with Weather Generator Stations Latitude Longitude Elevation (metres) Geographical Distance from London in KM (approximate) IDF data Daily Precipitation data Hourly Precipitation data From To From To From To FERGUS SHAND DAM FOLDENS GLEN ALLAN ILLDERTON BLYTH BRANTFORD MOE CHATHAM DELHI CS DORCHESTER EMBRO EXETER HAMILTONA LONDON PETROLIA TOWN RIDGETOWN RCS SARNIAA St. THOMAS WPCP STRATFORD TILLSONBURG MOE WATERLOOWELLINGTONA WOODSTOCK WROXETER Figure 1- Map of WG Stations Used 3

7 The WG was run using a different number of stations to try and find the best combination of factors that would give the most accurate results. Since the London station was being analysed, it was decided that using only the stations closest to it would provide the best estimate for precipitation values. Two different sets of stations were used with the WG to see the effects this would have. The first test involved the stations London, Dorchestor, Ilderton, Foldens, Embro, and St. Thomas (six stations). Figure 2 is the monthly totals for this test, while Figure 3 shows the original output from the WG using all 22 stations. A second test was done on the stations of London, Dorchestor, Ilderton, and St. Thomas. It was found that only using stations near London reduced the variance of the monthly data and reduced extreme outliers; however this difference was not as significant as was predicted. Figure 2 - Different Stations WG Outputs Figure 3 - Original Stations WG Output 3.0 Disaggregation Model The WG outputs the precipitation in daily values for the years 2001 to In order to find the hourly values for each day, a disaggregation model was created. This model takes previous sets of hourly data that were collected in 4

8 the same region as the input data for the WG and uses these as a template for how the hourly values should be calculated. The program is a simplified version of what has been developed by many research papers and Masters Students. This program works by finding a specified number of days (a 50 day windows was used) in which the current daily PPT value will be compared to (will use the same ratio of hourly values). The best match is determined by using the formula: where NDP is the new daily precipitation (Weather Generated data), ODP is the old daily precipitation (historical data), NE is the new event value (Weather Generator event), and OE is the old event value (historical events). An event is defined as a two or more days with rainfall data (the total amount of rainfall in the consecutive days is considered the event precipitation values). The weights (w1 and w2) are used to decide which historical hourly ratio is best for the data. An hourly value that is within the set window of days can be chosen for a similar event (w2) or for the total daily precipitation (w1). The lowest value (Val) found in the window is chosen as the daily ratio of historical hourly values used to make the WG s daily data into hourly values. The ratio of hourly values found within the chosen day is then applied to the daily value; this creates a plausible hourly set-up for the given daily data. This program has been sent daily data that already had known hourly values and the results have been compared in an attempt to verify that the model works correctly. The actual hourly values and the estimated hourly values were then compared to try and see if a correlation existed. The data points between the two periods did not correlate well together due to many precipitation values of zero, so all zero values were removed and the data was sorted. The Figure 4 shows the sorted comparison data. The graph shows a strong correlation between the estimated and generated values; the generated and historical values were found to have a correlation of over 0.9. Figure 4 - Comparison of Actual Vs. Estimated Values 5

9 Further comparisons were done for the observed and generated data. The average precipitation levels for each historical year were compared with those generated by the WG. However, the historical data was for the years and the Weather Generated values were for the years , so it was not a direct comparison. This is illustrated in Figure 5. The values are generally similar in trend and variance; however the outliers in the generated data were observed to be much higher than that of the historical, which skewed the data. This was solved by averaging out different outputs from the Weather Generator. Figure 5 - Comparison of Historical Vs. Generated Values 3.1 IDF Values IDF values were found for different time periods that included 1, 2, 6, 12, and 24 hours. This was done for the entire 27 year analysis for ten different sets of Weather Generator output for both the 3 and 7 variable versions. To test this procedure, the program was used to find the IDF values for the historical values, which was then compared to the known IDF values for that time. There was a close match with the two, which helps justify that the disaggregation model is effective in modeling hourly data. 4.0 Problems Encountered One of the biggest problems with the WG is the large amount of time that it takes to finish running. However it was observed that reducing the overall number of stations and variables being used reduced the amount of time needed to finish running. Another problem was the huge amount of data that needed to be processed. This caused the editing of the Hourly Values Generator to slow down until a smaller data set was used; in effect this reduced the editing time, and only when the model was ready was the full data finally used. When the Weather Generator was first used to create 6

10 precipitation values, it was evident that some extreme outliers were skewing the data. In order to combat this and reduce the number of outliers, the Weather Generator was run three times and the values were all averaged. Although this greatly reduced the number of zero values, it also kept any outliers within reason and helped create more realistic and accurate results. 5.0 Effects of Removing Pertubation The Weather Generator code was updated to remove pertubation from the coding in an attempt to improve the accuracy of the outputs with respect to Return Period Rainfall Amounts. The historical values were compared with the 3var, 7var, and pertubation removed values to see which produced the closest values. The following tables are the results of the analysis, with smaller values being optimal. The analysis involved running each program ten times, using the hourly disaggregation model to find hourly data. To calculate the return period rainfall amounts we use two formulae: P = P + K S T T P where P T is the return period rainfall amount for the return period T (where T = 2, 5, 10, 25, 50 and 100), P is the mean of the rainfall values for the duration selected, S p is the standard deviation of the rainfall values for the duration selected and K T is given in the equation below. K T 6 T = ln ln π T 1 where T is again the return period. The results should be close to (if not exactly) the results from the historical IDF Data. The Return Period Rainfall Amounts for the average of the ten tests is presented in Table 3, 4 and 5. Table 4 - Pertubation Removed with 7 Variables Period Hours

11 Table 5-3 Variables Period Hours Table 6-7 Variables Period Hours The pertubation removed values were found to be the best of the three (by far). In order to further optimize these values however, tests were run using different weights for two parameters in the Hourly Desegregation model, but it was found that the ones being used were giving the best results (w1 = 0.2, w2 = 0.8, window = 50 days). To help improve the values further, only stations within 50 km of London were used with the Weather Generator (pertubation removed). These stations were as follows: Table 7- Stations Used in Close Analysis Stations Latitude Longitude Elevation (m) 8 Geographical Distance from London LONDON DORCHESTER ILLDERTON St. THOMAS WPCP EMBRO FOLDENS WOODSTOCK STRATFORD EXETER

12 The results of this comparison were then put through the same process as stated above, and the results were compared to the pertubation version using all the stations. The return period rainfall amounts for the average of fifty tests for the nine stations closest to London are: Table 8 - Closer to London Pertubation Removed Results Period Hours These values are much better than the version using all stations, so this format will continue to be used. The percentages of error with these results are: Table 9 - Percentage of Error Results % Error Hours % 5.22% 12.13% 6.32% -0.23% % 3.29% 6.90% 3.99% -4.00% % 2.48% 4.65% 2.93% -5.65% % 1.74% 2.58% 1.91% -7.19% % 1.33% 1.41% 1.32% -8.07% % 0.99% 0.45% 0.83% -8.79% 5.1 Box Plots Box plots were made for the Weather Generated Rainfall Return Amounts for each time period (1, 2, 6, 12, and 24 hours), each containing a different plot for the different return periods (2, 5, 10, 25, 50, and 100). As well the historical values have been plotted to serve as a comparison for the two. For each box plot the center mark is the median of the data, the edges of the box are the 25 th and 75 th percentiles, the whiskers extend to the most extreme data points that are not considered outliers, and outliers are shown as small crosses. The outliers are defined using the equation: 9

13 (6) The variable w is the whisker length and q1 and q3 are the 25 th and 75 th percentiles, respectively. Any values larger or smaller than the +/- of this equation are considered to be outliers. Figure 6 shows the return period rainfall amounts for all fifty tests done for the one hour time period. It can be seen that the median for the Weather Generated values is lower than that of the historical values. As well with a larger return amount, the variance of values increases at a steady rate. However the median values are not very far off which shows the effectiveness of the Disaggregation Model being used. Figure 6-1 Hour Box Plot Figure 7 shows the return period rainfall amounts for the 24 hour values for all fifty tests. Similar to the 1 hour box plots, the median values for the Weather Generator are lower than those for the historical values. However the difference is much larger than the 1 hour box plots, which shows that the increase in analysis period causes the Disaggregation Model to work less effectively. Similar to the 1 hour box plot, Figure 7 has an increasing variance in return period rainfall amounts for the larger return periods. Despite this the Weather Generator values are still somewhat similar to the Historical values which confirm the effectiveness of the Disaggregation model. 10

14 Figure 7-24 Hour Box Plot 6.0 Conclusions From this testing it was found that by removing pertubation and using only the stations within 50 km of London the WG can provide a more accurate representation for precipitation values. This was found by testing four different versions of the Weather Generator code and comparing the generated and historical values. By calculating total monthly precipitation values, plotting the different values to find any correlations, finding IDF values, and finding return period rainfall amounts a proper comparison of the different versions generated precipitation to the historical records could be made. The low percentage of error in the comparisons between the historical and generated return rainfall period amounts and IDF values provided a greater insight to the effectiveness of the hourly disaggregation model, and helped conclude that the weights being used in the disaggregation equation are optimal. 11

Uncertainty in IDF Curves

Uncertainty in IDF Curves Uncertainty in IDF Curves Rami Mansour, Fahad Alzahrani and Donald H. Burn Department of Civil & Environmental Engineering University of Waterloo Waterloo ON CANADA Introduction Work has focused on quantifying

More information

Water Resources Research Report

Water Resources Research Report THE UNIVERSITY OF WESTERN ONTARIO DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING Water Resources Research Report Assessment of Climatic Vulnerability in the Upper Thames River Basin: Part 2 By: Leanna

More information

CFCAS project: Assessment of Water Resources Risk and Vulnerability to Changing Climatic Conditions. Project Report II.

CFCAS project: Assessment of Water Resources Risk and Vulnerability to Changing Climatic Conditions. Project Report II. CFCAS project: Assessment of Water Resources Risk and Vulnerability to Changing Climatic Conditions Project Report II. January 2004 Prepared by and CFCAS Project Team: University of Western Ontario Slobodan

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature This lesson uses NCDC data to compare

More information

ANSWER KEY. Part I: Weather and Climate. Lab 16 Answer Key. Explorations in Meteorology 72

ANSWER KEY. Part I: Weather and Climate. Lab 16 Answer Key. Explorations in Meteorology 72 ANSWER KEY Part I: Weather and Climate Table 2 lists the maximum and minimum temperatures (in F) and precipitation (in inches) for every day during April 2003 at Fairbanks, Alaska. You will compare your

More information

LOCAL CLIMATOLOGICAL DATA Monthly Summary November 2006

LOCAL CLIMATOLOGICAL DATA Monthly Summary November 2006 Deg. Days Precip Ty Precip Wind Sun Hu- Adj. to Sea Level mid- ity Avg Res Res Peak Minute 1 fog 2 hvy fog 3 thunder 4 ice plt 5 hail 6 glaze 7 duststm 8 smk, hz 9 blw snw 1 2 3 4A 4B 5 6 7 8 9 12 14 15

More information

LOCAL CLIMATOLOGICAL DATA Monthly Summary July 2013

LOCAL CLIMATOLOGICAL DATA Monthly Summary July 2013 Deg. Days Precip Ty Precip Wind Solar Hu- Adj. to Sea Level mid- ity Avg Res Res Peak Minute 1 fog 2 hvy fog 3 thunder 4 ice plt 5 hail 6 glaze 7 duststm 8 smk, hz 9 blw snw 1 2 3 4A 4B 5 6 7 8 9 12 14

More information

LOCAL CLIMATOLOGICAL DATA Monthly Summary September 2016

LOCAL CLIMATOLOGICAL DATA Monthly Summary September 2016 Deg. Days Precip Ty Precip Wind Solar Hu- Adj. to Sea Level mid- ity Avg Res Res Peak 2 Minute 1 fog 2 hvy fog 3 thunder 4 ice plt 5 hail 6 glaze 7 duststm 8 smk, hz 9 blw snw 1 2 3 4A 4B 5 6 7 8 9 11

More information

Water Information Portal User Guide. Updated July 2014

Water Information Portal User Guide. Updated July 2014 Water Information Portal User Guide Updated July 2014 1. ENTER THE WATER INFORMATION PORTAL Launch the Water Information Portal in your internet browser via http://www.bcogc.ca/public-zone/water-information

More information

Simulating climate change scenarios using an improved K-nearest neighbor model

Simulating climate change scenarios using an improved K-nearest neighbor model Journal of Hydrology 325 (2006) 179 196 www.elsevier.com/locate/jhydrol Simulating climate change scenarios using an improved K-nearest neighbor model Mohammed Sharif, Donald H Burn * Department of Civil

More information

7 th Grade Science. Class Objectives: Students will be able to.. Do Now

7 th Grade Science. Class Objectives: Students will be able to.. Do Now 7 th Grade Science Unit: Global Warming Mini Unit Lesson: GW 3_ Climate Factors Name: Date: Monday, October 17, 2016 Homeroom: Class Objectives: Students will be able to.. SWBAT distinguish which factor

More information

Weather to Climate Investigation: Snow

Weather to Climate Investigation: Snow Name: Date: Weather to Climate Investigation: Snow Guiding Questions: What are the historical and current weather patterns or events for a location in the United States? What are the long-term weather

More information

4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis

4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis 4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis Beth L. Hall and Timothy. J. Brown DRI, Reno, NV ABSTRACT. The North American

More information

Water Resources Research Report

Water Resources Research Report THE UNIVERSITY OF WESTERN ONTARIO DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING Water Resources Research Report Development of Probability Based Intensity- Duration-Frequency Curves under Climate Change

More information

Quantifying Uncertainty in Modelled Estimates of Future Extreme Precipitation Events CFCAS Project Progress Report

Quantifying Uncertainty in Modelled Estimates of Future Extreme Precipitation Events CFCAS Project Progress Report Quantifying Uncertainty in Modelled Estimates of Future Extreme Precipitation Events CFCAS Project Progress Report The University of Western Ontario Outline A - Reanalysis Data for UTRW C Quantifying GCM

More information

FireFamilyPlus Version 5.0

FireFamilyPlus Version 5.0 FireFamilyPlus Version 5.0 Working with the new 2016 NFDRS model Objectives During this presentation, we will discuss Changes to FireFamilyPlus Data requirements for NFDRS2016 Quality control for data

More information

The Climate of Murray County

The Climate of Murray County The Climate of Murray County Murray County is part of the Crosstimbers. This region is a transition between prairies and the mountains of southeastern Oklahoma. Average annual precipitation ranges from

More information

AERMOD Sensitivity to AERSURFACE Moisture Conditions and Temporal Resolution. Paper No Prepared By:

AERMOD Sensitivity to AERSURFACE Moisture Conditions and Temporal Resolution. Paper No Prepared By: AERMOD Sensitivity to AERSURFACE Moisture Conditions and Temporal Resolution Paper No. 33252 Prepared By: Anthony J Schroeder, CCM Managing Consultant TRINITY CONSULTANTS 7330 Woodland Drive Suite 225

More information

DRAFT DRAFT. 1.5 The large data set. Contents. Contents

DRAFT DRAFT. 1.5 The large data set. Contents. Contents s 9.. D 5T is pl he ac la em rg en e d t-t at im a s e et gr ap h Sa m pl e - 9 RGRESSIN Edexcel AS and A level Mathematics Statistics and Mechanics NEW FR 7 Year /AS Contents Data collection The highlighted

More information

Identifying Biomes from Climatograms

Identifying Biomes from Climatograms Identifying Biomes from Welcome to your climatogram lab. In this lab you will investigate the between the amount of rainfall and the variance of temperature and the effect on the distribution of biomes

More information

C1: From Weather to Climate Looking at Air Temperature Data

C1: From Weather to Climate Looking at Air Temperature Data C1: From Weather to Climate Looking at Air Temperature Data Purpose Students will work with short- and longterm air temperature data in order to better understand the differences between weather and climate.

More information

Name: Climate Date: EI Niño Conditions

Name: Climate Date: EI Niño Conditions Name: Date: Base your answers to questions 1 and 2 on the maps and the passage below. The maps show differences in trade wind strength, ocean current direction, and water temperature associated with air-pressure

More information

Climate Risk Profile for Samoa

Climate Risk Profile for Samoa Climate Risk Profile for Samoa Report Prepared by Wairarapa J. Young Samoa Meteorology Division March, 27 Summary The likelihood (i.e. probability) components of climate-related risks in Samoa are evaluated

More information

The general procedure for estimating 24-hour PMP includes the following steps:

The general procedure for estimating 24-hour PMP includes the following steps: 14th Conference on Applied Climatology Abstract # 71520 Using PRISM Climate Grids and GIS for Extreme Precipitation Mapping George H. Taylor and Christopher Daly Oregon State University Corvallis Oregon

More information

Worksheet: The Climate in Numbers and Graphs

Worksheet: The Climate in Numbers and Graphs Worksheet: The Climate in Numbers and Graphs Purpose of this activity You will determine the climatic conditions of a city using a graphical tool called a climate chart. It represents the long-term climatic

More information

Slide 1. Slide 2. Slide 3. Pick a Brick. Daphne. 400 pts 200 pts 300 pts 500 pts 100 pts. 300 pts. 300 pts 400 pts 100 pts 400 pts.

Slide 1. Slide 2. Slide 3. Pick a Brick. Daphne. 400 pts 200 pts 300 pts 500 pts 100 pts. 300 pts. 300 pts 400 pts 100 pts 400 pts. Slide 1 Slide 2 Daphne Phillip Kathy Slide 3 Pick a Brick 100 pts 200 pts 500 pts 300 pts 400 pts 200 pts 300 pts 500 pts 100 pts 300 pts 400 pts 100 pts 400 pts 100 pts 200 pts 500 pts 100 pts 400 pts

More information

Methodology and Data Sources for Agriculture and Forestry s Interpolated Data ( )

Methodology and Data Sources for Agriculture and Forestry s Interpolated Data ( ) Methodology and Data Sources for Agriculture and Forestry s Interpolated Data (1961-2016) Disclaimer: This data is provided as is with no warranties neither expressed nor implied. As a user of the data

More information

WEATHER NORMALIZATION METHODS AND ISSUES. Stuart McMenamin Mark Quan David Simons

WEATHER NORMALIZATION METHODS AND ISSUES. Stuart McMenamin Mark Quan David Simons WEATHER NORMALIZATION METHODS AND ISSUES Stuart McMenamin Mark Quan David Simons Itron Forecasting Brown Bag September 17, 2013 Please Remember» Phones are Muted: In order to help this session run smoothly,

More information

The Climate of Marshall County

The Climate of Marshall County The Climate of Marshall County Marshall County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information

Average Weather In March For Fukuoka, Japan

Average Weather In March For Fukuoka, Japan Average Weather In March For Fukuoka, Japan Location This report describes the typical weather at the Fukuoka Airport (Fukuoka, Japan) weather station over the course of an average March. It is based on

More information

Measures of center. The mean The mean of a distribution is the arithmetic average of the observations:

Measures of center. The mean The mean of a distribution is the arithmetic average of the observations: Measures of center The mean The mean of a distribution is the arithmetic average of the observations: x = x 1 + + x n n n = 1 x i n i=1 The median The median is the midpoint of a distribution: the number

More information

SWAT WEATHER DATABASE TOOL

SWAT WEATHER DATABASE TOOL A SUPPORT SYSTEM FOR THE LONG-TERM ANALYSIS OF CLIMATE SCENARIOS WITH SWAT Arthur H. Essenfelder Centro Euro-Mediterraneo sui Cambiamenti Climatici CMCC 2017 INTERNATIONAL SWAT CONFERENCE 28 30 JUNE 2017,

More information

Assessing methods to disaggregate daily precipitation for hydrological simulation

Assessing methods to disaggregate daily precipitation for hydrological simulation Assessing methods to disaggregate daily precipitation for hydrological simulation Peng Gao, Gregory Carbone, Daniel Tufford, Aashka Patel, and Lauren Rouen Department of Geography University of South Carolina

More information

Using PRISM Climate Grids and GIS for Extreme Precipitation Mapping

Using PRISM Climate Grids and GIS for Extreme Precipitation Mapping Using PRISM Climate Grids and GIS for Extreme Precipitation Mapping George H. Taylor, State Climatologist Oregon Climate Service 316 Strand Ag Hall Oregon State University Corvallis OR 97331-2209 Tel:

More information

Model Output Statistics (MOS)

Model Output Statistics (MOS) Model Output Statistics (MOS) Numerical Weather Prediction (NWP) models calculate the future state of the atmosphere at certain points of time (forecasts). The calculation of these forecasts is based on

More information

Solution: The ratio of normal rainfall at station A to normal rainfall at station i or NR A /NR i has been calculated and is given in table below.

Solution: The ratio of normal rainfall at station A to normal rainfall at station i or NR A /NR i has been calculated and is given in table below. 3.6 ESTIMATION OF MISSING DATA Data for the period of missing rainfall data could be filled using estimation technique. The length of period up to which the data could be filled is dependent on individual

More information

The Climate of Payne County

The Climate of Payne County The Climate of Payne County Payne County is part of the Central Great Plains in the west, encompassing some of the best agricultural land in Oklahoma. Payne County is also part of the Crosstimbers in the

More information

W. Douglas Wewer 1,2 *, Michael J. Jenkins 1

W. Douglas Wewer 1,2 *, Michael J. Jenkins 1 A PRACTITIONER S PERSPECTIVE: PROVIDING TIMELY AND RELEVANT MOUNTAIN WEATHER INFORMATION TO AVALANCHE WORKERS AT SNOWBASIN, A SUN VALLEY RESORT AND THE FOREST SERVICE UTAH AVALANCHE CENTER W. Douglas Wewer

More information

SOUTH MOUNTAIN WEATHER STATION: REPORT FOR QUARTER 2 (APRIL JUNE) 2011

SOUTH MOUNTAIN WEATHER STATION: REPORT FOR QUARTER 2 (APRIL JUNE) 2011 SOUTH MOUNTAIN WEATHER STATION: REPORT FOR QUARTER 2 (APRIL JUNE) 2011 Prepared for ESTANCIA BASIN WATERSHED HEALTH, RESTORATION AND MONITORING STEERING COMMITTEE c/o CLAUNCH-PINTO SOIL AND WATER CONSERVATION

More information

DNV GL s empirical icing map of Sweden and methodology for estimating annual icing losses

DNV GL s empirical icing map of Sweden and methodology for estimating annual icing losses ENERGY DNV GL s empirical icing map of Sweden and methodology for estimating annual icing losses An update with further Nordic data Till Beckford 1 SAFER, SMARTER, GREENER Contents Experience from operational

More information

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Page 1 For the best results follow all of the instructions on the following pages to quickly access real-time

More information

First step: Construction of Extreme Rainfall timeseries

First step: Construction of Extreme Rainfall timeseries First step: Construction of Extreme Rainfall timeseries You may compile timeseries of extreme rainfalls from accumulated intervals within the environment of Hydrognomon or import your existing data e.g.

More information

The Climate of Seminole County

The Climate of Seminole County The Climate of Seminole County Seminole County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information

Forecasting Using Time Series Models

Forecasting Using Time Series Models Forecasting Using Time Series Models Dr. J Katyayani 1, M Jahnavi 2 Pothugunta Krishna Prasad 3 1 Professor, Department of MBA, SPMVV, Tirupati, India 2 Assistant Professor, Koshys Institute of Management

More information

Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique

Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique Hatice Çitakoğlu 1, Murat Çobaner 1, Tefaruk Haktanir 1, 1 Department of Civil Engineering, Erciyes University, Kayseri,

More information

Drought and Climate Extremes Indices for the North American Drought Monitor and North America Climate Extremes Monitoring System. Richard R. Heim Jr.

Drought and Climate Extremes Indices for the North American Drought Monitor and North America Climate Extremes Monitoring System. Richard R. Heim Jr. Drought and Climate Extremes Indices for the North American Drought Monitor and North America Climate Extremes Monitoring System Richard R. Heim Jr. NOAA/NESDIS/National Climatic Data Center Asheville,

More information

Typical Hydrologic Period Report (Final)

Typical Hydrologic Period Report (Final) (DELCORA) (Final) November 2015 (Updated April 2016) CSO Long-Term Control Plant Update REVISION CONTROL REV. NO. DATE ISSUED PREPARED BY DESCRIPTION OF CHANGES 1 4/26/16 Greeley and Hansen Pg. 1-3,

More information

Chapter 3. Materials and Methods

Chapter 3. Materials and Methods Chapter 3 Materials and Methods CHAPTER3 MATERIALS AND METHODS The present study aims to identify the role of climatic factors in the dispersal of air pollutants released into the atmosphere at some important

More information

London Heathrow Field Site Metadata

London Heathrow Field Site Metadata London Heathrow Field Site Metadata Field Site Information Name: Heathrow src_id (Station ID number): 708 Geographic Area: Greater London Latitude (decimal ): 51.479 Longitude (decimal ): -0.449 OS Grid

More information

The Climate of Bryan County

The Climate of Bryan County The Climate of Bryan County Bryan County is part of the Crosstimbers throughout most of the county. The extreme eastern portions of Bryan County are part of the Cypress Swamp and Forest. Average annual

More information

Weather Prediction Using Historical Data

Weather Prediction Using Historical Data Weather Prediction Using Historical Data COMP 381 Project Report Michael Smith 1. Problem Statement Weather prediction is a useful tool for informing populations of expected weather conditions. Weather

More information

PLANNED UPGRADE OF NIWA S HIGH INTENSITY RAINFALL DESIGN SYSTEM (HIRDS)

PLANNED UPGRADE OF NIWA S HIGH INTENSITY RAINFALL DESIGN SYSTEM (HIRDS) PLANNED UPGRADE OF NIWA S HIGH INTENSITY RAINFALL DESIGN SYSTEM (HIRDS) G.A. Horrell, C.P. Pearson National Institute of Water and Atmospheric Research (NIWA), Christchurch, New Zealand ABSTRACT Statistics

More information

Thessaloniki, Greece

Thessaloniki, Greece 9th International Conference on Urban Drainage Modelling Effects of Climate Change on the Estimation of Intensity-Duration- Frequency (IDF) curves for, Greece, Greece G. Terti, P. Galiatsatou, P. Prinos

More information

Large Alberta Storms. March Introduction

Large Alberta Storms. March Introduction Large Alberta Storms Introduction Most of the largest runoff events in Alberta have been in response to large storms. Storm properties, such as location, magnitude, and geographic and temporal distribution

More information

Supplementary Figure 1. Summer mesoscale convective systems rainfall climatology and trends. Mesoscale convective system (MCS) (a) mean total

Supplementary Figure 1. Summer mesoscale convective systems rainfall climatology and trends. Mesoscale convective system (MCS) (a) mean total Supplementary Figure 1. Summer mesoscale convective systems rainfall climatology and trends. Mesoscale convective system (MCS) (a) mean total rainfall and (b) total rainfall trend from 1979-2014. Total

More information

Math 120 Chapter 3 additional notes

Math 120 Chapter 3 additional notes Math 120 Chapter 3 additional notes MEASURES OF DISPERSION AND NORMAL DISTRIBUTION MEASURES OF DISPERSION In addition to knowing the measures of central tendency, it is often important to know how widely

More information

Comparison of physical and statistical methods for estimating probable maximum precipitation in southwestern basins of Iran

Comparison of physical and statistical methods for estimating probable maximum precipitation in southwestern basins of Iran Fattahi et al. / DESERT 15 (2010) 127-132 DESERT DESERT Online at http://jdesert.ut.ac.ir DESERT 15 (2010) 127-132 Comparison of physical and statistical methods for estimating probable maximum precipitation

More information

RESILIENT INFRASTRUCTURE June 1 4, 2016

RESILIENT INFRASTRUCTURE June 1 4, 2016 RESILIENT INFRASTRUCTURE June 1 4, 2016 ANALYSIS OF SPATIALLY-VARYING WIND CHARACTERISTICS FOR DISTRIBUTED SYSTEMS Thomas G. Mara The Boundary Layer Wind Tunnel Laboratory, University of Western Ontario,

More information

Table of Contents. Page

Table of Contents. Page Eighteen Years (1990 2007) of Climatological Data on NMSU s Corona Range and Livestock Research Center Research Report 761 L. Allen Torell, Kirk C. McDaniel, Shad Cox, Suman Majumdar 1 Agricultural Experiment

More information

Systematic errors and time dependence in rainfall annual maxima statistics in Lombardy

Systematic errors and time dependence in rainfall annual maxima statistics in Lombardy Systematic errors and time dependence in rainfall annual maxima statistics in Lombardy F. Uboldi (1), A. N. Sulis (2), M. Cislaghi (2), C. Lussana (2,3), and M. Russo (2) (1) consultant, Milano, Italy

More information

Training: Climate Change Scenarios for PEI. Training Session April Neil Comer Research Climatologist

Training: Climate Change Scenarios for PEI. Training Session April Neil Comer Research Climatologist Training: Climate Change Scenarios for PEI Training Session April 16 2012 Neil Comer Research Climatologist Considerations: Which Models? Which Scenarios?? How do I get information for my location? Uncertainty

More information

Canadian Climate Data and Scenarios (CCDS) ccds-dscc.ec.gc.ca

Canadian Climate Data and Scenarios (CCDS) ccds-dscc.ec.gc.ca Canadian Climate Data and Scenarios (CCDS) ccds-dscc.ec.gc.ca Benita Tam Canadian Centre for Climate Modelling and Analysis (CCCma) Climate Research Division (CRD), Science and Technology Branch Environment

More information

Seasonal and annual variation of Temperature and Precipitation in Phuntsholing

Seasonal and annual variation of Temperature and Precipitation in Phuntsholing easonal and annual variation of Temperature and Precipitation in Phuntsholing Leki Dorji Department of Civil Engineering, College of cience and Technology, Royal University of Bhutan. Bhutan Abstract Bhutan

More information

Chiang Rai Province CC Threat overview AAS1109 Mekong ARCC

Chiang Rai Province CC Threat overview AAS1109 Mekong ARCC Chiang Rai Province CC Threat overview AAS1109 Mekong ARCC This threat overview relies on projections of future climate change in the Mekong Basin for the period 2045-2069 compared to a baseline of 1980-2005.

More information

8-km Historical Datasets for FPA

8-km Historical Datasets for FPA Program for Climate, Ecosystem and Fire Applications 8-km Historical Datasets for FPA Project Report John T. Abatzoglou Timothy J. Brown Division of Atmospheric Sciences. CEFA Report 09-04 June 2009 8-km

More information

DMI Report Weather observations from Tórshavn, The Faroe Islands Observation data with description

DMI Report Weather observations from Tórshavn, The Faroe Islands Observation data with description DMI Report 17-09 Weather observations from Tórshavn, The Faroe Islands 1953-2016 - Observation data with description John Cappelen Copenhagen 2017 http://www.dmi.dk/laer-om/generelt/dmi-publikationer/

More information

Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia

Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia Ibrahim Suliman Hanaish, Kamarulzaman Ibrahim, Abdul Aziz Jemain Abstract In this paper, we have examined the applicability of single

More information

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG Introduction The Weather Observation Project is an important component of this course that gets you to look at real

More information

THE METEOROLOGICAL DATA QUALITY MANAGEMENT OF THE ROMANIAN NATIONAL SURFACE OBSERVATION NETWORK

THE METEOROLOGICAL DATA QUALITY MANAGEMENT OF THE ROMANIAN NATIONAL SURFACE OBSERVATION NETWORK THE METEOROLOGICAL DATA QUALITY MANAGEMENT OF THE ROMANIAN NATIONAL SURFACE OBSERVATION NETWORK Ioan Ralita, Ancuta Manea, Doina Banciu National Meteorological Administration, Romania Ionel Dragomirescu

More information

Renewal and Update of MTO IDF Curves: Defining the Uncertainty

Renewal and Update of MTO IDF Curves: Defining the Uncertainty Renewal and Update of MTO IDF Curves: Defining the Uncertainty Eric D. Soulis, Daniel Princz and John Wong University of Waterloo, Waterloo, Ontario. Received 204 05 4, accepted 205 0 29, published 205

More information

Appendix 1: UK climate projections

Appendix 1: UK climate projections Appendix 1: UK climate projections The UK Climate Projections 2009 provide the most up-to-date estimates of how the climate may change over the next 100 years. They are an invaluable source of information

More information

REGIONAL SPECIALIZED METEOROLOGICAL CENTRE (RSMC), EXETER, VOS MONITORING REPORT. (Submitted by Colin Parrett (United Kingdom), RSMC, Exeter)

REGIONAL SPECIALIZED METEOROLOGICAL CENTRE (RSMC), EXETER, VOS MONITORING REPORT. (Submitted by Colin Parrett (United Kingdom), RSMC, Exeter) WORLD METEOROLOGICAL ORGANIZATION JOINT WMO/IOC TECHNICAL COMMISSION FOR OCEANOGRAPHY AND MARINE METEOROLOGY (JCOMM) SHIP OBSERVATIONS TEAM (SOT) EIGHTH SESSION CAPE TOWN, SOUTH AFRICA, 20-24 APRIL 2015

More information

Mapping extreme rainfall statistics for Canada under climate change using updated Intensity-Duration-Frequency curves

Mapping extreme rainfall statistics for Canada under climate change using updated Intensity-Duration-Frequency curves Mapping extreme rainfall statistics for Canada under climate change using updated Intensity-Duration-Frequency curves Slobodan P. Simonović Civil and Environmental Engineering Institute for Catastrophic

More information

Format of CLIGEN weather station statistics input files. for CLIGEN versions as of 6/2001 (D.C. Flanagan).

Format of CLIGEN weather station statistics input files. for CLIGEN versions as of 6/2001 (D.C. Flanagan). Format of CLIGEN weather station statistics input files for CLIGEN versions 4.1-5.1 as of 6/2001 (D.C. Flanagan). updated 12/11/2008 - Jim Frankenberger These files are also known as CLIGEN state files

More information

2010 Growing Season. Prince Edward County Report

2010 Growing Season. Prince Edward County Report 2010 Growing Season Prince Edward County Report WIN Staff November 10, 2010 Overview It is always remarkable how each growing season is unique as a result of yearly variations in weather. Changes occur

More information

Global NWP Index documentation

Global NWP Index documentation Global NWP Index documentation The global index is calculated in two ways, against observations, and against model analyses. Observations are sparse in some parts of the world, and using full gridded analyses

More information

Purdue University Meteorological Tool (PUMET)

Purdue University Meteorological Tool (PUMET) Purdue University Meteorological Tool (PUMET) Date: 10/25/2017 Purdue University Meteorological Tool (PUMET) allows users to download and visualize a variety of global meteorological databases, such as

More information

Estimating Probable Maximum Precipitation for Linau River Basin in Sarawak

Estimating Probable Maximum Precipitation for Linau River Basin in Sarawak Estimating Probable Maximum Precipitation for Linau River Basin in Sarawak M. Hussain, S. Nadya and F.J. Chia Hydropower Development Division, Sarawak Energy Berhad, 93050, Kuching, Sarawak, Malaysia Date

More information

METADATA MANAGEMENT TOOL (LIO)

METADATA MANAGEMENT TOOL (LIO) METADATA MANAGEMENT TOOL (LIO) Climate data - High resolution projections Metadata Metadata (XML) Title Climate data - High resolution projections Date Date type Creation Date Date type Abstract Publication

More information

Topic 2 Part 3 [189 marks]

Topic 2 Part 3 [189 marks] Topic 2 Part 3 [189 marks] The grades obtained by a group of 13 students are listed below. 5 3 6 5 7 3 2 6 4 6 6 6 4 1a. Write down the modal grade. Find the mean grade. 1b. Write down the standard deviation.

More information

An Analysis of 500 hpa Height Fields and Zonal Wind: Examination of the Rossby Wave Theory

An Analysis of 500 hpa Height Fields and Zonal Wind: Examination of the Rossby Wave Theory An Analysis of 500 hpa Height Fields and Zonal Wind: Examination of the Rossby Wave Theory Justin Hayward, Chris MacIntosh, Katherine Meinig Department of Geologic and Atmospheric Sciences, Iowa State

More information

STRUCTURAL ENGINEERS ASSOCIATION OF OREGON

STRUCTURAL ENGINEERS ASSOCIATION OF OREGON STRUCTURAL ENGINEERS ASSOCIATION OF OREGON P.O. Box 3285 PORTLAND, OR 97208 503.753.3075 www.seao.org E-mail: jane@seao.org 2010 OREGON SNOW LOAD MAP UPDATE AND INTERIM GUIDELINES FOR SNOW LOAD DETERMINATION

More information

Updated rainfall intensity duration frequency curves for the City of London under the changing climate

Updated rainfall intensity duration frequency curves for the City of London under the changing climate Updated rainfall intensity duration frequency curves for the City of London under the changing climate By: Slobodan P. Simonovic and Angela Peck Department of Civil and Environmental Engineering The University

More information

The Climate of Texas County

The Climate of Texas County The Climate of Texas County Texas County is part of the Western High Plains in the north and west and the Southwestern Tablelands in the east. The Western High Plains are characterized by abundant cropland

More information

Weather to Climate Investigation: Maximum Temperature

Weather to Climate Investigation: Maximum Temperature Name: Date: Guiding Questions: Weather to Climate Investigation: Maximum Temperature What are the historical and current weather patterns or events for a location in the United States? What are the long-term

More information

RAINFALL CHARACTERIZATION IN AN ARID AREA

RAINFALL CHARACTERIZATION IN AN ARID AREA Engineering Journal of Qatar University, Vol. 4, 1991, p. 35-50. RAINFALL CHARACTERIZATION IN AN ARID AREA Abdallah S. Bazaraa and Shamim Ahmed Department of Civil Engineering Qatar University, Doha, Qatar.

More information

Climatic Change Implications for Hydrologic Systems in the Sierra Nevada

Climatic Change Implications for Hydrologic Systems in the Sierra Nevada Climatic Change Implications for Hydrologic Systems in the Sierra Nevada Part Two: The HSPF Model: Basis For Watershed Yield Calculator Part two presents an an overview of why the hydrologic yield calculator

More information

REQUIREMENTS FOR WEATHER RADAR DATA. Review of the current and likely future hydrological requirements for Weather Radar data

REQUIREMENTS FOR WEATHER RADAR DATA. Review of the current and likely future hydrological requirements for Weather Radar data WORLD METEOROLOGICAL ORGANIZATION COMMISSION FOR BASIC SYSTEMS OPEN PROGRAMME AREA GROUP ON INTEGRATED OBSERVING SYSTEMS WORKSHOP ON RADAR DATA EXCHANGE EXETER, UK, 24-26 APRIL 2013 CBS/OPAG-IOS/WxR_EXCHANGE/2.3

More information

Climate Change Impact Analysis

Climate Change Impact Analysis Climate Change Impact Analysis Patrick Breach M.E.Sc Candidate pbreach@uwo.ca Outline July 2, 2014 Global Climate Models (GCMs) Selecting GCMs Downscaling GCM Data KNN-CAD Weather Generator KNN-CADV4 Example

More information

September 2018 Weather Summary West Central Research and Outreach Center Morris, MN

September 2018 Weather Summary West Central Research and Outreach Center Morris, MN September 2018 Weather Summary The mean temperature for September was 60.6 F, which is 1.5 F above the average of 59.1 F (1886-2017). The high temperature for the month was 94 F on September 16 th. The

More information

CHAPTER 1: INTRODUCTION

CHAPTER 1: INTRODUCTION CHAPTER 1: INTRODUCTION There is now unequivocal evidence from direct observations of a warming of the climate system (IPCC, 2007). Despite remaining uncertainties, it is now clear that the upward trend

More information

The Next Generation of Chamber Control Software

The Next Generation of Chamber Control Software CARIBBEAN TROPICS KENYAN WETLANDS SAHARA DESERT NORWEGIAN TUNDRA The Next Generation of Chamber Control Software Helping researchers address climate changes CARIBBEAN TROPICS Revolutionary WeatherEze is

More information

Gridding of precipitation and air temperature observations in Belgium. Michel Journée Royal Meteorological Institute of Belgium (RMI)

Gridding of precipitation and air temperature observations in Belgium. Michel Journée Royal Meteorological Institute of Belgium (RMI) Gridding of precipitation and air temperature observations in Belgium Michel Journée Royal Meteorological Institute of Belgium (RMI) Gridding of meteorological data A variety of hydrologic, ecological,

More information

MONITORING OF SURFACE WATER RESOURCES IN THE MINAB PLAIN BY USING THE STANDARDIZED PRECIPITATION INDEX (SPI) AND THE MARKOF CHAIN MODEL

MONITORING OF SURFACE WATER RESOURCES IN THE MINAB PLAIN BY USING THE STANDARDIZED PRECIPITATION INDEX (SPI) AND THE MARKOF CHAIN MODEL MONITORING OF SURFACE WATER RESOURCES IN THE MINAB PLAIN BY USING THE STANDARDIZED PRECIPITATION INDEX (SPI) AND THE MARKOF CHAIN MODEL Bahari Meymandi.A Department of Hydraulic Structures, college of

More information

Application and verification of ECMWF products 2013

Application and verification of ECMWF products 2013 Application and verification of EMWF products 2013 Hellenic National Meteorological Service (HNMS) Flora Gofa and Theodora Tzeferi 1. Summary of major highlights In order to determine the quality of the

More information

BPCDG: Breakpoint Climate Data Generator for WEPP Using Observed Standard Weather Data Sets

BPCDG: Breakpoint Climate Data Generator for WEPP Using Observed Standard Weather Data Sets BPCDG: Breakpoint Climate Data Generator for WEPP Using Observed Standard Weather Data Sets Zeleke Gete 1, Thomas Winter 2, and Dennis Flanagan 3 Abstract To test the overall performance of any new prediction

More information

Variability of Reference Evapotranspiration Across Nebraska

Variability of Reference Evapotranspiration Across Nebraska Know how. Know now. EC733 Variability of Reference Evapotranspiration Across Nebraska Suat Irmak, Extension Soil and Water Resources and Irrigation Specialist Kari E. Skaggs, Research Associate, Biological

More information

Multivariate Regression Model Results

Multivariate Regression Model Results Updated: August, 0 Page of Multivariate Regression Model Results 4 5 6 7 8 This exhibit provides the results of the load model forecast discussed in Schedule. Included is the forecast of short term system

More information

Projected Impacts of Climate Change in Southern California and the Western U.S.

Projected Impacts of Climate Change in Southern California and the Western U.S. Projected Impacts of Climate Change in Southern California and the Western U.S. Sam Iacobellis and Dan Cayan Scripps Institution of Oceanography University of California, San Diego Sponsors: NOAA RISA

More information

Specialist rainfall scenarios and software package

Specialist rainfall scenarios and software package Building Knowledge for a Changing Climate Specialist rainfall scenarios and software package Chris Kilsby Ahmad Moaven-Hashemi Hayley Fowler Andrew Smith Aidan Burton Michael Murray University of Newcastle

More information