Neural Network Approach to Wave Height Prediction in the Apostle Islands. Michael Meyer

Size: px
Start display at page:

Download "Neural Network Approach to Wave Height Prediction in the Apostle Islands. Michael Meyer"

Transcription

1 Neural Network Approach to Wave Height Prediction in the Apostle Islands Michael Meyer The Sea Caves site in the Apostle Islands on Lake Superior is a popular destination for recreational kayakers. Kayakers depart from Meyers Beach which is approximately 1.5 miles from the actual Sea Caves site and paddle along the shore to the site to explore the Sea Caves. Wave height is an important consideration for kayakers deciding whether conditions are safe before departing but in the case of this location. Wave heights can range up to five feet at this location, and can be dangerous for kayakers. The actual Sea Caves site is not visible from the launch location and wave conditions can be very different between the two locations. To advise kayakers on conditions before they depart there is currently a kiosk that displays wave information gathered from a wave sensor deployed at the site. This sensor is being permanently removed, however, leaving a need for an alternative means of providing wave height data. The goal of this project to is to create a neural network means of predicting current wave heights at the sea caves site using data sources that are available in real time. There is some precedent for a neural network approach to wave height prediction including the work presented by Deo in Neural Networks for Wave Forecasting. In Incorporation of artificial neural networks and data assimilation techniques into a third-generation wind-wave model for wave forecasting Zhang explores configuring a neural network to use the output of a wave model as an input and, after being trained using historical model outputs as inputs and historical observed wave heights as targets, to output a more accurate wave height. The goal of this work, however, is to use as inputs the predictions of two models, along with weather and wave conditions recorded by a buoy and weather station, to output a wave height prediction that is more accurate than any individual model or wave height prediction method. There are several wave models running with accessible outputs that predict current wave heights on Lake Superior including a SWAN wave model of the Apostle Islands region of Lake Superior operated at the University of Wisconsin Madison and the wave height nowcast output from the NOAA Great Lakes Coastal Forecasting System. Additionally, wind (wind speed and direction) and air temperature data from a NOAA weather station located on Eagle Island, approximately 20 miles from the Sea Caves site, is available online in near real-time as well as wave height, wind, air and water temperature data from a buoy approximately 40 miles west in Lake Superior. Figure 1 shows the locations of the data sources relative to the project location. A neural network was calibrated to predict wave height based on the weather data and buoy data (without utilizing the predictions of the two models). A committee machine was then applied, treating the two models and the created neural network as independent experts, to determine a final wave height prediction.

2 Figure 1: Locations of weather and buoy data sources. The data used consisted of buoy, weather, and wave height (target) records from 2011 through Model predicted wave height records from 2015 through 2016 were also used. Records from 2011 through 2016 were used for neural network training, records from 2015 through 2016 were used for committee machine training, and records from 2017 were reserved for testing. A summary of the records and how they were used in creation of the network is included as Table 1. Year Weather data x Table 1: Summary of records used. Available Data GLERL model SWAN model x x x Function Neural network training Neural network training and committee machine training Number of records The neural network utilized a feature vector of 13 inputs. These included current wind speed from the buoy and weather station, wind speeds from both locations one through four hours prior, change in wind direction as measured at the Eagle Island station as compared to one and two hours prior, and the temperature difference between air and water as measured at the buoy. Given that the project location is near shore, generally waves generated by winds coming from the direction of open water are larger than waves generated by winds coming from the direction of the shoreline. This is because winds coming from open water have more water to act over, generating larger waves. Due to this fundamental difference in the relationship between the inputs and the target outputs depending on the wind direction, the wind direction value, as measured at Eagle Island, was used to separate the data into six bins, for each of which a different neural network was trained. This separation is illustrated in Figure 2. This x x x Testing 1384

3 approach, effectively creating a committee machine which separates the data based on knowledge of the process being modeled, is an application of the modular modeling described by Solomatine and Siek in Modular learning models in forecasting natural phenomena. An illustration of this network layout is shown in Figure 3. Figure 2: Illustrates the separation of records based on wind direction (measured in degrees). Figure 3: Neural network committee configuration. The system of neural networks each consisted a single hidden layer of 5 sigmoid neurons. This network configuration was found to produce the best results when tested against 5-5, 10, 10-10, 15, and 20 configurations. Network configurations were tested by running 100 network trainings for each configuration. For each training, the data was divided randomly, 70% training, 15% validation, 15% testing. The r² value of the network outputs for the test data (as compared to the target values) was recorded for each training and the mean and max values are reported in Table 2. The final six neural networks (one for each wind direction bin) used were created by selecting the top performing networks from the 100 network trainings for the single layer 5 neuron configuration.

4 Network configuration Mean r² to to to to to to Max r² 0 to to to to to to Table 2: Mean and max testing r² values after running 100 training iterations for each network configuration for each wind direction categorization. Highest values for each wind direction categorization are highlighted. Five neuron single layer network was chosen because it had the greatest number of highest mean r² results. The committee machine layer of the network utilized the outputs from the neural network and two models to generate a final network wave height prediction. The mean square error of each of these experts was computed for the six wind direction bins over the committee machine training data (2015 through 2016 records). The committee machine generates an output predicted wave height that is the average of the three expert wave height predictions weighted inversely proportionally to the mean square error of the expert for the given wind speed and wave height categorization as determined using the training data. Testing of this method was conducted by first generating neural network wave height predictions for the test data set. These outputs were then combined with the two model wave height predictions and were input into the committee machine described above to produce final wave height predictions. These predictions were evaluated against the target values. The results of this method are displayed in Table 3. It was found that, in terms of evaluating by root mean square error of the wave height prediction, the Committee Machine approach showed slightly better performance than either of the wave models or the neural network when evaluating over all wind speeds. Wind direction Nearual net GLERL Model SWAN model Committee 0 to to to to to to Total set Table 3: Root mean square error in feet of each of the three expert predictors and the Committee machine evaluated for each wind direction bin and over the total set.

5 The committee machine approach showed some marginal improvement in overall prediction performance over the models. It did not provide any significant improvement however. It is likely that the committee machine performance may improve if another variable was found that predicted the relative performance of the experts to be used in addition to wind direction. Improvement may also be possible if more data was found that would improve the performance of the neural net. References: M.C. Deo, A. Jha, A.S. Chaphekar, K. Ravikant, Neural networks for wave forecasting, In Ocean Engineering, Volume 28, Issue 7, 2001, Pages , ISSN , Solomatine, DP (Solomatine, D. P.); Siek, MB (Siek, M. B.), Modular learning models in forecasting natural phenomena, In Neural Networks 19 (2006) Pages Zhixu Zhang, Chi-Wai Li, Yok-Sheung Li, Yiquan Qi, Incorporation of artificial neural networks and data assimilation techniques into a third-generation wind wave model for wave forecasting, In Journal of Hydroinformatics Jan 2006, 8 (1) 65-76; DOI: /jh

Postprocessing of Numerical Weather Forecasts Using Online Seq. Using Online Sequential Extreme Learning Machines

Postprocessing of Numerical Weather Forecasts Using Online Seq. Using Online Sequential Extreme Learning Machines Postprocessing of Numerical Weather Forecasts Using Online Sequential Extreme Learning Machines Aranildo R. Lima 1 Alex J. Cannon 2 William W. Hsieh 1 1 Department of Earth, Ocean and Atmospheric Sciences

More information

Real Time wave forecasting using artificial neural network with varying input parameter

Real Time wave forecasting using artificial neural network with varying input parameter 82 Indian Journal of Geo-Marine SciencesINDIAN J MAR SCI VOL. 43(1), JANUARY 2014 Vol. 43(1), January 2014, pp. 82-87 Real Time wave forecasting using artificial neural network with varying input parameter

More information

Wave height forecasting in Dayyer, the Persian Gulf

Wave height forecasting in Dayyer, the Persian Gulf Griffith Research Online https://research-repository.griffith.edu.au Wave height forecasting in Dayyer, the Persian Gulf Author Kamranzad, B., Eternad Shahidi, A., Etemad-Shahidi, A. Published 2011 Journal

More information

Bias correction of satellite data at Météo-France

Bias correction of satellite data at Météo-France Bias correction of satellite data at Météo-France É. Gérard, F. Rabier, D. Lacroix, P. Moll, T. Montmerle, P. Poli CNRM/GMAP 42 Avenue Coriolis, 31057 Toulouse, France 1. Introduction Bias correction at

More information

Longshore current velocities prediction: using a neural networks approach

Longshore current velocities prediction: using a neural networks approach Coastal Processes II 189 Longshore current velocities prediction: using a neural networks approach T. M. Alaboud & M. S. El-Bisy Civil Engineering Dept., College of Engineering and Islamic Architecture,

More information

The Coastal Field Data Collection Program (CFDC) Waves & Coastal Observations for the Corps and the Nation

The Coastal Field Data Collection Program (CFDC) Waves & Coastal Observations for the Corps and the Nation The Coastal Field Data Collection Program (CFDC) Waves & Coastal Observations for the Corps and the Nation Bill Birkemeier Program Manager William.Birkemeier@usace.army.mil 10 August 2010 US Army Corps

More information

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Int'l Conf. Artificial Intelligence ICAI'17 241 SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Dr. Jayachander R. Gangasani Instructor, Department of Computer Science, jay.gangasani@aamu.edu Dr.

More information

Module 10: Resources and Virginia Geology Topic 4 Content: Virginia Geology Notes

Module 10: Resources and Virginia Geology Topic 4 Content: Virginia Geology Notes Virginia is composed of a very diverse landscape that extends from the beaches and barrier islands all of the way to the highly elevated Appalachian Plateau. Geologists have discovered ancient shallow

More information

MARINE WEATHER HINDCAST REPORT

MARINE WEATHER HINDCAST REPORT MARINE WEATHER HINDCAST REPORT PREPARED FOR US SAILING INVESTIGATIVE PANEL VESSEL : Aegean INCIDENT LOCATION : APPROX 32.45N 117.30W INCIDENT TIME : APPROX 1:30AM Apr. 28 2012 PREPARED BY SAM WILSON M.S.

More information

GNOME Oil Spill Modeling Lab

GNOME Oil Spill Modeling Lab GNOME Oil Spill Modeling Lab Name: Goal: After simulating an actual oil spill event, you will understand how oceanographers help to protect marine resources from pollution such as oil spills. You will

More information

COASTAL DATA APPLICATION

COASTAL DATA APPLICATION 2015 Coastal GeoTools Proactive By Design. Our Company Commitment COASTAL DATA APPLICATION Projecting Future Coastal Flood Risk for Massachusetts Bay Bin Wang, Tianyi Liu, Daniel Stapleton & Michael Mobile

More information

Artificial neural networks in wave predictions at the west coast of. Portugal

Artificial neural networks in wave predictions at the west coast of. Portugal Artificial neural networks in wave predictions at the west coast of Portugal O. Makarynskyy a,*, A.A. Pires-Silva b, D. Makarynska a, C. Ventura-Soares c a Curtin University of Technology, GPO Box U1987,

More information

SCIENCE OF TSUNAMI HAZARDS

SCIENCE OF TSUNAMI HAZARDS SCIENCE OF TSUNAMI HAZARDS ISSN 8755-6839 Journal of Tsunami Society International Volume 29 Number 3 2010 POTENTIAL DEFICIENCIES IN EDUCATION, INSTRUMENTATION, AND WARNINGS FOR LOCALLY GENERATED TSUNAMIS

More information

Ocean Currents Student Activity Book

Ocean Currents Student Activity Book Ocean Currents Student Activity Book I. Introduction Ocean currents influence the weather in coastal areas. They also influence sailing vessels. Though they visibly affect many people's lives, they are

More information

Conrad Blucher Institute for Surveying and Science

Conrad Blucher Institute for Surveying and Science d James Rizzo Assistant irector of Operations - Office: 361-825-5758 Mobile: 361-549-5120 james.rizzo@tamucc.edu d d Texas Coastal Ocean Observation N Network (TCOON) Began in 1988 with 2 stations in Bay

More information

Predicting MTA Bus Arrival Times in New York City

Predicting MTA Bus Arrival Times in New York City Predicting MTA Bus Arrival Times in New York City Man Geen Harold Li, CS 229 Final Project ABSTRACT This final project sought to outperform the Metropolitan Transportation Authority s estimated time of

More information

A New Approach to Predicting the Northern Hemisphere Sea Ice Extent

A New Approach to Predicting the Northern Hemisphere Sea Ice Extent A New Approach to Predicting the Northern Hemisphere Sea Ice Extent Guangshan Chen Department of Computer Science University of Wisconsin-Madison Madison, WI 53705 gchen9@wisc.edu Jin Ruan Department of

More information

An Application of Neural Network on Traffic Speed Prediction Under Adverse Weather Condition

An Application of Neural Network on Traffic Speed Prediction Under Adverse Weather Condition See discussions, stats, and author profiles for this publication at: https://wwwresearchgatenet/publication/265318230 An Application of Neural Network on Traffic Speed Prediction Under Adverse Weather

More information

AN APPROACH TO FIND THE TRANSITION PROBABILITIES IN MARKOV CHAIN FOR EARLY PREDICTION OF SOFTWARE RELIABILITY

AN APPROACH TO FIND THE TRANSITION PROBABILITIES IN MARKOV CHAIN FOR EARLY PREDICTION OF SOFTWARE RELIABILITY International Journal of Latest Research in Science and Technology Volume 2, Issue 6: Page No.111-115,November-December 2013 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 AN APPROACH TO

More information

Improving Gap Flow Simulations Near Coastal Areas of Continental Portugal

Improving Gap Flow Simulations Near Coastal Areas of Continental Portugal Improving Gap Flow Simulations Near Coastal Areas of Continental Portugal 11th Deep Sea Offshore Wind R&D Conference Trondheim, 22-24 January 2014 Section Met Ocean Conditions paulo.costa@lneg.pt antonio.couto@lneg.pt

More information

ARTICLE IN PRESS. Real-time wave forecasting using genetic programming. Surabhi Gaur, M.C. Deo. abstract. 1. Introduction

ARTICLE IN PRESS. Real-time wave forecasting using genetic programming. Surabhi Gaur, M.C. Deo. abstract. 1. Introduction Real-time wave forecasting using genetic programming Surabhi Gaur, M.C. Deo Department of Civil Engineering, Indian Institute of Technology, Mumbai 400076, India abstract Keywords: Genetic programming

More information

Data and prognosis for renewable energy

Data and prognosis for renewable energy The Hong Kong Polytechnic University Department of Electrical Engineering Project code: FYP_27 Data and prognosis for renewable energy by Choi Man Hin 14072258D Final Report Bachelor of Engineering (Honours)

More information

Convective downbursts are known to produce potentially hazardous weather

Convective downbursts are known to produce potentially hazardous weather Investigation of Convective Downburst Hazards to Marine Transportation Mason, Derek Thomas Jefferson High School for Science and Technology Alexandria, VA Abstract Convective downbursts are known to produce

More information

A Framework for Dynamical True Altitude Modeling in Aviation. Josaphat A. Uvah. University of West Florida, Pensacola, USA

A Framework for Dynamical True Altitude Modeling in Aviation. Josaphat A. Uvah. University of West Florida, Pensacola, USA US-China Education Review A, March 2017, Vol. 7, No. 3, 161-168 doi: 10.17265/2161-623X/2017.03.004 D DAVID PUBLISHING A Framework for Dynamical True Altitude Modeling in Aviation Josaphat A. Uvah University

More information

Internet Engineering Jacek Mazurkiewicz, PhD

Internet Engineering Jacek Mazurkiewicz, PhD Internet Engineering Jacek Mazurkiewicz, PhD Softcomputing Part 11: SoftComputing Used for Big Data Problems Agenda Climate Changes Prediction System Based on Weather Big Data Visualisation Natural Language

More information

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 SHORT-TERM TERM WIND POWER FORECASTING: A REVIEW OF STATUS AND CHALLENGES Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 Integrating Renewable Energy» Variable

More information

HY-2A Satellite User s Guide

HY-2A Satellite User s Guide National Satellite Ocean Application Service 2013-5-16 Document Change Record Revision Date Changed Pages/Paragraphs Edit Description i Contents 1 Introduction to HY-2 Satellite... 1 2 HY-2 satellite data

More information

Advancing Real Time Observations and Coastal Modeling Forecasts-

Advancing Real Time Observations and Coastal Modeling Forecasts- Advancing Real Time Observations and Coastal Modeling Forecasts- Moving Forward in a Changing Coastal Landscape Next Generation Navigation-Coastal Operations- Coastal and Nearshore Coastal Operational

More information

Prediction for night-time ventilation in Stanford s Y2E2 building

Prediction for night-time ventilation in Stanford s Y2E2 building Prediction for night-time ventilation in Stanford s Y2E2 building Balthazar Donon Stanford University December 16, 2016 Indoor ventilation I. Introduction In the United States, around 40% of the energy

More information

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network An Improved Method of Power System Short Term Load Forecasting Based on Neural Network Shunzhou Wang School of Electrical and Electronic Engineering Huailin Zhao School of Electrical and Electronic Engineering

More information

Evaluation of a Low cost Drifting Buoy equipped with a Sonic Anemometer

Evaluation of a Low cost Drifting Buoy equipped with a Sonic Anemometer Evaluation of a Low cost Drifting Buoy equipped with a Sonic Anemometer Chris Marshall Environment Canada National Manager of Marine Monitoring Findings first presented at CMOS Conference, Montreal by

More information

NOAA s National Ocean Service. Center for Operational Oceanographic Products and Services

NOAA s National Ocean Service. Center for Operational Oceanographic Products and Services NOAA s National Ocean Service Center for Operational Oceanographic Products and Services Richard Edwing, CO-OPS Acting Director January 27, 2010 Outline CO-OPS Overview Programs Observing Systems PORTS

More information

Learning a probabalistic model of rainfall using graphical models

Learning a probabalistic model of rainfall using graphical models Learning a probabalistic model of rainfall using graphical models Byoungkoo Lee Computational Biology Carnegie Mellon University Pittsburgh, PA 15213 byounko@andrew.cmu.edu Jacob Joseph Computational Biology

More information

HURRICANE SURVIVAL KIT

HURRICANE SURVIVAL KIT HURRICANE SURVIVAL KIT DEFINITION-A hurricane is a very vast and powerful storm that originates in the tropics of the Atlantic Ocean. They become hurricanes when the sustained winds associated with it

More information

Southern Florida to Cape Hatteras Spring Season Preview 2018 UPDATE ON U.S. EAST COAST GULF STREAM CONDITIONS

Southern Florida to Cape Hatteras Spring Season Preview 2018 UPDATE ON U.S. EAST COAST GULF STREAM CONDITIONS Southern Florida to Cape Hatteras Spring Season Preview 2018 UPDATE ON U.S. EAST COAST GULF STREAM CONDITIONS By ROFFS Gregory J. Gawlikowski ROFFS continues its spring preview series by providing an overall

More information

Analysis of Tides and Storm Surge from Observational Records in the Delaware Inland Bays

Analysis of Tides and Storm Surge from Observational Records in the Delaware Inland Bays Analysis of Tides and Storm Surge from Observational Records in the Delaware Inland Bays John Callahan Delaware Geological Survey Coastal GeoTools Conference March 30 April 2, 2015 Charleston, SC Outline

More information

Hurricane Wilma Post Storm Data Acquisition Estimated Peak Wind Analysis and Storm Tide Data. December 27, 2005

Hurricane Wilma Post Storm Data Acquisition Estimated Peak Wind Analysis and Storm Tide Data. December 27, 2005 Hurricane Wilma Post Storm Data Acquisition Estimated Peak Wind Analysis and Storm Tide Data December 27, 2005 Hurricane Wilma was the sixth major hurricane of the record-breaking 2005 Atlantic hurricane

More information

Artificial neural networks in merging wind wave forecasts with field observations

Artificial neural networks in merging wind wave forecasts with field observations Indian Journal of Marine Sciences Vol. 36(1), March 2007, pp. 7-17 Artificial neural networks in merging wind wave forecasts with field observations O. Makarynskyy* Western Australian Centre for Geodesy,

More information

UniResearch Ltd, University of Bergen, Bergen, Norway WinSim Ltd., Tonsberg, Norway {catherine,

UniResearch Ltd, University of Bergen, Bergen, Norway WinSim Ltd., Tonsberg, Norway {catherine, Improving an accuracy of ANN-based mesoscalemicroscale coupling model by data categorization: with application to wind forecast for offshore and complex terrain onshore wind farms. Alla Sapronova 1*, Catherine

More information

Himawari-8 BUFR Development for Winds Processing and Radiances Cloud Mask, Cloud Phase, Cloud Height

Himawari-8 BUFR Development for Winds Processing and Radiances Cloud Mask, Cloud Phase, Cloud Height Sandy Supplemental Grant Recipient Quarterly Progress Report Himawari-8 BUFR Development for Winds Processing and Radiances Award Number: NA14NES4830006 The National Oceanic and Atmospheric Administration

More information

Local Prediction of Precipitation Based on Neural Network

Local Prediction of Precipitation Based on Neural Network Environmental Engineering 10th International Conference eissn 2029-7092 / eisbn 978-609-476-044-0 Vilnius Gediminas Technical University Lithuania, 27 28 April 2017 Article ID: enviro.2017.079 http://enviro.vgtu.lt

More information

COMS 4771 Introduction to Machine Learning. Nakul Verma

COMS 4771 Introduction to Machine Learning. Nakul Verma COMS 4771 Introduction to Machine Learning Nakul Verma Announcements HW1 due next lecture Project details are available decide on the group and topic by Thursday Last time Generative vs. Discriminative

More information

What s the Weather? Compiled by: Nancy Volk

What s the Weather? Compiled by: Nancy Volk Compiled by: Nancy Volk Weather Weather is the current state of the atmosphere in a given area. We are all fascinated by and interested in weather. It impacts what we wear, what we do, and how we do it.

More information

Great Lakes Information Network GIS (Queryable by topic, geography, organization, and upload date 73 layers as of October, 2009)

Great Lakes Information Network GIS (Queryable by topic, geography, organization, and upload date 73 layers as of October, 2009) Google Earth Files for the Great Lakes and Beyond GLOS Mapping Workshop Alpena, Michigan November 9, 2009 David Hart GIS Specialist University of Wisconsin Sea Grant Institute GREAT LAKES Great Lakes Information

More information

User Guide for MORSEStation Range Operations Simulation

User Guide for MORSEStation Range Operations Simulation User Guide for MORSEStation Range Operations Simulation Michael Rectenwald, Rahul Singh, Joseph Giampapa, Katia Sycara: The Robotics Institute, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh,

More information

The Field Research Facility, Duck, NC Warming Ocean Observations and Forecast of Effects

The Field Research Facility, Duck, NC Warming Ocean Observations and Forecast of Effects The Field Research Facility, Duck, NC Warming Ocean Observations and Forecast of Effects A potential consequence of a warming ocean is more frequent and more intense wind events (Hurricanes & Typhoons)

More information

CLOUD NOWCASTING: MOTION ANALYSIS OF ALL-SKY IMAGES USING VELOCITY FIELDS

CLOUD NOWCASTING: MOTION ANALYSIS OF ALL-SKY IMAGES USING VELOCITY FIELDS CLOUD NOWCASTING: MOTION ANALYSIS OF ALL-SKY IMAGES USING VELOCITY FIELDS Yézer González 1, César López 1, Emilio Cuevas 2 1 Sieltec Canarias S.L. (Santa Cruz de Tenerife, Canary Islands, Spain. Tel. +34-922356013,

More information

Name Earth Science Pd. Hurricanes. Directions: Read the information, view diagrams and answer the questions in the worksheet.

Name Earth Science Pd. Hurricanes. Directions: Read the information, view diagrams and answer the questions in the worksheet. Hurricanes Directions: Read the information, view diagrams and answer the questions in the worksheet. Hurricane Basics The ingredients for a hurricane include a pre-existing weather disturbance, warm tropical

More information

Inter comparison of wave height observations from buoy and altimeter with numerical prediction

Inter comparison of wave height observations from buoy and altimeter with numerical prediction Indian Journal of Geo-Marine Sciences Vol. 43(7), July 2014, pp. 1347-1351 Inter comparison of wave height observations from buoy and altimeter with numerical prediction S. A. Sannasiraj 1*, M. Kalyani

More information

Effect of number of hidden neurons on learning in large-scale layered neural networks

Effect of number of hidden neurons on learning in large-scale layered neural networks ICROS-SICE International Joint Conference 009 August 18-1, 009, Fukuoka International Congress Center, Japan Effect of on learning in large-scale layered neural networks Katsunari Shibata (Oita Univ.;

More information

Impact of METOP ASCAT Ocean Surface Winds in the NCEP GDAS/GFS and NRL NAVDAS

Impact of METOP ASCAT Ocean Surface Winds in the NCEP GDAS/GFS and NRL NAVDAS Impact of METOP ASCAT Ocean Surface Winds in the NCEP GDAS/GFS and NRL NAVDAS COAMPS @ Li Bi 1,2 James Jung 3,4 Michael Morgan 5 John F. Le Marshall 6 Nancy Baker 2 Dave Santek 3 1 University Corporation

More information

CMSC 421: Neural Computation. Applications of Neural Networks

CMSC 421: Neural Computation. Applications of Neural Networks CMSC 42: Neural Computation definition synonyms neural networks artificial neural networks neural modeling connectionist models parallel distributed processing AI perspective Applications of Neural Networks

More information

Unmanned Aircraft Hurricane Reconnaissance. Pat Fitzpatrick GeoSystems Research Institute Mississippi State University Stennis Space Center branch

Unmanned Aircraft Hurricane Reconnaissance. Pat Fitzpatrick GeoSystems Research Institute Mississippi State University Stennis Space Center branch Unmanned Aircraft Hurricane Reconnaissance Pat Fitzpatrick GeoSystems Research Institute Mississippi State University Stennis Space Center branch Outline Motivation Unmanned Aircraft Systems (UAS) [also

More information

Artificial Neural Network

Artificial Neural Network Artificial Neural Network Contents 2 What is ANN? Biological Neuron Structure of Neuron Types of Neuron Models of Neuron Analogy with human NN Perceptron OCR Multilayer Neural Network Back propagation

More information

Can buoys predict hurricanes? Objectives Students will be able to: track drifter buoys determine the course of the gulf stream current

Can buoys predict hurricanes? Objectives Students will be able to: track drifter buoys determine the course of the gulf stream current Drifters Can buoys predict hurricanes? Objectives Students will be able to: track drifter buoys determine the course of the gulf stream current Materials computers with Internet access Student Worksheet

More information

Ocean Observatories Initiative. Oscar Schofield Rutgers University. Ocean Leadership October 2010

Ocean Observatories Initiative. Oscar Schofield Rutgers University. Ocean Leadership October 2010 Ocean Observatories Initiative Oscar Schofield Rutgers University Ocean Leadership October 2010 What is OOI? THE VISION To launch an era of scientific discovery across and within the ocean basins, utilizing

More information

The lesson essential questions that will guide our investigations are:

The lesson essential questions that will guide our investigations are: Properties of the Atmosphere: Understanding Patterns Through Observation and Data Collection that Lead to Prediction of Local and Global Weather and Climate. Up until this point in class you have learned

More information

Identifying Drifter Deployment Values

Identifying Drifter Deployment Values Identifying Drifter Deployment Values Presented by: Shaun Dolk Produced in Collaboration with: Dr. Rick Lumpkin NOAA/AOML/GDP Miami, Florida DBCP-29 - September 23-27, 2013 Paris, France Objectives & Direction

More information

Hurricanes and Storm Surge : Before coming to lab, visit the following web site:

Hurricanes and Storm Surge : Before coming to lab, visit the following web site: Geol 108 Lab #7 Week of October 15-19, 2012 Coastal Studies Hurricanes and Storm Surge : Before coming to lab, visit the following web site: http://www.usatoday.com/graphics/weather/gra/gsurge/flash.htm

More information

Comparative Analysis of Hurricane Vulnerability in New Orleans and Baton Rouge. Dr. Marc Levitan LSU Hurricane Center. April 2003

Comparative Analysis of Hurricane Vulnerability in New Orleans and Baton Rouge. Dr. Marc Levitan LSU Hurricane Center. April 2003 Comparative Analysis of Hurricane Vulnerability in New Orleans and Baton Rouge Dr. Marc Levitan LSU Hurricane Center April 2003 In order to compare hurricane vulnerability of facilities located in different

More information

Predicting Floods in North Central Province of Sri Lanka using Machine Learning and Data Mining Methods

Predicting Floods in North Central Province of Sri Lanka using Machine Learning and Data Mining Methods Thilakarathne & Premachandra Predicting Floods in North Central Province of Sri Lanka using Machine Learning and Data Mining Methods H. Thilakarathne 1, K. Premachandra 2 1 Department of Physical Science,

More information

Please give me the background details of the warning system the US had before and the new improvements now.

Please give me the background details of the warning system the US had before and the new improvements now. ----- Original Message ----- From: VADM Conrad C. Lautenbacher Jr., USN (Ret.) To: Announcement@noaa.gov Sent: Friday, January 28, 2005 1:30 PM Subject: Message from the Under Secretary -- NOAA Tsunami

More information

IMPACT OF GROUND-BASED GPS PRECIPITABLE WATER VAPOR AND COSMIC GPS REFRACTIVITY PROFILE ON HURRICANE DEAN FORECAST. (a) (b) (c)

IMPACT OF GROUND-BASED GPS PRECIPITABLE WATER VAPOR AND COSMIC GPS REFRACTIVITY PROFILE ON HURRICANE DEAN FORECAST. (a) (b) (c) 9B.3 IMPACT OF GROUND-BASED GPS PRECIPITABLE WATER VAPOR AND COSMIC GPS REFRACTIVITY PROFILE ON HURRICANE DEAN FORECAST Tetsuya Iwabuchi *, J. J. Braun, and T. Van Hove UCAR, Boulder, Colorado 1. INTRODUCTION

More information

TOSCA RESULTS OVERVIEW

TOSCA RESULTS OVERVIEW TOSCA RESULTS OVERVIEW Almost 3 years after the project started, TOSCA has proved capable of improving oil spill tracking systems. TOSCA has brought updated knowledge on surface currents and noticeable

More information

Understanding Travel Time to Airports in New York City Sierra Gentry Dominik Schunack

Understanding Travel Time to Airports in New York City Sierra Gentry Dominik Schunack Understanding Travel Time to Airports in New York City Sierra Gentry Dominik Schunack 1 Introduction Even with the rising competition of rideshare services, many in New York City still utilize taxis for

More information

Active Sonar Target Classification Using Classifier Ensembles

Active Sonar Target Classification Using Classifier Ensembles International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 12 (2018), pp. 2125-2133 International Research Publication House http://www.irphouse.com Active Sonar Target

More information

Prediction of Particulate Matter Concentrations Using Artificial Neural Network

Prediction of Particulate Matter Concentrations Using Artificial Neural Network Resources and Environment 2012, 2(2): 30-36 DOI: 10.5923/j.re.20120202.05 Prediction of Particulate Matter Concentrations Using Artificial Neural Network Surendra Roy National Institute of Rock Mechanics,

More information

Short Term Load Forecasting Using Multi Layer Perceptron

Short Term Load Forecasting Using Multi Layer Perceptron International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Short Term Load Forecasting Using Multi Layer Perceptron S.Hema Chandra 1, B.Tejaswini 2, B.suneetha 3, N.chandi Priya 4, P.Prathima

More information

Improved EM Tactical Applications through UAS-Enhanced High-Resolution Mesoscale Data Assimilation and Modeling

Improved EM Tactical Applications through UAS-Enhanced High-Resolution Mesoscale Data Assimilation and Modeling DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Improved EM Tactical Applications through UAS-Enhanced High-Resolution Mesoscale Data Assimilation and Modeling Teddy R.

More information

EWGLAM/SRNWP National presentation from DMI

EWGLAM/SRNWP National presentation from DMI EWGLAM/SRNWP 2013 National presentation from DMI Development of operational Harmonie at DMI Since Jan 2013 DMI updated HARMONIE-Denmark suite to CY37h1 with a 3h-RUC cycling and 57h forecast, 8 times a

More information

CARLOS F. M. COIMBRA (PI) HUGO T. C. PEDRO (CO-PI)

CARLOS F. M. COIMBRA (PI) HUGO T. C. PEDRO (CO-PI) HIGH-FIDELITY SOLAR POWER FORECASTING SYSTEMS FOR THE 392 MW IVANPAH SOLAR PLANT (CSP) AND THE 250 MW CALIFORNIA VALLEY SOLAR RANCH (PV) PROJECT CEC EPC-14-008 CARLOS F. M. COIMBRA (PI) HUGO T. C. PEDRO

More information

Artificial Neural Networks Examination, June 2005

Artificial Neural Networks Examination, June 2005 Artificial Neural Networks Examination, June 2005 Instructions There are SIXTY questions. (The pass mark is 30 out of 60). For each question, please select a maximum of ONE of the given answers (either

More information

National Ocean Technology Center of China Wang Xiangnan

National Ocean Technology Center of China Wang Xiangnan National Ocean Technology Center of China Wang Xiangnan 2011.10 1 National Ocean Technology Center Beijing Tianjin NOTC Established in 1965 Staff of 500 Bohai Sea 2 3 National Ocean Technology Center Administrated

More information

COMP9444 Neural Networks and Deep Learning 11. Boltzmann Machines. COMP9444 c Alan Blair, 2017

COMP9444 Neural Networks and Deep Learning 11. Boltzmann Machines. COMP9444 c Alan Blair, 2017 COMP9444 Neural Networks and Deep Learning 11. Boltzmann Machines COMP9444 17s2 Boltzmann Machines 1 Outline Content Addressable Memory Hopfield Network Generative Models Boltzmann Machine Restricted Boltzmann

More information

The Development of Guidance for Forecast of. Maximum Precipitation Amount

The Development of Guidance for Forecast of. Maximum Precipitation Amount The Development of Guidance for Forecast of Maximum Precipitation Amount Satoshi Ebihara Numerical Prediction Division, JMA 1. Introduction Since 198, the Japan Meteorological Agency (JMA) has developed

More information

epochs epochs

epochs epochs Neural Network Experiments To illustrate practical techniques, I chose to use the glass dataset. This dataset has 214 examples and 6 classes. Here are 4 examples from the original dataset. The last values

More information

Estimation of Wave Heights during Extreme Events in Lake St. Clair

Estimation of Wave Heights during Extreme Events in Lake St. Clair Abstract Estimation of Wave Heights during Extreme Events in Lake St. Clair T. J. Hesser and R. E. Jensen Lake St. Clair is the smallest lake in the Great Lakes system, with a maximum depth of about 6

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Developed in Consultation with Florida Educators

Developed in Consultation with Florida Educators Developed in Consultation with Florida Educators Table of Contents Next Generation Sunshine State Standards Correlation Chart... 7 Benchmarks Chapter 1 The Practice of Science...................... 11

More information

West Florida Shelf and Tampa Bay Responses to Hurricane Irma: What Happened and Why

West Florida Shelf and Tampa Bay Responses to Hurricane Irma: What Happened and Why West Florida Shelf and Tampa Bay Responses to Hurricane Irma: What Happened and Why R.H. Weisberg Y. Liu J. Chen College of Marine Science University of South Florida St. Petersburg, FL SECOORA Webinar

More information

Lab 19.2 Synoptic Weather Maps

Lab 19.2 Synoptic Weather Maps Lab 19.2 Synoptic Weather Maps Name: Partner: Purpose The purpose of this lab is to have you read and interpret the information displayed on synoptic weather maps. You will also learn the techniques used

More information

Earth Observation in coastal zone MetOcean design criteria

Earth Observation in coastal zone MetOcean design criteria ESA Oil & Gas Workshop 2010 Earth Observation in coastal zone MetOcean design criteria Cees de Valk BMT ARGOSS Wind, wave and current design criteria geophysical process uncertainty modelling assumptions

More information

New NASA Ocean Observations and Coastal Applications

New NASA Ocean Observations and Coastal Applications New NASA Ocean Observations and Coastal Applications Duane Armstrong Chief, Applied Science & Technology Project Office August 20, 2014 1 Outline NASA s new Earth Science Ocean Science Missions for 2014

More information

5.2. IDENTIFICATION OF NATURAL HAZARDS OF CONCERN

5.2. IDENTIFICATION OF NATURAL HAZARDS OF CONCERN 5.2. IDENTIFICATION OF NATURAL HAZARDS OF CONCERN To provide a strong foundation for mitigation strategies considered in Sections 6 and 9, County considered a full range of natural hazards that could impact

More information

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques Peeyush Vyas Asst. Professor, CE/IT Department of Vadodara Institute of Engineering, Vadodara Abstract: Weather forecasting

More information

Visibility in Low Clouds And Its Impact on FSO Links

Visibility in Low Clouds And Its Impact on FSO Links Visibility in Low Clouds And Its Impact on FSO Links M. Ammar Al-Habash, Janae Nash, Jeff Baars, Michael Witiw, Ken Fischer, Ken Desmet Terabeam Corporation, 14833 NE 87th St., Building C, Redmond, WA

More information

Calibration and Temperature Retrieval of Improved Ground-based Atmospheric Microwave Sounder

Calibration and Temperature Retrieval of Improved Ground-based Atmospheric Microwave Sounder PIERS ONLINE, VOL. 6, NO. 1, 2010 6 Calibration and Temperature Retrieval of Improved Ground-based Atmospheric Microwave Sounder Jie Ying He 1, 2, Yu Zhang 1, 2, and Sheng Wei Zhang 1 1 Center for Space

More information

NUMB3RS Activity: Where s the Source? Episode: Undercurrents

NUMB3RS Activity: Where s the Source? Episode: Undercurrents Teacher Page : Where s the Source? Topic: Vector fields Grade Level: 9-12 Objective: Use vector fields to make predictions Time: 25 minutes Introduction In Undercurrents, Don s team is asked to determine

More information

7B.4 ASSESSMENT OF THE GROSS U.S. OFFSHORE WIND ENERGY POTENTIAL

7B.4 ASSESSMENT OF THE GROSS U.S. OFFSHORE WIND ENERGY POTENTIAL 7B.4 ASSESSMENT OF THE GROSS U.S. OFFSHORE WIND ENERGY POTENTIAL Marc Schwartz, Donna Heimiller, Steve Haymes, and Walt Musial National Renewable Energy Laboratory, Golden, Colorado 1. INTRODUCTION Offshore

More information

Artificial Neural Networks. Edward Gatt

Artificial Neural Networks. Edward Gatt Artificial Neural Networks Edward Gatt What are Neural Networks? Models of the brain and nervous system Highly parallel Process information much more like the brain than a serial computer Learning Very

More information

4.3. David E. Rudack*, Meteorological Development Laboratory Office of Science and Technology National Weather Service, NOAA 1.

4.3. David E. Rudack*, Meteorological Development Laboratory Office of Science and Technology National Weather Service, NOAA 1. 43 RESULTS OF SENSITIVITY TESTING OF MOS WIND SPEED AND DIRECTION GUIDANCE USING VARIOUS SAMPLE SIZES FROM THE GLOBAL ENSEMBLE FORECAST SYSTEM (GEFS) RE- FORECASTS David E Rudack*, Meteorological Development

More information

Wind Assessment & Forecasting

Wind Assessment & Forecasting Wind Assessment & Forecasting GCEP Energy Workshop Stanford University April 26, 2004 Mark Ahlstrom CEO, WindLogics Inc. mark@windlogics.com WindLogics Background Founders from supercomputing industry

More information

Storm Surge Forecast with Shifting Forecast Tracks

Storm Surge Forecast with Shifting Forecast Tracks Storm Surge Forecast with Shifting Forecast Tracks Storm Surge Findings in the Florida Keys Jon Rizzo Warning Coordination Meteorologist National Weather Service Florida Keys Florida Keys Life History

More information

GIFTS SOUNDING RETRIEVAL ALGORITHM DEVELOPMENT

GIFTS SOUNDING RETRIEVAL ALGORITHM DEVELOPMENT P2.32 GIFTS SOUNDING RETRIEVAL ALGORITHM DEVELOPMENT Jun Li, Fengying Sun, Suzanne Seemann, Elisabeth Weisz, and Hung-Lung Huang Cooperative Institute for Meteorological Satellite Studies (CIMSS) University

More information

Are You Ready For Hurricane Season? 2018 Hurricane Talk B Y : S T O R M T E A M 8 M E T E O R O L O G I S T J U L I E P H I L L I P S

Are You Ready For Hurricane Season? 2018 Hurricane Talk B Y : S T O R M T E A M 8 M E T E O R O L O G I S T J U L I E P H I L L I P S Are You Ready For Hurricane Season? 2018 Hurricane Talk B Y : S T O R M T E A M 8 M E T E O R O L O G I S T J U L I E P H I L L I P S About Me I am Currently a Weekday Meteorologist at WFLA Channel 8.

More information

9.1 Adding and Subtracting Rational Expressions

9.1 Adding and Subtracting Rational Expressions Name Class Date 9.1 Adding and Subtracting Rational Epressions Essential Question: How can you add and subtract rational epressions? Resource Locker Eplore Identifying Ecluded Values Given a rational epression,

More information

Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar

Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar Fauziah Nasir Fauziah *, Aris Gunaryati Universitas Nasional Sawo Manila, South Jakarta.

More information

The Use of Geographic Information Systems to Assess Change in Salt Marsh Ecosystems Under Rising Sea Level Scenarios.

The Use of Geographic Information Systems to Assess Change in Salt Marsh Ecosystems Under Rising Sea Level Scenarios. The Use of Geographic Information Systems to Assess Change in Salt Marsh Ecosystems Under Rising Sea Level Scenarios Robert Hancock The ecological challenges presented by global climate change are vast,

More information

How Warm Is the Ocean?

How Warm Is the Ocean? Currents and Sea Surface Temperature By Steven Moore, Jennifer Vuturo-Brady, and Hedley Bond Guiding Question Learning Objectives How do ocean currents impact seasonal sea surface temperatures? Students

More information

Arctic. Ocean Observing Build Out Plan. alaska ocean observing system. March 1, 2013 draft. Tom Van Pelt

Arctic. Ocean Observing Build Out Plan. alaska ocean observing system. March 1, 2013 draft. Tom Van Pelt Arctic Ocean Observing Build Out Plan March 1, 2013 draft Tom Van Pelt alaska ocean observing system Tom Van Pelt Why a coastal observing system in the Arctic? The Arctic is booming with increased activity

More information