1 / 3

A very stormy day In the ocean

A very stormy day In the ocean . By Christy Khouderchah. Description and Background.

adanne
Télécharger la présentation

A very stormy day In the ocean

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A very stormy day In the ocean By Christy Khouderchah

  2. Description and Background • During large storms (ie. Hurricanes or tropical storms), ignoring the fact that there is a large amount of convection and wind sheer, how much of an impact does the rain affect waves? So, I’d like to see how an intense storm would effect the life of a wave. Since rain involves many small droplets, I changed the simulation to use fewer droplets but of a larger size and magnitude. • In particular I was curious if droplets could in theory cancel the wave propagation • - Hurricane formation involves sea water to be at or greater than 80°F, weak winds, convergence at the ocean surface, divergence aloft and humid air rising and condensing to form storm clouds. • In order to simulate the effects rain droplets would have on a wave, I had to: • exaggerate the size and overall effect of the droplets • this was done by modifying the D droplet function : • % D = droplet(height,width) • [x,y] = ndgrid(-1:(2/(width-1)):1); • D = height*exp(-10.5*(x.^2+y.^2)); • as well as changing the values put into D within the code: • D = droplet(1.5,25) compared to D = droplet(1.5,12) • This would change the width of droplet to a much larger size – any larger and it would cause problems to the code. • Run several droplets simultaneously with the wave

  3. Run my code with: rainywavefin.m

More Related