Downslope windstorms with WRF. Experiment #5 at end

Size: px
Start display at page:

Download "Downslope windstorms with WRF. Experiment #5 at end"

Transcription

1 Downslope windstorms with WRF Experiment #5 at end 1

2 Basics Introduce the idealized WRF Simula?ons are effec?vely 2D Sounding provided via input file (input_sounding) Change ver?cal profiles of poten?al temperature and horizontal winds Mountain shape mimics terrain across Cuyamaca Peak in San Diego county 2

3 Set up WRF environment mkdir MOUNTAIN! cd MOUNTAIN! cp /home/c115-test/mountain/make_all_links.csh.! cp /home/c115-test/mountain/namelist.input.! cp /home/c115-test/mountain/input_sounding.!! cp /home/c115-test/mountain/control_file*.! cp /home/c115-test/mountain/*.gs.!!!./make_all_links.csh!! 3

4 input_sounding (open in text editor) Sfc. Pressure (mb) sfc. poten?al temp (K) and sfc. mixing ra?o (g/kg) ! E E+00! E E+00! E E+00! E E+00! E E+00! E E+00! 4

5 input_sounding! ! E E+00! E E+00! E E+00! E E+00! E E+00! E E+00! Height (m) Pot. temp. (K) vapor (g/kg) u wind (m/s) v wind (m/s) no moisture in this sounding u wind is set to - 5 m/s (easterly flow), no ver;cal shear v wind is zero because we re 2D with no Coriolis force 5

6 namelist.input! &time_control! run_days = 0,! run_hours = 24,! run_minutes = 0,! run_seconds = 0,! start_year = 0001, 0001, 0001,! start_month = 01, 01, 01,! start_day = 01, 01, 01,! start_hour = 00, 00, 00,! start_minute = 00, 00, 00,! start_second = 00, 00, 00,! end_year = 0001, 0001, 0001,! end_month = 01, 01, 01,! end_day = 01, 01, 01,! end_hour = 00, 00, 00,! end_minute = 00, 00, 00,! end_second = 00, 00, 00,! history_interval = 30, 30, 30,! frames_per_outfile = 1000, 1000, 1000,! 30 min history interval 6

7 namelist.input &domains! time_step = 12,! time_step_fract_num = 0,! time_step_fract_den = 1,! max_dom = 1,! s_we = 1, 1, 1,! e_we = 100, 43, 43,! s_sn = 1, 1, 1,! e_sn = 3, 43, 43,! s_vert = 1, 1, 1,! e_vert = 91, 91, 91,! dx = 2000, , ! dy = 2000, , ! ztop = 18000, 18000, 18000,! One domain (so extra columns irrelevant) 100 x 3 x 91 (x by y by z) domain 2 km horizontal resolu?on 18 km deep 7

8 namelist.input &physics! mp_physics = 1, 1, 1,! ra_lw_physics = 0, 0, 0,! ra_sw_physics = 0, 0, 0,! radt = 30, 30, 30,! sf_sfclay_physics = 1, 1, 1,! sf_surface_physics = 1, 1, 1,! bl_pbl_physics = 1, 1, 1,! warm rain microphysics (but no moisture) no radia?on scheme rudimentary surface scheme on, so there is surface fric?on and a small surface moisture flux 8

9 namelist.input &dynamics! w_damping = 1,! rk_ord = 3,! diff_opt = 2,! km_opt = 2,! damp_opt = 2,!! subgrid turbulent mixing and ver?cal velocity damping are on 9

10 Make control run ulimit s unlimited!./ideal.exe! Reads in input_sounding! Creates wrfinput_d01! nohup./wrf.exe > wrf.out &! Model configured to create one wrfout file, containing all output?mes Simula'on should take 3-5 min on an idle machine 10

11 While your simula?on is running 11

12 Sta?ons in the San Diego Gas & Electric mesonet Cuyamaca Peak 12

13 101 mph gust at Sill Hill (1710Z 30 Apr 2014) Red numbers = gusts in mph 13

14 101 mph gust at Sill Hill (1710Z 30 Apr 2014) SILSD winds/gusts during 29 April 2014 event 90+ mph gusts recorded 32 7mes in 10 h period (of 60 total reports) mph wind speeds (mph) h :00 GMT :00 GMT :00 GMT :00 GMT :00 GMT date SKNT mph GUST mph 14

15 PX/ACM2 May 2014 Bernardo fire NBCSD 10m winds 20 mph 15

16 NBCSD 16

17 Ver?cal cross- sec?on WRBSD KRNM NBCSD 17

18 Anima?on WRBSD KRNM NBCSD 18

19 Finished running? 19

20 Post- process control run w2g control_file.z windz05 Note control_file.z has been changed to refer to the wrfout files created by this model run, to declare the model output as ideal rather than real and to turn the map off This creates a GrADS file that interpolates to higher resolu?on below 5 km height, but cuts off there w2g control_file wind05 This version of the control file has lower resolu?on near surface but retains the en?re domain depth 20

21 From wind05 GrADS file ga-> open wind05! ga-> set display color white! ga-> set t 1! ga-> set x 1! ga-> d theta! ga-> draw xlab pot. temp. (K)! ga-> draw ylab height (km)! 21

22 Easily manipulated in input_sounding! 22

23 Wind flow at 0 h ga-> set t 1! ga-> ww_color.gs! 23

24 Plots theta (black contours) and wind speed (colored field) and topography (grey) (looks a liwle bewer in the windz05 file) 24

25 set t 2 ww_color.gs 25

26 set t 3 ww_color.gs 26

27 set t 4 ww_color.gs 27

28 set t 5 ww_color.gs 28

29 set t 49 [final ;me] ww_color.gs 29

30 Stepping and anima?on ga-> step.gs u ! ga-> step.gs theta ! [hit return to move on to next time]! ga-> vert_movie.gs! [wind speed thin contours,! theta thick contours,! Richardson number shaded.! If you save gif files, they are named/ numbered movie_###.gif]!! 30

31 U, theta and Ri at 24 h. Why is the Richardson number so low here? 31

32 Anima;on created using vert_movie.gs 32

33 Change name of movie s7ll images here vert_movie.gs! if(frame < 10)! 'printim movie_00'frame'.gif gif '! else! if(frame < 100)! 'printim movie_0'frame'.gif gif '! else! 'printim movie_'frame'.gif gif '! endif! endif! frame=frame+1! endif! pull dummy! To avoid himng return between frames, comment out this line with an asterisk; i.e., * pull dummy 33

34 ! Conver?ng a series of *.gif images into a movie! convert -delay 30 -loop 0 movie_*.gif OUT.GIF! Uses ImageMagick convert program - loop = 0 endless looping - loop = 1 just play once - delay ## decrease to speed up play You can play the movie OUT.GIF in a web browser 34

35 Hovmoller diagram ga-> c! ga-> reset! ga-> set t 1 49! ga-> hov.gs! [by default, a contour x vs. t diagram! of near-surface 10m wind speed]!!! 35

36 36

37 Edi?ng input_sounding to make new cases 37

38 Cases to explore Change the wind speed Control run is - 5 m/s (east to west) What does stronger or weaker easterly flow do? You can guess what making the wind westerly would do, right? What happens if you force wind shear on the ini?al wind profile? Change the poten?al temperature profile Create a less stable layer aloq Change the height of the lower, more stable layer Add moisture (be careful) Feel free to edit the GrADS scripts, or make new ones 38

39 input_sounding z theta N = Average tropospheric and stratospheric N values are 0.01 and 0.02, respec?vely. N = You can change the heights, too, and add levels, but I d keep the lowest level at 10 m and highest at 20 km 39

40 A possible sounding This sounding puts a more stable layer beneath 2.5 km and a less stable (neutral layer) between km. How does this alter the downslope flow? If the depth of the lower stable layer is changed, how would that alter the downslope flow? If the easterly wind speed is altered, how does that affect the downslope flow? 40

41 Experiment #5 Alter the input_sounding in some fashion and observe how it changes the flow over the mountain rela;ve to the control run Think about crea'ng a parameter space and exploring it. Example: changing depth of lower stable layer and wind speed. Write a report that describes your results. Include figures. Cap?on your figures appropriately. Due: December 19 th (end of finals week). More comments: Changing the surface pressure is not relevant Keep the poten?al temperature of the surface and lowest level in sounding equal to each other (presently both are 291 K) What happens if you make the lower layer less stable and the upper layer more stable? There is a small moisture source from the surface that isn t turned off You can add atmospheric moisture but make sure vapor mixing ra?os are realis?c. Once moisture is added, mp_physics is relevant and may be altered as well. Since flow may become much more vigorous, time_step may have to be reduced. Using the no_mp_heating = 1 flag may help keep things under control. 41

Exploring wave-turbulence interaction through LES modeling

Exploring wave-turbulence interaction through LES modeling Exploring wave-turbulence interaction through LES modeling Mireia Udina 1 Jielun Sun 2 M. Rosa Soler 1 Branko Kosović 2 1. Dept. Astronomia i Meteorologia Universitat de Barcelona, Barcelona, Catalunya

More information

Weather Research and Forecasting (WRF) Model. Simulations of the Impacts of Large Wind Farms. on Regional Climate. Sushant George

Weather Research and Forecasting (WRF) Model. Simulations of the Impacts of Large Wind Farms. on Regional Climate. Sushant George Weather Research and Forecasting (WRF) Model Simulations of the Impacts of Large Wind Farms on Regional Climate by Sushant George A Thesis Presented in Partial Fulfillment of the Requirements for the Degree

More information

Atmospheric Circulation

Atmospheric Circulation Atmospheric Circulation Why do we say Earth's temperature is moderate? It may not look like it, but various processes work to moderate Earth's temperature across the latitudes. Atmospheric circulation

More information

On the use of rotor equivalent wind speed to improve CFD wind resource mapping. Yavor V. Hristov, PhD Plant Performance and Modeling Vestas TSS

On the use of rotor equivalent wind speed to improve CFD wind resource mapping. Yavor V. Hristov, PhD Plant Performance and Modeling Vestas TSS On the use of rotor equivalent wind speed to improve CFD wind resource mapping Yavor V. Hristov, PhD Plant Performance and Modeling Vestas TSS Firestorm- Number 53 on Top500 list from June 2011 14664 processors

More information

Atmosphere, Ocean and Climate Dynamics Fall 2008

Atmosphere, Ocean and Climate Dynamics Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 12.003 Atmosphere, Ocean and Climate Dynamics Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Problem

More information

How an extreme wind atlas is made

How an extreme wind atlas is made How an extreme wind atlas is made AC Kruger South African Weather Service X Larsén DTU Wind Energy Wind 1 Atlas for South Africa (WASA) Why do we need extreme wind statistics? Statistical background for

More information

EXTREME WIND GUSTS IN LARGE-EDDY SIMULATIONS OF TROPICAL CYCLONES

EXTREME WIND GUSTS IN LARGE-EDDY SIMULATIONS OF TROPICAL CYCLONES The National Center for Atmospheric Research (NCAR) is sponsored by the National Science Foundation (NSF) EXTREME WIND GUSTS IN LARGE-EDDY SIMULATIONS OF TROPICAL CYCLONES George Bryan National Center

More information

Mountain Forced Flows

Mountain Forced Flows Mountain Forced Flows Jeremy A. Gibbs University of Oklahoma gibbz@ou.edu February 3, 2015 1 / 45 Overview Orographic Precipitation Common Ingredients of Heavy Orographic Precipitation Formation and Enhancement

More information

ATS 351, Spring 2010 Lab #6 Stability & Skew-T 48 points

ATS 351, Spring 2010 Lab #6 Stability & Skew-T 48 points ATS 351, Spring 2010 Lab #6 Stability & Skew-T 48 points 1. (5 points) What is an adiabatic process? Why are the moist and dry adiabatic rates of cooling different? An adiabatic process is a process that

More information

Chapter 4. Convec.on Adiaba.c lapse rate

Chapter 4. Convec.on Adiaba.c lapse rate Chapter 4 Convec.on Adiaba.c lapse rate 1.Outline: a. air parcel theory, adiabatic processes b. how do we define/determine atmospheric stability? 2.Readings: Chapter 4 VERTICAL STRUCTURE T STRATIFICATION

More information

Lecture 7. More on BL wind profiles and turbulent eddy structures. In this lecture

Lecture 7. More on BL wind profiles and turbulent eddy structures. In this lecture Lecture 7. More on BL wind profiles and turbulent eddy structures In this lecture Stability and baroclinicity effects on PBL wind and temperature profiles Large-eddy structures and entrainment in shear-driven

More information

3/6/2001 Fig. 6-1, p.142

3/6/2001 Fig. 6-1, p.142 First GOES 11 image http://visible earth.nasa.g ov/view_rec. php?id=190 Air-born dust from the Sahara Desert, Feb. 2001 Fig. 6-CO, p.140 dust from China over Japan. 3/5/2001 FIGURE 6.1 A model of the atmosphere

More information

Winds and Ocean Circulations

Winds and Ocean Circulations Winds and Ocean Circulations AT 351 Lab 5 February 20, 2008 Sea Surface Temperatures 1 Temperature Structure of the Ocean Ocean Currents 2 What causes ocean circulation? The direction of most ocean currents

More information

Atmospheric & Ocean Circulation-

Atmospheric & Ocean Circulation- Atmospheric & Ocean Circulation- Overview: Atmosphere & Climate Atmospheric layers Heating at different latitudes Atmospheric convection cells (Hadley, Ferrel, Polar) Coriolis Force Generation of winds

More information

Goal: Develop quantitative understanding of ENSO genesis, evolution, and impacts

Goal: Develop quantitative understanding of ENSO genesis, evolution, and impacts The Delayed Oscillator Zebiak and Cane (1987) Model Other Theories Theory of ENSO teleconnections Goal: Develop quantitative understanding of ENSO genesis, evolution, and impacts The delayed oscillator

More information

Gravity waves in stable atmospheric boundary layers

Gravity waves in stable atmospheric boundary layers Gravity waves in stable atmospheric boundary layers Carmen J. Nappo CJN Research Meteorology Knoxville, Tennessee 37919, USA Abstract Gravity waves permeate the stable atmospheric planetary boundary layer,

More information

The total precipitation (P) is determined by the average rainfall rate (R) and the duration (D),

The total precipitation (P) is determined by the average rainfall rate (R) and the duration (D), Orographic precipitation Common ingredients of heavy orographic precipitation The total precipitation (P) is determined by the average rainfall rate (R) and the duration (D), P = RD. (1) The rainfall rate

More information

Gravity waves and bores. Material kindly provided by Dr. Steven Koch GSD NOAA (Boulder, CO)

Gravity waves and bores. Material kindly provided by Dr. Steven Koch GSD NOAA (Boulder, CO) Gravity waves and bores Material kindly provided by Dr. Steven Koch GSD NOAA (Boulder, CO) Presented at Iowa State University 11 April 2005 What is a gravity wave? An oscillation caused by the displacement

More information

A new theory for downslope windstorms and trapped lee wave François Lott Lab. Météorologie Dynamique, Ecole Normale Supérieure, Paris

A new theory for downslope windstorms and trapped lee wave François Lott Lab. Météorologie Dynamique, Ecole Normale Supérieure, Paris A new theory for downslope windstorms and trapped lee wave François Lott Lab. Météorologie Dynamique, Ecole Normale Supérieure, Paris 1)Motivation: trapped lee waves 2)Model description 3)Downslope windstorms

More information

E. Agu, M. Kasperski Ruhr-University Bochum Department of Civil and Environmental Engineering Sciences

E. Agu, M. Kasperski Ruhr-University Bochum Department of Civil and Environmental Engineering Sciences EACWE 5 Florence, Italy 19 th 23 rd July 29 Flying Sphere image Museo Ideale L. Da Vinci Chasing gust fronts - wind measurements at the airport Munich, Germany E. Agu, M. Kasperski Ruhr-University Bochum

More information

Outline. Wind Turbine Siting. Roughness. Wind Farm Design 4/7/2015

Outline. Wind Turbine Siting. Roughness. Wind Farm Design 4/7/2015 Wind Turbine Siting Andrew Kusiak 2139 Seamans Center Iowa City, Iowa 52242-1527 andrew-kusiak@uiowa.edu Tel: 319-335-5934 Fax: 319-335-5669 http://www.icaen.uiowa.edu/~ankusiak Terrain roughness Escarpments

More information

High-resolution simulations of mountain weather improved with observations from small unmanned aircraft

High-resolution simulations of mountain weather improved with observations from small unmanned aircraft High-resolution simulations of mountain weather improved with observations from small unmanned aircraft Hálfdán Ágústsson, Haraldur Ólafsson, Marius O. Johannessen, Joachim Reuder, Dubravka Rasol and Ólafur

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi: 1.138/nature877 Background The main sis of this paper is that topography produces a strong South Asian summer monsoon primarily by insulating warm and moist air over India from cold and dry extratropics.

More information

LES* IS MORE! * L ARGE E DDY S IMULATIONS BY VORTEX. WindEnergy Hamburg 2016

LES* IS MORE! * L ARGE E DDY S IMULATIONS BY VORTEX. WindEnergy Hamburg 2016 LES* IS MORE! * L ARGE E DDY S IMULATIONS BY VORTEX WindEnergy Hamburg 2016 OUTLINE MOTIVATION Pep Moreno. CEO, BASIS Alex Montornés. Modelling Specialist, VALIDATION Mark Žagar. Modelling Specialist,

More information

Meteorology Lecture 17

Meteorology Lecture 17 Meteorology Lecture 17 Robert Fovell rfovell@albany.edu 1 Important notes These slides show some figures and videos prepared by Robert G. Fovell (RGF) for his Meteorology course, published by The Great

More information

Training program on Modelling: A Case study Hydro-dynamic Model of Zanzibar channel

Training program on Modelling: A Case study Hydro-dynamic Model of Zanzibar channel Training program on Modelling: A Case study Hydro-dynamic Model of Zanzibar channel Mayorga-Adame,C.G., Sanga,I.P.L., Majuto, C., Makame, M.A., Garu,M. INTRODUCTION Hydrodynamic Modeling In understanding

More information

Jackie May* Mark Bourassa. * Current affilitation: QinetiQ-NA

Jackie May* Mark Bourassa. * Current affilitation: QinetiQ-NA Jackie May* Mark Bourassa * Current affilitation: QinetiQ-NA Background/Motivation In situ observations (ships and buoys) are used to validate satellite observations Problems with comparing data Sparseness

More information

3 Global Winds and Local Winds

3 Global Winds and Local Winds CHAPTER 1 3 Global Winds and Local Winds SECTION The Atmosphere BEFORE YOU READ After you read this section, you should be able to answer these questions: What causes wind? What is the Coriolis effect?

More information

The Use of Bulk and Profile Methods for Determining Surface Heat Fluxes in the Presence of Glacier Winds

The Use of Bulk and Profile Methods for Determining Surface Heat Fluxes in the Presence of Glacier Winds 3 The Use of Bulk and Profile Methods for Determining Surface Heat Fluxes in the Presence of Glacier Winds A -D second-order closure model and in situ observations on a melting glacier surface are used

More information

Coriolis Effect Movies

Coriolis Effect Movies Introduction to Oceanography Lecture 16: Wind 2 Wind speed and direction about 1.5 km above sea level By Trent Schindler (NASA) using satellite data. Public Domain https://svs.gsfc.nasa.gov/4571 Coriolis

More information

Investigation on Deep-Array Wake Losses Under Stable Atmospheric Conditions

Investigation on Deep-Array Wake Losses Under Stable Atmospheric Conditions Investigation on Deep-Array Wake Losses Under Stable Atmospheric Conditions Yavor Hristov, Mark Zagar, Seonghyeon Hahn, Gregory Oxley Plant Siting and Forecasting Vestas Wind Systems A/S Introduction Introduction

More information

Transport of halogenated VSLS from the Indian Ocean to the stratosphere through the Asian monsoon circula:on

Transport of halogenated VSLS from the Indian Ocean to the stratosphere through the Asian monsoon circula:on Transport of halogenated VSLS from the Indian Ocean to the stratosphere through the Asian monsoon circula:on Alina Fiehn Helmke Hepach, Elliot Atlas (RSMAS), Birgit Quack, Susann Tegtmeier, Kirs@n Krüger

More information

Moist convection in hydrogen atmospheres and the frequency of Saturn s giant storms Cheng Li and Andrew P. Ingersoll

Moist convection in hydrogen atmospheres and the frequency of Saturn s giant storms Cheng Li and Andrew P. Ingersoll SUPPLEMENTARY INFORMATION DOI: 10.1038/NGEO2405 Moist convection in hydrogen atmospheres and the frequency of Saturn s giant storms Cheng Li and Andrew P. Ingersoll 2 S1. Isobaric mixing across temperature

More information

Modelling atmospheric stability with CFD: The importance of tall profiles

Modelling atmospheric stability with CFD: The importance of tall profiles ENERGY Modelling atmospheric stability with CFD: The importance of tall profiles VindKraftNet Seminar on Profiles Jean-François Corbett, Global Head of CFD Service 1 SAFER, SMARTER, GREENER DNV GL CFD

More information

Lab 4: Root Locus Based Control Design

Lab 4: Root Locus Based Control Design Lab 4: Root Locus Based Control Design References: Franklin, Powell and Emami-Naeini. Feedback Control of Dynamic Systems, 3 rd ed. Addison-Wesley, Massachusetts: 1994. Ogata, Katsuhiko. Modern Control

More information

P2.17 OBSERVATIONS OF STRONG MOUNTAIN WAVES IN THE LEE OF THE MEDICINE BOW MOUNTAINS OF SOUTHEAST WYOMING

P2.17 OBSERVATIONS OF STRONG MOUNTAIN WAVES IN THE LEE OF THE MEDICINE BOW MOUNTAINS OF SOUTHEAST WYOMING P2.17 OBSERVATIONS OF STRONG MOUNTAIN WAVES IN THE LEE OF THE MEDICINE BOW MOUNTAINS OF SOUTHEAST WYOMING Larry D. Oolman 1, Jeffrey R. French 1, Samuel Haimov 1, David Leon 1, and Vanda Grubišić 2 1 University

More information

Background physics concepts (again)

Background physics concepts (again) Background physics concepts (again) position coordinate for location, say x (1-D) velocity changing position over time (magnitude and ) acceleration changing velocity v = x t = x 2 x 1 t 2 t 1 a = v t

More information

Bora flow over the complex terrain of the mid- Adriatic area

Bora flow over the complex terrain of the mid- Adriatic area Bora flow over the complex terrain of the mid- Adriatic area Kristian Horvath 1, kristian.horvath@cirus.dhz.hr, Željko Večenaj 2, Branko Grisogono 2 1 Research Department, Meteorological and Hydrological

More information

Effects of Moist Froude Number and CAPE on a Conditionally Unstable Flow over a Mesoscale Mountain Ridge

Effects of Moist Froude Number and CAPE on a Conditionally Unstable Flow over a Mesoscale Mountain Ridge FEBRUARY 2005 C H E N A N D L I N 331 Effects of Moist Froude Number and CAPE on a Conditionally Unstable Flow over a Mesoscale Mountain Ridge SHU-HUA CHEN Department of Land, Air, and Water Resources,

More information

Anemometry. Anemometry. Wind Conventions and Characteristics. Anemometry. Wind Variability. Anemometry. Function of an anemometer:

Anemometry. Anemometry. Wind Conventions and Characteristics. Anemometry. Wind Variability. Anemometry. Function of an anemometer: Anemometry Anemometry Function of an anemometer: Measure some or all of the components of the wind vector In homogeneous terrain, vertical component is small express wind as -D horizontal vector For some

More information

PHSC 3033: Meteorology Air Forces

PHSC 3033: Meteorology Air Forces PHSC 3033: Meteorology Air Forces Pressure Gradient P/ d = Pressure Gradient (Change in Pressure/Distance) Horizontal Pressure Gradient Force (PGF): Force due to pressure differences, and the cause of

More information

Impact of Sea Breeze Fronts on Urban Heat Island & Air Quality in Texas

Impact of Sea Breeze Fronts on Urban Heat Island & Air Quality in Texas Impact of Sea Breeze Fronts on Urban Heat Island & Air Quality in Texas Xiao-Ming Hu Center for Analysis and Prediction of Storms, School of Meteorology University of Oklahoma July 14, 2015 at LanZhou

More information

10.6 The Dynamics of Drainage Flows Developed on a Low Angle Slope in a Large Valley Sharon Zhong 1 and C. David Whiteman 2

10.6 The Dynamics of Drainage Flows Developed on a Low Angle Slope in a Large Valley Sharon Zhong 1 and C. David Whiteman 2 10.6 The Dynamics of Drainage Flows Developed on a Low Angle Slope in a Large Valley Sharon Zhong 1 and C. David Whiteman 2 1Department of Geosciences, University of Houston, Houston, TX 2Pacific Northwest

More information

SIO 210 Problem Set 3 November 4, 2011 Due Nov. 14, 2011

SIO 210 Problem Set 3 November 4, 2011 Due Nov. 14, 2011 SIO 210 Problem Set 3 November 4, 2011 Due Nov. 14, 2011 1. At 20 N, both the ocean and the atmosphere carry approximately 2 PW of heat poleward, for a total of about 4 PW (see figure). If (at this latitude)

More information

Chapter 1 The Atmosphere

Chapter 1 The Atmosphere Chapter 1 The Atmosphere Section 1 - Guiding Questions How is the atmosphere important to living things? What gases are present in Earth s atmosphere? Section 1 - The Air Around You Importance of the Atmosphere

More information

Global Flow Solutions Mark Zagar, Cheng Hu-Hu, Yavor Hristov, Søren Holm Mogensen, Line Gulstad Vestas Wind & Site Competence Centre, Technology R&D

Global Flow Solutions Mark Zagar, Cheng Hu-Hu, Yavor Hristov, Søren Holm Mogensen, Line Gulstad Vestas Wind & Site Competence Centre, Technology R&D Global Flow Solutions Mark Zagar, Cheng Hu-Hu, Yavor Hristov, Søren Holm Mogensen, Line Gulstad Vestas Wind & Site Competence Centre, Technology R&D vestas.com Outline The atmospheric modeling capabilities

More information

A Numerical Simulation of Convectively Induced Turbulence (CIT) above Deep Convection

A Numerical Simulation of Convectively Induced Turbulence (CIT) above Deep Convection A Numerical Simulation of Convectively Induced Turbulence (CIT) above Deep Convection Jung-Hoon Kim and Hye-Yeong Chun Department of Atmospheric Sciences Yonsei University, Seoul, Korea 1. Introduction

More information

Global Wind Paerns. specific. higher. convection. rises. rotates. equator Equatorial. Subtropical High. long. lower. troposphere. sinks.

Global Wind Paerns. specific. higher. convection. rises. rotates. equator Equatorial. Subtropical High. long. lower. troposphere. sinks. Global Wind Paerns Global Winds Winds that b steadily from direcons long over distances. specific Created by the of Earth s surface. Result of Sun striking the surface at angles near the equator and at

More information

Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster. Abstract

Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster. Abstract Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster Abstract It is important for meteorologists to have an understanding of the synoptic scale waves that propagate thorough the atmosphere

More information

The impacts of explicitly simulated gravity waves on large-scale circulation in the

The impacts of explicitly simulated gravity waves on large-scale circulation in the The impacts of explicitly simulated gravity waves on large-scale circulation in the Southern Hemisphere. Linda Mudoni Department of Geological and Atmospheric Sciences October 2003 Introduction In the

More information

Does Southern Ocean surface forcing shape the global ocean overturning circulation?

Does Southern Ocean surface forcing shape the global ocean overturning circulation? Does Southern Ocean surface forcing shape the global ocean overturning circulation? Shantong Sun 1, Ian Eisenman 1, and Andrew Stewart 2 1 Scripps Institution of Oceanography, University of California

More information

Scales of Atmospheric Motion Scale Length Scale (m) Time Scale (sec) Systems/Importance Molecular (neglected)

Scales of Atmospheric Motion Scale Length Scale (m) Time Scale (sec) Systems/Importance Molecular (neglected) Supplement Wind, Fetch and Waves Scales of Atmospheric Motion Scale Length Scale (m) Time Scale (sec) Systems/Importance Molecular 10-7 - 10-2 10-1 (neglected) Coriolis not important Turbulent 10-2 10

More information

Wind Regimes 1. 1 Wind Regimes

Wind Regimes 1. 1 Wind Regimes Wind Regimes 1 1 Wind Regimes The proper design of a wind turbine for a site requires an accurate characterization of the wind at the site where it will operate. This requires an understanding of the sources

More information

Flow modelling hills complex terrain and other issues

Flow modelling hills complex terrain and other issues Flow modelling hills, complex terrain and other issues Modelling approaches sorted after complexity Rules of thumbs Codes and standards Linear model, 1 st order turbulence closure LINCOM/Wasp Reynolds-averaged

More information

LAB 1 THERMODYNAMIC DIAGRAMS 100 points Part 2 Date Due

LAB 1 THERMODYNAMIC DIAGRAMS 100 points Part 2 Date Due LAB 1 THERMODYNAMIC DIAGRAMS 100 points Part 2 Date Due Thermodynamic diagrams allow for analysis of temperature, moisture, pressure and wind in the atmosphere. These vertical measurements, or soundings,

More information

GEOG112 - Assignment 2. Site A Site B Site C Temp ( C) Altitude (km) Temp ( C)

GEOG112 - Assignment 2. Site A Site B Site C Temp ( C) Altitude (km) Temp ( C) GEOG112 - Assignment 2 Name Spring 2019 18 pts possible Site A Site B Site C Temp ( C) Altitude (km) Temp ( C) Altitude (km) Temp ( C) Altitude (km) 24 0 30 0 15 0 10 1 18 1 4 1 14 2 14 2-3 2 9 3 8 3-7

More information

Non orographic and orographic gravity waves above Antarctica and the Southern Ocean

Non orographic and orographic gravity waves above Antarctica and the Southern Ocean Non orographic and orographic gravity waves above Antarctica and the Southern Ocean Riwal Plougonven Laboratoire de Météorologie Dynamique, IPSL Ecole Normale Supérieure Work involving: Albert Hertzog,

More information

PHSC 3033: Meteorology Stability

PHSC 3033: Meteorology Stability PHSC 3033: Meteorology Stability Equilibrium and Stability Equilibrium s 2 States: Stable Unstable Perturbed from its initial state, an object can either tend to return to equilibrium (A. stable) or deviate

More information

STUDENT PACKET # 10. Vocabulary: condensation, convection, convection current, land breeze, sea breeze

STUDENT PACKET # 10. Vocabulary: condensation, convection, convection current, land breeze, sea breeze STUDENT PACKET # 10 Name: Date: Student Exploration: Coastal Winds and Clouds Big Idea 7: Earth Systems and Patterns SC.6.E.7.4 Differentiate and show interactions among the geosphere, hydrosphere, cryosphere,

More information

Review for the second quarter. Mechanisms for cloud formation

Review for the second quarter. Mechanisms for cloud formation Review for the second quarter Mechanisms for cloud formation 1 Rising air expands and cools; Sinking air compresses and warms. (18) (24) Dry adiabatic lapse rate (10 o C/km): the rate of temperature decrease

More information

3 Global Winds and Local Winds

3 Global Winds and Local Winds CHAPTER 15 3 Global Winds and Local Winds SECTION The Atmosphere BEFORE YOU READ After you read this section, you should be able to answer these questions: What causes wind? What is the Coriolis effect?

More information

ATMS 310 Tropical Dynamics

ATMS 310 Tropical Dynamics ATMS 310 Tropical Dynamics Introduction Throughout the semester we have focused on mid-latitude dynamics. This is not to say that the dynamics of other parts of the world, such as the tropics, are any

More information

Numerical Simulations of the Effects of Coastlines on the Evolution of Strong, Long-Lived Squall Lines

Numerical Simulations of the Effects of Coastlines on the Evolution of Strong, Long-Lived Squall Lines 1710 M O N T H L Y W E A T H E R R E V I E W VOLUME 135 Numerical Simulations of the Effects of Coastlines on the Evolution of Strong, Long-Lived Squall Lines TODD P. LERICOS* AND HENRY E. FUELBERG Department

More information

3 Global Winds and Local Winds

3 Global Winds and Local Winds CHAPTER 6 3 Global Winds and Local Winds SECTION The Atmosphere BEFORE YOU READ After you read this section, you should be able to answer these questions: What causes wind? What is the Coriolis effect?

More information

Olympus Production Contour Plot

Olympus Production Contour Plot Olympus Production Contour Plot Overview An alternative to the Scale Scenario calculation is the Contour Diagram. The conditions defined in the Scale Scenario are specific to production locations (wellhead,

More information

Mesoscale air-sea interaction and feedback in the western Arabian Sea

Mesoscale air-sea interaction and feedback in the western Arabian Sea Mesoscale air-sea interaction and feedback in the western Arabian Sea Hyodae Seo (Univ. of Hawaii) Raghu Murtugudde (UMD) Markus Jochum (NCAR) Art Miller (SIO) AMS Air-Sea Interaction Workshop Phoenix,

More information

A flow regime diagram for forecasting lee waves, rotors and downslope winds

A flow regime diagram for forecasting lee waves, rotors and downslope winds Meteorol. Appl. 13, 179 195 (2006) doi:10.1017/s1350482706002088 A flow regime diagram for forecasting lee waves, rotors and downslope winds P. F. Sheridan & S. B. Vosper Met Office, FitzRoy Road, Exeter

More information

Influence of Heat Transport by Sea Breezes on Inland Temperature in the Osaka Area

Influence of Heat Transport by Sea Breezes on Inland Temperature in the Osaka Area Academic Article Journal of Heat Island Institute International Vol. 9-2 (2) Influence of Heat Transport by Sea Breezes on Inland Temperature in the Osaka Area Atsumasa Yoshida* Junichi Yashiro* Xinbo

More information

2.4. Applications of Boundary Layer Meteorology

2.4. Applications of Boundary Layer Meteorology 2.4. Applications of Boundary Layer Meteorology 2.4.1. Temporal Evolution & Prediction of the PBL Earlier, we saw the following figure showing the diurnal evolution of PBL. With a typical diurnal cycle,

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Numerical investigation of the formation of elevated pollution layers over the Los Angeles air basin Rong Lu, R.P. Turco Department of Atmospheric Sciences, University of California, Los Angeles, 405 Hilgard

More information

MET Lecture 8 Atmospheric Stability

MET Lecture 8 Atmospheric Stability MET 4300 Lecture 8 Atmospheric Stability Stability Concept Stable: Ball returns to original position Neutral: Ball stays wherever it is placed Unstable: Displacement grows with time. Atmospheric Stability

More information

Modeling of Mountain Waves in T-REX

Modeling of Mountain Waves in T-REX 10.6 Modeling of Mountain Waves in T-REX Steven E. Koch 1,2, Ligia R. Bernardet 1,2, Brian D. Jamison 1,3, and John M. Brown 1 1 NOAA / Earth Systems Research Laboratory (ESRL), Boulder, Colorado 2 Developmental

More information

Turbulence generation by mountain wave breaking in flows with directional wind shear

Turbulence generation by mountain wave breaking in flows with directional wind shear Turbulence generation by mountain wave breaking in flows with directional wind shear Article Accepted Version Guarino, M. V., Teixeira, M. A. C. and Ambaum, M. H. P. (2016) Turbulence generation by mountain

More information

Gravity wave breaking, secondary wave generation, and mixing above deep convection in a three-dimensional cloud model

Gravity wave breaking, secondary wave generation, and mixing above deep convection in a three-dimensional cloud model GEOPHYSICAL RESEARCH LETTERS, VOL. 33,, doi:10.1029/2006gl027988, 2006 Gravity wave breaking, secondary wave generation, and mixing above deep convection in a three-dimensional cloud model Todd P. Lane

More information

Meteorology & Air Pollution. Dr. Wesam Al Madhoun

Meteorology & Air Pollution. Dr. Wesam Al Madhoun Meteorology & Air Pollution Dr. Wesam Al Madhoun Dispersion = Advection (Transport) + Dilution (Diffusion) Source Transport Receptor Re-entrainment Fick s law of diffusion J= - D * D C/Dx Where, J= Mass

More information

APPI PPG LECTURE 5: FURTHER METEOROLOGY

APPI PPG LECTURE 5: FURTHER METEOROLOGY LECTURE 5: FURTHER METEOROLOGY Introduction: This lecture covers Further Meteorology and aims to give you more of an understanding of advanced weather conditions and patterns. However Meteorology is a

More information

Atmospheric Circulation (Ch. 8) Ocean & Atmosphere are intertwined Gases & waters freely exchanged Wind Weather Climate

Atmospheric Circulation (Ch. 8) Ocean & Atmosphere are intertwined Gases & waters freely exchanged Wind Weather Climate Atmospheric Circulation (Ch. 8) Ocean & Atmosphere are intertwined Gases & waters freely exchanged Wind Weather Climate Atmospheric Structure Consists of Layers Separated by Temperature Stratosphere: Temperature

More information

The dynamics of heat lows over flat terrain

The dynamics of heat lows over flat terrain The dynamics of heat lows over flat terrain Roger K. Smith, Thomas Spengler presented by Julia Palamarchuk, Ukraine, Odessa Split Workshop in Atmospheric Physics and Oceanography, May 22-30, Split, Croatia

More information

Wind Data Verification Report Arriga 50m

Wind Data Verification Report Arriga 50m Page 1 of 11 Site Name Site Details 9531 - Arriga 5m Arriga 5m Date/Time of report generation 27/11/212 4:22 PM Site Number 9531 Mast Height 5m Mast Location 32568 E 811256 N Coordinate System UTM 55K

More information

6.28 PREDICTION OF FOG EPISODES AT THE AIRPORT OF MADRID- BARAJAS USING DIFFERENT MODELING APPROACHES

6.28 PREDICTION OF FOG EPISODES AT THE AIRPORT OF MADRID- BARAJAS USING DIFFERENT MODELING APPROACHES 6.28 PREDICTION OF FOG EPISODES AT THE AIRPORT OF MADRID- BARAJAS USING DIFFERENT MODELING APPROACHES Cecilia Soriano 1, Darío Cano 2, Enric Terradellas 3 and Bill Physick 4 1 Universitat Politècnica de

More information

Mesoscale Meteorology

Mesoscale Meteorology Mesoscale Meteorology METR 4433 Spring 2015 3.4 Drylines The dryline is a mesoscale phenomena whose development and evaluation is strongly linked to the PBL. In this section, we will consider its general

More information

Overview. 2 Module 13: Advanced Data Processing

Overview. 2 Module 13: Advanced Data Processing 2 Module 13: Advanced Data Processing Overview This section of the course covers advanced data processing when profiling. We will discuss the removal of the fairly gross effects of ship heave and talk

More information

Stratified Flow Separation in the Lee of the Knight Inlet Sill

Stratified Flow Separation in the Lee of the Knight Inlet Sill Stratified Flow Separation in the Lee of the Knight Inlet Sill Jody M. Klymak 1 and Michael C. Gregg Applied Physics Laboratory and School of Oceanography, University of Washington, Seattle Abstract. Stratified

More information

VI. Static Stability. Consider a parcel of unsaturated air. Assume the actual lapse rate is less than the dry adiabatic lapse rate: Γ < Γ d

VI. Static Stability. Consider a parcel of unsaturated air. Assume the actual lapse rate is less than the dry adiabatic lapse rate: Γ < Γ d VI. Static Stability Consider a parcel of unsaturated air. Assume the actual lapse rate is less than the dry adiabatic lapse rate: Γ < Γ d VI. Static Stability Consider a parcel of unsaturated air. Assume

More information

Wind Power. Kevin Clifford METR 112 April 19, 2011

Wind Power. Kevin Clifford METR 112 April 19, 2011 Wind Power Kevin Clifford METR 112 April 19, 2011 Outline Introduction Wind Turbines Determining Wind Power Output The Price of Wind Power Wind Power Availability across the World and US California Wind

More information

Numerical Approach on the Mechanism of Precipitation-Topography Relationship in Mountainous Complex Terrain

Numerical Approach on the Mechanism of Precipitation-Topography Relationship in Mountainous Complex Terrain Numerical Approach on the Mechanism of Precipitation-Topography Relationship in Mountainous Complex Terrain Yoshiharu, S. 1, S. Miyata 2, E. Nakakita 3 and M. Hasebe 4 1 Faculty of Engineering, Utsunomiya

More information

Real Life Turbulence and Model Simplifications. Jørgen Højstrup Wind Solutions/Højstrup Wind Energy VindKraftNet 28 May 2015

Real Life Turbulence and Model Simplifications. Jørgen Højstrup Wind Solutions/Højstrup Wind Energy VindKraftNet 28 May 2015 Real Life Turbulence and Model Simplifications Jørgen Højstrup Wind Solutions/Højstrup Wind Energy VindKraftNet 28 May 2015 Contents What is turbulence? Description of turbulence Modelling spectra. Wake

More information

Autodesk Moldflow Communicator Process settings

Autodesk Moldflow Communicator Process settings Autodesk Moldflow Communicator 212 Process settings Revision 1, 3 March 211. Contents Chapter 1 Process settings....................................... 1 Profiles.................................................

More information

Bagh Dail nan Ceann ( BDNC) Salmon Farm, Loch Shuna

Bagh Dail nan Ceann ( BDNC) Salmon Farm, Loch Shuna Bagh Dail nan Ceann ( BDNC) Salmon Farm, Loch Shuna AUTODEPOMOD MODELLIN G REPORT 09. 2016V1 REPORT WRITTEN BY ENVIRONMENTA L ANALYST) CHECKED BY ENVIRONMENTAL MAN AGER) Registered in Scotland No. 138843

More information

AT 351 Lab 5 Ocean Circulations and Wind Due in lab: The Week of February 25 th 140 Points Total

AT 351 Lab 5 Ocean Circulations and Wind Due in lab: The Week of February 25 th 140 Points Total AT 351 Lab 5 Ocean Circulations and Wind Due in lab: The Week of February 25 th 140 Points Total 1. (20 points) If the earth were a smooth, featureless sphere and the atmosphere were horizontally isothermal

More information

Downslope Wind Storms

Downslope Wind Storms Downslope Wind Storms How does acceleration over the wing affect pressure field? Equation of Motion for frictionless flow: V t = l k α p+g If we assume a horizontally homogeneous, hydrostatic reference

More information

Structure and discharge test cases

Structure and discharge test cases Chapter 28 Structure and discharge test cases 28.1 Introduction Three test case have been implemented to test the performance and applicability of the structures and discharges modules. drythin Simulates

More information

DYNAMICAL PROCESSES IN UNDISTURBED KATABATIC FLOWS

DYNAMICAL PROCESSES IN UNDISTURBED KATABATIC FLOWS DYNAMCAL PROCESSES N UNDSTURBED KATABATC FLOWS Gregory S Poulosl, Thomas B McKee2, James E Bossed and Roger A Pielke2 'Los Alamos National Laboratory, Los Alamos, NM Colorado State University, Fort Collins,

More information

8 th Grade Science Meteorology Review

8 th Grade Science Meteorology Review 8 th Grade Science Meteorology Review #1 Where does Earth get the energy that produces global weather patterns? A: The sun B: Humidity C: Air masses D: Cyclones A. The Sun #2 Do all of the areas on Earth

More information

Local Winds. Please read Ahrens Chapter 10

Local Winds. Please read Ahrens Chapter 10 Local Winds Please read Ahrens Chapter 10 Scales of Motion Microscale: meters Turbulent eddies Formed by mechanical disturbance or convection Lifetimes of minutes Mesoscale: km s to 100 s of km s Local

More information

Global Winds and Local Winds

Global Winds and Local Winds Global Winds and Local Winds National Science Education Standards ES 1j What is the Coriolis effect? What are the major global wind systems on Earth? What Causes Wind? Wind is moving air caused by differences

More information

Yang Cao and Robert G. Fovell

Yang Cao and Robert G. Fovell 15th Conference on Mesoscale Processes, Portland, OR, 2013. 7.6 Predictability and Sensitivity of Downslope Windstorms in San Diego County Yang Cao and Robert G. Fovell Department of Atmospheric and Oceanic

More information

Tutorial 2 Time-Dependent Consolidation. Staging Groundwater Time-dependent consolidation Point query Line query Graph Query

Tutorial 2 Time-Dependent Consolidation. Staging Groundwater Time-dependent consolidation Point query Line query Graph Query Tutorial 2 Time-Dependent Consolidation Staging Groundwater Time-dependent consolidation Point query Line query Graph Query Model Set-up For this tutorial we will start with the model from Tutorial 1 Quick

More information

Kake, Alaska Wind Resource Report

Kake, Alaska Wind Resource Report Kake, Alaska Wind Resource Report Kake met tower, photo provided by SEACC January 6, 2012 Douglas Vaught, P.E. V3 Energy, LLC Eagle River, Alaska Kake, Alaska Met Tower Wind Resource Report Page 2 Project

More information

Isaac Newton ( )

Isaac Newton ( ) Introduction to Climatology GEOGRAPHY 300 Isaac Newton (1642-1727) Tom Giambelluca University of Hawai i at Mānoa Atmospheric Pressure, Wind, and The General Circulation Philosophiæ Naturalis Principia

More information