Baroklina nestabilnost

Size: px
Start display at page:

Download "Baroklina nestabilnost"

Transcription

1 Baroklina nestabilnost Navodila za projektno nalogo iz dinamične meteorologije 2012/2013 Januar 2013 Nedjeljka Zagar in Rahela Zabkar Naloga je zasnovana na dvoslojnem modelu baroklinega razvoja, napisana je v Matlabu. Naloga je prevzeta iz Oddelka za meteorologijo na Univerzi v Stockholmu, kjer je ena od nalog pri predmetu Dinamična meteorologija. Avtorji originalne kode in navodil so Erland Källén, Gerhard Erbes, Shuting Yang, Robert Sigg in Rezwan Mohammad.

2 1 Theory In these applied exercises we will examine the properties of a simple model which can describe baroclinic instability. We will start from the two-layer model described by Holton (Holton, 2004, section 8.2). We will add dissipation terms. The equations are U1 and U3 describe the zonal background state and, ψ 3, and ω 2 the perturbation field. The dissipation terms are given with the coefficients ε i, ε D, and δ. The terms with the coefficient ε i describe exchange of kinetic energy between the two layers due to dissipation processes. In the atmosphere this corresponds to convective processes which are not explicitly described by this simple model. The dimension of ε i is [s -1 ] (the dissipation works directly on the vorticity). The characteristic dissipation timescale in the atmosphere is about ten days. The dissipation coefficient ε D represents the friction against the surface and has a characteristic time-scale about five days. The dissipation in the thermodynamic equation corresponds to a cooling of the middle layer which has effect on a time-scale of ten days. The dissipation terms are simple parameterizations of complicated processes in the atmosphere. Hence the values of the dissipation coefficients are a rough estimate. One of the aims of these exercises is to study the sensitivity of this model to variations in these parameters. To simplify the analysis we assume that the dissipation terms are proportional to each other. Hence we assign the parameter ε as follows: ε = ε D = 2ε i = 2δ Now ε represents all the dissipation processes. We can reduce the equation system (equation 1) by eliminating the vertical velocity ω 2.

3 where and D 1 and D 2 are the dissipation terms which you will derive in exercise1. Del I: Theoretical exercises Exercise 1 Derive the dissipation terms D 1 and D 2 in equation system 2. Exercise 2 If we assume wave-like solutions of the form the equation system 2 can be written in matrix form as follows: (3) Determine the matrix elements in equation 3. The stability of this linear system can be examined by determine the eigen values of the matrix M in equation 3. If any eigen value has a positive real part, the solution is unstable. Exercise 3 Derive the relation between the static stability parameter σ and the Brunt-Väisälä frequency N. Exercise 4 Try to describe physically why the presence of the boundary layer restrains baroclinic instabilities. Use Holton (2004, section 5.4, or 1992,) or any other source which discusses the secondary circulation and spin down within the planetary boundary layer.

4 Del II: Matlab exercises (Katalog Matlab vsebuje 5 programov ki računajo in rišejo rezultate dvoslojnega modela) Matlab program eigenplot.m calculates the eigen values to the matrix in equation 3 for given parameter values. For given parameter values, program calculates the eigen values. In addition it examines for which value of U T that instability occurs. Input parameters are non-dimensional wavenumber k * dissipation time scale ε -1 (in seconds) Brunt-Väisälä frequency N Latitude ϕ o (degrees) Wind speed at level 3 U 3 The non-dimensional wavenumber k * must be an integer. It represents the number of waves around one latitude circle at the latitude ϕ o. Hence the non-dimensional wave number is given by k * = k R a cos(ϕ o ), where k is the actual wave number [m -1 ], R a is the radius of the earth (6: m) and ϕ o is the central latitude. Exercise 1: No dissipation >> k_nondim = 6; >> dissip = 100*86400; % (100 dni) Velika vrednost pomeni, da ni disipacije (druga opcija je dissip = Inf;) >> latitude = 45; >> U_3 = 0; % Plot eigen values and phase speed and calculate minimum wind shear >> figure(1) >> U_T_min = eigenplot(k_nondim, dissip, N, latitude, U_3); % Run loop [k_nondim, U_T_min] = eigenloop(dissip, N, latitude, U_3); % Plot the neutral instabillity graph figure(2) marginal(dissip, N, latitude, U_m) a) Set the dissipation coefficients to very small values and verify Figure 8.3 in Holton (krivulja neutralne stabilnosti za dvoslojni baroklini model) b) Study how the eigen values vary as a function of U 1 (U 3 = 0), for one wavenumber just below and for one just above the cut-off wavenumber. Exercise 2: With dissipation >> dissip = 10*86400; >> latitude = 45;

5 % Mean wind speed >> U_m = 10; % Plot the neutral instabillity graph figure(2) marginal(dissip, N, latitude, U_m). % Plot the neutral instabillity graph for various dissipations >> dissip = [ Inf]*86400; >> [k_nondim, U_T_min] = marginal(dissip, N, latitude, U_m); >> Handle = legend(num2str(dissip'/86400), -1); >> set(get(handle, 'XLabel'), 'String', 'Dissipation') >> title('neutral instability graph') >> xlabel('non-dimensional wave number') >> ylabel('wind shear [m/s]') % Plot the horizontal structure for ψ m and ψ T >> U_T = 20; >> k_nondim = 6; >> dissip = 86400; >> latitude = 45; >> phase_shift = structure(u_t, k_nondim, dissip, N, latitude); % Plot the neutral instabillity graph for various latitudes >> dissip = Inf; >> latitude = [30:10:80]; >> U_m = 10; >> [k_nondim, U_T_min] = marginal(dissip, N, latitude, U_m); >> Handle = legend(num2str(latitude'), -1); >> set(get(handle, 'XLabel'), 'String', 'Latitude') >> title('neutral instability graph') >> xlabel('non-dimensional wave number') >> ylabel('wind shear [m/s]') a) Set the dissipation coefficients to a plausible value (see the theory section). Study the sensitivity of the instability for variations of the dissipation. b) Study if the mean wind speed U m has influence on the instability. c) What are your conclusions of the sensitivity study? d) Give a physical explanation of the stabilization of the long respectively the short waves.

6 Finally Play around with the programs to investigate the effect of other choices of parameter values. For instance, vary the Brunt-Väisälä frequency and the latitude. The physical motivation of the choice of a parameter value should be clear in the laboration report. References James R. Holton. An introduction to dynamic meteorology, volume 48 of International geophysics series. Academic Press, Inc., third edition, 1992., fourth edition, Nalogo je potrebno oddati do 1. marca 2013.

( u,v). For simplicity, the density is considered to be a constant, denoted by ρ 0

( u,v). For simplicity, the density is considered to be a constant, denoted by ρ 0 ! Revised Friday, April 19, 2013! 1 Inertial Stability and Instability David Randall Introduction Inertial stability and instability are relevant to the atmosphere and ocean, and also in other contexts

More information

Eliassen-Palm Cross Sections Edmon et al. (1980)

Eliassen-Palm Cross Sections Edmon et al. (1980) Eliassen-Palm Cross Sections Edmon et al. (1980) Cecily Keppel November 14 2014 Eliassen-Palm Flux For β-plane Coordinates (y, p) in northward, vertical directions Zonal means F = v u f (y) v θ θ p F will

More information

Frictional Damping of Baroclinic Waves

Frictional Damping of Baroclinic Waves Frictional Damping of Baroclinic Waves HHH, 26th May 2006 Bob Plant With thanks to Stephen Belcher, Brian Hoskins, Dan Adamson Motivation Control simulation, T+60 Simulation with no boundary layer turbulence,

More information

ESCI 485 Air/sea Interaction Lesson 2 Turbulence Dr. DeCaria

ESCI 485 Air/sea Interaction Lesson 2 Turbulence Dr. DeCaria ESCI 485 Air/sea Interaction Lesson Turbulence Dr. DeCaria References: Air-sea Interaction: Laws and Mechanisms, Csanady An Introduction to Dynamic Meteorology ( rd edition), J.R. Holton An Introduction

More information

Hurricanes are intense vortical (rotational) storms that develop over the tropical oceans in regions of very warm surface water.

Hurricanes are intense vortical (rotational) storms that develop over the tropical oceans in regions of very warm surface water. Hurricanes: Observations and Dynamics Houze Section 10.1. Holton Section 9.7. Emanuel, K. A., 1988: Toward a general theory of hurricanes. American Scientist, 76, 371-379 (web link). http://ww2010.atmos.uiuc.edu/(gh)/guides/mtr/hurr/home.rxml

More information

CHAPTER 4. THE HADLEY CIRCULATION 59 smaller than that in midlatitudes. This is illustrated in Fig. 4.2 which shows the departures from zonal symmetry

CHAPTER 4. THE HADLEY CIRCULATION 59 smaller than that in midlatitudes. This is illustrated in Fig. 4.2 which shows the departures from zonal symmetry Chapter 4 THE HADLEY CIRCULATION The early work on the mean meridional circulation of the tropics was motivated by observations of the trade winds. Halley (1686) and Hadley (1735) concluded that the trade

More information

2. Baroclinic Instability and Midlatitude Dynamics

2. Baroclinic Instability and Midlatitude Dynamics 2. Baroclinic Instability and Midlatitude Dynamics Midlatitude Jet Stream Climatology (Atlantic and Pacific) Copyright 26 Emily Shuckburgh, University of Cambridge. Not to be quoted or reproduced without

More information

LECTURE 28. The Planetary Boundary Layer

LECTURE 28. The Planetary Boundary Layer LECTURE 28 The Planetary Boundary Layer The planetary boundary layer (PBL) [also known as atmospheric boundary layer (ABL)] is the lower part of the atmosphere in which the flow is strongly influenced

More information

Contents. Parti Fundamentals. 1. Introduction. 2. The Coriolis Force. Preface Preface of the First Edition

Contents. Parti Fundamentals. 1. Introduction. 2. The Coriolis Force. Preface Preface of the First Edition Foreword Preface Preface of the First Edition xiii xv xvii Parti Fundamentals 1. Introduction 1.1 Objective 3 1.2 Importance of Geophysical Fluid Dynamics 4 1.3 Distinguishing Attributes of Geophysical

More information

Chapter 13 Instability on non-parallel flow Introduction and formulation

Chapter 13 Instability on non-parallel flow Introduction and formulation Chapter 13 Instability on non-parallel flow. 13.1 Introduction and formulation We have concentrated our discussion on the instabilities of parallel, zonal flows. There is the largest amount of literature

More information

Eliassen-Palm Theory

Eliassen-Palm Theory Eliassen-Palm Theory David Painemal MPO611 April 2007 I. Introduction The separation of the flow into its zonal average and the deviations therefrom has been a dominant paradigm for analyses of the general

More information

ESCI 344 Tropical Meteorology Lesson 11 Tropical Cyclones: Formation, Maintenance, and Intensification

ESCI 344 Tropical Meteorology Lesson 11 Tropical Cyclones: Formation, Maintenance, and Intensification ESCI 344 Tropical Meteorology Lesson 11 Tropical Cyclones: Formation, Maintenance, and Intensification References: A Global View of Tropical Cyclones, Elsberry (ed.) Global Perspectives on Tropical Cylones:

More information

Chapter 2. Quasi-Geostrophic Theory: Formulation (review) ε =U f o L <<1, β = 2Ω cosθ o R. 2.1 Introduction

Chapter 2. Quasi-Geostrophic Theory: Formulation (review) ε =U f o L <<1, β = 2Ω cosθ o R. 2.1 Introduction Chapter 2. Quasi-Geostrophic Theory: Formulation (review) 2.1 Introduction For most of the course we will be concerned with instabilities that an be analyzed by the quasi-geostrophic equations. These are

More information

On the effect of forward shear and reversed shear baroclinic flows for polar low developments. Thor Erik Nordeng Norwegian Meteorological Institute

On the effect of forward shear and reversed shear baroclinic flows for polar low developments. Thor Erik Nordeng Norwegian Meteorological Institute On the effect of forward shear and reversed shear baroclinic flows for polar low developments Thor Erik Nordeng Norwegian Meteorological Institute Outline Baroclinic growth a) Normal mode solution b) Initial

More information

The impacts of stochastic noise on climate models

The impacts of stochastic noise on climate models The impacts of stochastic noise on climate models Paul Williams Department of Meteorology, University of Reading, UK The impacts of στοχαστικός noise on climate models Paul Williams Department of Meteorology,

More information

Hydrodynamic conservation laws and turbulent friction in atmospheric circulation models

Hydrodynamic conservation laws and turbulent friction in atmospheric circulation models Hydrodynamic conservation laws and turbulent friction in atmospheric circulation models Erich Becker Leibniz-Institute of Atmospheric Physics, Kühlungsborn, Germany Including contributions from Ulrike

More information

In two-dimensional barotropic flow, there is an exact relationship between mass

In two-dimensional barotropic flow, there is an exact relationship between mass 19. Baroclinic Instability In two-dimensional barotropic flow, there is an exact relationship between mass streamfunction ψ and the conserved quantity, vorticity (η) given by η = 2 ψ.the evolution of the

More information

Introduction to Isentropic Coordinates: a new view of mean meridional & eddy circulations. Cristiana Stan

Introduction to Isentropic Coordinates: a new view of mean meridional & eddy circulations. Cristiana Stan Introduction to Isentropic Coordinates: a new view of mean meridional & eddy circulations Cristiana Stan School and Conference on the General Circulation of the Atmosphere and Oceans: a Modern Perspective

More information

Lecture #2 Planetary Wave Models. Charles McLandress (Banff Summer School 7-13 May 2005)

Lecture #2 Planetary Wave Models. Charles McLandress (Banff Summer School 7-13 May 2005) Lecture #2 Planetary Wave Models Charles McLandress (Banff Summer School 7-13 May 2005) 1 Outline of Lecture 1. Observational motivation 2. Forced planetary waves in the stratosphere 3. Traveling planetary

More information

CERTAIN INVESTIGATIONS ON GRAVITY WAVES IN THE MESOSPHERIC REGION

CERTAIN INVESTIGATIONS ON GRAVITY WAVES IN THE MESOSPHERIC REGION CERTAIN INVESTIGATIONS ON GRAVITY WAVES IN THE MESOSPHERIC REGION Vivekanand Yadav and R. S. Yadav Department of Electronics and communication Engineering J K Institute for Applied Physics and Technology

More information

Baroclinic Rossby waves in the ocean: normal modes, phase speeds and instability

Baroclinic Rossby waves in the ocean: normal modes, phase speeds and instability Baroclinic Rossby waves in the ocean: normal modes, phase speeds and instability J. H. LaCasce, University of Oslo J. Pedlosky, Woods Hole Oceanographic Institution P. E. Isachsen, Norwegian Meteorological

More information

Boundary layer controls on extratropical cyclone development

Boundary layer controls on extratropical cyclone development Boundary layer controls on extratropical cyclone development R. S. Plant (With thanks to: I. A. Boutle and S. E. Belcher) 28th May 2010 University of East Anglia Outline Introduction and background Baroclinic

More information

Dynamics and Kinematics

Dynamics and Kinematics Geophysics Fluid Dynamics () Syllabus Course Time Lectures: Tu, Th 09:30-10:50 Discussion: 3315 Croul Hall Text Book J. R. Holton, "An introduction to Dynamic Meteorology", Academic Press (Ch. 1, 2, 3,

More information

On Derivation and Interpretation of Kuo Eliassen Equation

On Derivation and Interpretation of Kuo Eliassen Equation 1 On Derivation and Interpretation of Kuo Eliassen Equation Jun-Ichi Yano 1 1 GAME/CNRM, Météo-France and CNRS, 31057 Toulouse Cedex, France Manuscript submitted 22 September 2010 The Kuo Eliassen equation

More information

Geophysics Fluid Dynamics (ESS228)

Geophysics Fluid Dynamics (ESS228) Geophysics Fluid Dynamics (ESS228) Course Time Lectures: Tu, Th 09:30-10:50 Discussion: 3315 Croul Hall Text Book J. R. Holton, "An introduction to Dynamic Meteorology", Academic Press (Ch. 1, 2, 3, 4,

More information

Dynamics of the Zonal-Mean, Time-Mean Tropical Circulation

Dynamics of the Zonal-Mean, Time-Mean Tropical Circulation Dynamics of the Zonal-Mean, Time-Mean Tropical Circulation First consider a hypothetical planet like Earth, but with no continents and no seasons and for which the only friction acting on the atmosphere

More information

ESCI 343 Atmospheric Dynamics II Lesson 11 - Rossby Waves

ESCI 343 Atmospheric Dynamics II Lesson 11 - Rossby Waves ESCI 343 Atmospheric Dynamics II Lesson 11 - Rossby Waves Reference: An Introduction to Dynamic Meteorology (4 rd edition), J.R. Holton Atmosphere-Ocean Dynamics, A.E. Gill Fundamentals of Atmospheric

More information

BALANCED FLOW: EXAMPLES (PHH lecture 3) Potential Vorticity in the real atmosphere. Potential temperature θ. Rossby Ertel potential vorticity

BALANCED FLOW: EXAMPLES (PHH lecture 3) Potential Vorticity in the real atmosphere. Potential temperature θ. Rossby Ertel potential vorticity BALANCED FLOW: EXAMPLES (PHH lecture 3) Potential Vorticity in the real atmosphere Need to introduce a new measure of the buoyancy Potential temperature θ In a compressible fluid, the relevant measure

More information

Measurement of Rotation. Circulation. Example. Lecture 4: Circulation and Vorticity 1/31/2017

Measurement of Rotation. Circulation. Example. Lecture 4: Circulation and Vorticity 1/31/2017 Lecture 4: Circulation and Vorticity Measurement of Rotation Circulation Bjerknes Circulation Theorem Vorticity Potential Vorticity Conservation of Potential Vorticity Circulation and vorticity are the

More information

The general circulation: midlatitude storms

The general circulation: midlatitude storms The general circulation: midlatitude storms Motivation for this class Provide understanding basic motions of the atmosphere: Ability to diagnose individual weather systems, and predict how they will change

More information

Lecture Outline Chapter 6. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc.

Lecture Outline Chapter 6. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc. Lecture Outline Chapter 6 Physics, 4 th Edition James S. Walker Chapter 6 Applications of Newton s Laws Units of Chapter 6 Frictional Forces Strings and Springs Translational Equilibrium Connected Objects

More information

Dynamics Rotating Tank

Dynamics Rotating Tank Institute for Atmospheric and Climate Science - IACETH Atmospheric Physics Lab Work Dynamics Rotating Tank Large scale flows on different latitudes of the rotating Earth Abstract The large scale atmospheric

More information

ATMOSPHERIC MOTION I (ATM S 441/503 )

ATMOSPHERIC MOTION I (ATM S 441/503 ) http://earth.nullschool.net/ ATMOSPHERIC MOTION I (ATM S 441/503 ) INSTRUCTOR Daehyun Kim Born in 1980 B.S. 2003 Ph.D. 2010 2010-2013 2014- Assistant Professor at Dept. of Atmospheric Sciences Office:

More information

AFRICAN EASTERLY WAVES IN CURRENT AND FUTURE CLIMATES

AFRICAN EASTERLY WAVES IN CURRENT AND FUTURE CLIMATES AFRICAN EASTERLY WAVES IN CURRENT AND FUTURE CLIMATES Victoria Dollar RTG Seminar Research - Spring 2018 April 16, 2018 Victoria Dollar ASU April 16, 2018 1 / 26 Overview Introduction Rossby waves and

More information

ESCI 342 Atmospheric Dynamics I Lesson 12 Vorticity

ESCI 342 Atmospheric Dynamics I Lesson 12 Vorticity ESCI 34 tmospheric Dynamics I Lesson 1 Vorticity Reference: n Introduction to Dynamic Meteorology (4 rd edition), Holton n Informal Introduction to Theoretical Fluid Mechanics, Lighthill Reading: Martin,

More information

Model description of AGCM5 of GFD-Dennou-Club edition. SWAMP project, GFD-Dennou-Club

Model description of AGCM5 of GFD-Dennou-Club edition. SWAMP project, GFD-Dennou-Club Model description of AGCM5 of GFD-Dennou-Club edition SWAMP project, GFD-Dennou-Club Mar 01, 2006 AGCM5 of the GFD-DENNOU CLUB edition is a three-dimensional primitive system on a sphere (Swamp Project,

More information

1/27/2010. With this method, all filed variables are separated into. from the basic state: Assumptions 1: : the basic state variables must

1/27/2010. With this method, all filed variables are separated into. from the basic state: Assumptions 1: : the basic state variables must Lecture 5: Waves in Atmosphere Perturbation Method With this method, all filed variables are separated into two parts: (a) a basic state part and (b) a deviation from the basic state: Perturbation Method

More information

Can a Simple Two-Layer Model Capture the Structure of Easterly Waves?

Can a Simple Two-Layer Model Capture the Structure of Easterly Waves? Can a Simple Two-Layer Model Capture the Structure of Easterly Waves? Cheryl L. Lacotta 1 Introduction Most tropical storms in the Atlantic, and even many in the eastern Pacific, are due to disturbances

More information

Gravity Waves. Lecture 5: Waves in Atmosphere. Waves in the Atmosphere and Oceans. Internal Gravity (Buoyancy) Waves 2/9/2017

Gravity Waves. Lecture 5: Waves in Atmosphere. Waves in the Atmosphere and Oceans. Internal Gravity (Buoyancy) Waves 2/9/2017 Lecture 5: Waves in Atmosphere Perturbation Method Properties of Wave Shallow Water Model Gravity Waves Rossby Waves Waves in the Atmosphere and Oceans Restoring Force Conservation of potential temperature

More information

Wind-driven Western Boundary Ocean Currents in Terran and Superterran Exoplanets

Wind-driven Western Boundary Ocean Currents in Terran and Superterran Exoplanets Wind-driven Western Boundary Ocean Currents in Terran and Superterran Exoplanets By Edwin Alfonso-Sosa, Ph.D. Ocean Physics Education, Inc. 10-Jul-2014 Introduction Simple models of oceanic general circulation

More information

Modeling the atmosphere of Jupiter

Modeling the atmosphere of Jupiter Modeling the atmosphere of Jupiter Bruce Turkington UMass Amherst Collaborators: Richard S. Ellis (UMass Professor) Andrew Majda (NYU Professor) Mark DiBattista (NYU Postdoc) Kyle Haven (UMass PhD Student)

More information

Dynamic Meteorology: lecture 12

Dynamic Meteorology: lecture 12 30/11/2018 (Friday) Dynamic Meteorology: lecture 12 Sections 9.5, 9.6 Omega equa)on Large scale ver)cal mo)on in a quasi-geostrophic atmosphere Two level model of the atmosphere 5/12/2017 (Wednesday!!!):

More information

Control Volume. Dynamics and Kinematics. Basic Conservation Laws. Lecture 1: Introduction and Review 1/24/2017

Control Volume. Dynamics and Kinematics. Basic Conservation Laws. Lecture 1: Introduction and Review 1/24/2017 Lecture 1: Introduction and Review Dynamics and Kinematics Kinematics: The term kinematics means motion. Kinematics is the study of motion without regard for the cause. Dynamics: On the other hand, dynamics

More information

Lecture 1: Introduction and Review

Lecture 1: Introduction and Review Lecture 1: Introduction and Review Review of fundamental mathematical tools Fundamental and apparent forces Dynamics and Kinematics Kinematics: The term kinematics means motion. Kinematics is the study

More information

Floquet Theory for Internal Gravity Waves in a Density-Stratified Fluid. Yuanxun Bill Bao Senior Supervisor: Professor David J. Muraki August 3, 2012

Floquet Theory for Internal Gravity Waves in a Density-Stratified Fluid. Yuanxun Bill Bao Senior Supervisor: Professor David J. Muraki August 3, 2012 Floquet Theory for Internal Gravity Waves in a Density-Stratified Fluid Yuanxun Bill Bao Senior Supervisor: Professor David J. Muraki August 3, 212 Density-Stratified Fluid Dynamics Density-Stratified

More information

Lecture #3: Gravity Waves in GCMs. Charles McLandress (Banff Summer School 7-13 May 2005)

Lecture #3: Gravity Waves in GCMs. Charles McLandress (Banff Summer School 7-13 May 2005) Lecture #3: Gravity Waves in GCMs Charles McLandress (Banff Summer School 7-13 May 2005) 1 Outline of Lecture 1. Role of GWs in the middle atmosphere 2. Background theory 3. Resolved GWs in GCMs 4. Parameterized

More information

Draft Chapter from Mesoscale Dynamic Meteorology By Prof. Yu-lang Lin, North Carolina State University

Draft Chapter from Mesoscale Dynamic Meteorology By Prof. Yu-lang Lin, North Carolina State University Draft Chapter from Mesoscale Dynamic Meteorology By Prof. Yu-lang Lin, North Carolina State University Chapter 1 Overview 1.1 Introduction The so-called mesometeorology or mesoscale meteorology is defined

More information

Boundary layer processes. Bjorn Stevens Max Planck Institute for Meteorology, Hamburg

Boundary layer processes. Bjorn Stevens Max Planck Institute for Meteorology, Hamburg Boundary layer processes Bjorn Stevens Max Planck Institute for Meteorology, Hamburg The Atmospheric Boundary Layer (ABL) An Abstraction (Wippermann 76) The bottom 100-3000 m of the Troposphere (Stull

More information

Diagnosis of a Quasi-Geostrophic 2-Layer Model Aaron Adams, David Zermeño, Eunsil Jung, Hosmay Lopez, Ronald Gordon, Ting-Chi Wu

Diagnosis of a Quasi-Geostrophic 2-Layer Model Aaron Adams, David Zermeño, Eunsil Jung, Hosmay Lopez, Ronald Gordon, Ting-Chi Wu Diagnosis of a Quasi-Geostrophic 2-Layer Model Aaron Adams, David Zermeño, Eunsil Jung, Hosmay Lopez, Ronald Gordon, Ting-Chi Wu Introduction For this project we use a simple two layer model, which is

More information

Dynamics of the Atmosphere

Dynamics of the Atmosphere 12.810 Dynamics of the Atmosphere Course description: Discusses the dynamics of the atmosphere, with emphasis on the large scale. Instructor: Paul O Gorman Email: pog@mit.edu Office: 54-1712 Questions:

More information

Dynamics of the Atmosphere. Large-scale flow with rotation and stratification

Dynamics of the Atmosphere. Large-scale flow with rotation and stratification 12.810 Dynamics of the Atmosphere Large-scale flow with rotation and stratification Visualization of meandering jet stream Upper level winds from June 10th to July 8th 1988 from MERRA Red shows faster

More information

where p oo is a reference level constant pressure (often 10 5 Pa). Since θ is conserved for adiabatic motions, a prognostic temperature equation is:

where p oo is a reference level constant pressure (often 10 5 Pa). Since θ is conserved for adiabatic motions, a prognostic temperature equation is: 1 Appendix C Useful Equations Purposes: Provide foundation equations and sketch some derivations. These equations are used as starting places for discussions in various parts of the book. C.1. Thermodynamic

More information

GFD 2012 Lecture 1: Dynamics of Coherent Structures and their Impact on Transport and Predictability

GFD 2012 Lecture 1: Dynamics of Coherent Structures and their Impact on Transport and Predictability GFD 2012 Lecture 1: Dynamics of Coherent Structures and their Impact on Transport and Predictability Jeffrey B. Weiss; notes by Duncan Hewitt and Pedram Hassanzadeh June 18, 2012 1 Introduction 1.1 What

More information

Atmospheric Dynamics Fall 2008

Atmospheric Dynamics Fall 2008 Atmospheric Dynamics Fall 2008 AT601, the first semester of Atmospheric Dynamics, is based on the course notes available over the web and on the highly recommended texts listed below. The course notes

More information

Traveling planetary-scale Rossby waves in the winter stratosphere: The role of tropospheric baroclinic instability

Traveling planetary-scale Rossby waves in the winter stratosphere: The role of tropospheric baroclinic instability GEOPHYSICAL RESEARCH LETTERS, VOL.???, XXXX, DOI:.29/, 1 2 Traveling planetary-scale Rossby waves in the winter stratosphere: The role of tropospheric baroclinic instability Daniela I.V. Domeisen, 1 R.

More information

High-resolution Global Climate Modeling of Saturn s and Jupiter s tropospheric and stratospheric circulations

High-resolution Global Climate Modeling of Saturn s and Jupiter s tropospheric and stratospheric circulations High-resolution Global Climate Modeling of Saturn s and Jupiter s tropospheric and stratospheric circulations Aymeric SPIGA, S. Guerlet, E. Millour, Y. Meurdesoif (LSCE/CEA), M. Indurain, S. Cabanes, M.

More information

Chapter 4. Gravity Waves in Shear. 4.1 Non-rotating shear flow

Chapter 4. Gravity Waves in Shear. 4.1 Non-rotating shear flow Chapter 4 Gravity Waves in Shear 4.1 Non-rotating shear flow We now study the special case of gravity waves in a non-rotating, sheared environment. Rotation introduces additional complexities in the already

More information

2. Conservation laws and basic equations

2. Conservation laws and basic equations 2. Conservation laws and basic equations Equatorial region is mapped well by cylindrical (Mercator) projection: eastward, northward, upward (local Cartesian) coordinates:,, velocity vector:,,,, material

More information

Lecture 10a: The Hadley Cell

Lecture 10a: The Hadley Cell Lecture 10a: The Hadley Cell Geoff Vallis; notes by Jim Thomas and Geoff J. Stanley June 27 In this short lecture we take a look at the general circulation of the atmosphere, and in particular the Hadley

More information

The Continuous Spectrum in Baroclinic Models with Uniform Potential Vorticity Gradient and Ekman Damping

The Continuous Spectrum in Baroclinic Models with Uniform Potential Vorticity Gradient and Ekman Damping 2946 J O U R N A L O F T H E A T M O S P H E R I C S C I E N C E S VOLUME 66 The Continuous Spectrum in Baroclinic Models with Uniform Potential Vorticity Gradient and Ekman Damping HYLKE DE VRIES Department

More information

8 Baroclinic Instability

8 Baroclinic Instability 8 Baroclinic Instability The previous sections have examined in detail the dynamics behind quas-geostrophic motions in the atmosphere. That is motions that are of large enough scale and long enough timescale

More information

Sensitivity of zonal-mean circulation to air-sea roughness in climate models

Sensitivity of zonal-mean circulation to air-sea roughness in climate models Sensitivity of zonal-mean circulation to air-sea roughness in climate models Inna Polichtchouk & Ted Shepherd Royal Meteorological Society National Meeting 16.11.2016 MOTIVATION Question: How sensitive

More information

The applicability of Monin Obukhov scaling for sloped cooled flows in the context of Boundary Layer parameterization

The applicability of Monin Obukhov scaling for sloped cooled flows in the context of Boundary Layer parameterization Julia Palamarchuk Odessa State Environmental University, Ukraine The applicability of Monin Obukhov scaling for sloped cooled flows in the context of Boundary Layer parameterization The low-level katabatic

More information

Predictability is the degree to which a correct prediction or forecast of a system's state can be made either qualitatively or quantitatively.

Predictability is the degree to which a correct prediction or forecast of a system's state can be made either qualitatively or quantitatively. Predictability is the degree to which a correct prediction or forecast of a system's state can be made either qualitatively or quantitatively. The ability to make a skillful forecast requires both that

More information

Rotating stratified turbulence in the Earth s atmosphere

Rotating stratified turbulence in the Earth s atmosphere Rotating stratified turbulence in the Earth s atmosphere Peter Haynes, Centre for Atmospheric Science, DAMTP, University of Cambridge. Outline 1. Introduction 2. Momentum transport in the atmosphere 3.

More information

References: Parcel Theory. Vertical Force Balance. ESCI Cloud Physics and Precipitation Processes Lesson 3 - Stability and Buoyancy Dr.

References: Parcel Theory. Vertical Force Balance. ESCI Cloud Physics and Precipitation Processes Lesson 3 - Stability and Buoyancy Dr. References: ESCI 340 - Cloud Physics and Precipitation Processes Lesson 3 - Stability and Buoyancy Dr. DeCaria Glossary of Meteorology, 2nd ed., American Meteorological Society A Short Course in Cloud

More information

MODEL TYPE (Adapted from COMET online NWP modules) 1. Introduction

MODEL TYPE (Adapted from COMET online NWP modules) 1. Introduction MODEL TYPE (Adapted from COMET online NWP modules) 1. Introduction Grid point and spectral models are based on the same set of primitive equations. However, each type formulates and solves the equations

More information

The General Circulation of the Atmosphere: A Numerical Experiment

The General Circulation of the Atmosphere: A Numerical Experiment The General Circulation of the Atmosphere: A Numerical Experiment Norman A. Phillips (1956) Presentation by Lukas Strebel and Fabian Thüring Goal of the Model Numerically predict the mean state of the

More information

Dynamic Meteorology (Atmospheric Dynamics)

Dynamic Meteorology (Atmospheric Dynamics) Lecture 1-2012 Dynamic Meteorology (Atmospheric Dynamics) Lecturer: Aarnout van Delden Office: BBG, room 615 a.j.vandelden@uu.nl http://www.staff.science.uu.nl/~delde102/index.php Students (background

More information

Circulation and Vorticity. The tangential linear velocity of a parcel on a rotating body is related to angular velocity of the body by the relation

Circulation and Vorticity. The tangential linear velocity of a parcel on a rotating body is related to angular velocity of the body by the relation Circulation and Vorticity 1. Conservation of Absolute Angular Momentum The tangential linear velocity of a parcel on a rotating body is related to angular velocity of the body by the relation V = ωr (1)

More information

Theory of linear gravity waves April 1987

Theory of linear gravity waves April 1987 April 1987 By Tim Palmer European Centre for Medium-Range Weather Forecasts Table of contents 1. Simple properties of internal gravity waves 2. Gravity-wave drag REFERENCES 1. SIMPLE PROPERTIES OF INTERNAL

More information

Balance. in the vertical too

Balance. in the vertical too Balance. in the vertical too Gradient wind balance f n Balanced flow (no friction) More complicated (3- way balance), however, better approximation than geostrophic (as allows for centrifugal acceleration

More information

1/3/2011. This course discusses the physical laws that govern atmosphere/ocean motions.

1/3/2011. This course discusses the physical laws that govern atmosphere/ocean motions. Lecture 1: Introduction and Review Dynamics and Kinematics Kinematics: The term kinematics means motion. Kinematics is the study of motion without regard for the cause. Dynamics: On the other hand, dynamics

More information

Goals of this Chapter

Goals of this Chapter Waves in the Atmosphere and Oceans Restoring Force Conservation of potential temperature in the presence of positive static stability internal gravity waves Conservation of potential vorticity in the presence

More information

The Boundary Layer and Related Phenomena

The Boundary Layer and Related Phenomena The Boundary Layer and Related Phenomena Jeremy A. Gibbs University of Oklahoma gibbz@ou.edu February 19, 2015 1 / 49 Overview Nocturnal Low-Level Jets Introduction Climatology of LLJs Meteorological Importance

More information

Class exercises Chapter 3. Elementary Applications of the Basic Equations

Class exercises Chapter 3. Elementary Applications of the Basic Equations Class exercises Chapter 3. Elementary Applications of the Basic Equations Section 3.1 Basic Equations in Isobaric Coordinates 3.1 For some (in fact many) applications we assume that the change of the Coriolis

More information

Chapter 3. Stability theory for zonal flows :formulation

Chapter 3. Stability theory for zonal flows :formulation Chapter 3. Stability theory for zonal flows :formulation 3.1 Introduction Although flows in the atmosphere and ocean are never strictly zonal major currents are nearly so and the simplifications springing

More information

Chapter 10: Mid-latitude Cyclones Mid-Latitude Cyclones

Chapter 10: Mid-latitude Cyclones Mid-Latitude Cyclones Chapter 10: Mid-latitude Cyclones Mid-Latitude Cyclones Mid-latitude cyclones form along a boundary separating polar air from warmer air to the south. Life Cycle of Cyclone Cyclone Structures Steering

More information

Chapter 10: Mid-latitude Cyclones

Chapter 10: Mid-latitude Cyclones Chapter 10: Mid-latitude Cyclones Life Cycle of Cyclone Cyclone Structures Steering of Cyclone Mid-Latitude Cyclones Mid-latitude cyclones form along a boundary separating polar air from warmer air to

More information

Stability of Vertically and Radially Stratified Protoplanetary Disks

Stability of Vertically and Radially Stratified Protoplanetary Disks Stability of Vertically and Radially Stratified Protoplanetary Disks Figure from Stoll & Kley (2014) Glen Stewart Laboratory for Atmospheric and Space Physics University of Colorado Vertical Shear instability

More information

Recent Development of CCSR/NIES AGCM for Venus Atmospheric Sciences

Recent Development of CCSR/NIES AGCM for Venus Atmospheric Sciences Chapman conference: Venus Feb. 14, 2006 Recent Development of CCSR/NIES AGCM for Venus Atmospheric Sciences Masaaki TAKAHASHI (CCSR, Univ. of Tokyo) Masaru YAMAMOTO (RIAM, Kyushu Univ.) An observationally

More information

By convention, C > 0 for counterclockwise flow, hence the contour must be counterclockwise.

By convention, C > 0 for counterclockwise flow, hence the contour must be counterclockwise. Chapter 4 4.1 The Circulation Theorem Circulation is a measure of rotation. It is calculated for a closed contour by taking the line integral of the velocity component tangent to the contour evaluated

More information

Chapter 9. Geostrophy, Quasi-Geostrophy and the Potential Vorticity Equation

Chapter 9. Geostrophy, Quasi-Geostrophy and the Potential Vorticity Equation Chapter 9 Geostrophy, Quasi-Geostrophy and the Potential Vorticity Equation 9.1 Geostrophy and scaling. We examined in the last chapter some consequences of the dynamical balances for low frequency, nearly

More information

Anomalous solar heating dependence of Venus s cloud-level convection

Anomalous solar heating dependence of Venus s cloud-level convection Anomalous solar heating dependence of Venus s cloud-level convection T. Higuchi (Univ. Tokyo), T. Imamura (JAXA), Y. Maejima (MRI, JMA), M. Takagi (Kyoto Sangyo Univ.), N. Sugimoto (Keio Univ.), K. Ikeda

More information

Characteristics of the night and day time atmospheric boundary layer at Dome C, Antarctica

Characteristics of the night and day time atmospheric boundary layer at Dome C, Antarctica Characteristics of the night and day time atmospheric boundary layer at Dome C, Antarctica S. Argentini, I. Pietroni,G. Mastrantonio, A. Viola, S. Zilitinchevich ISAC-CNR Via del Fosso del Cavaliere 100,

More information

A Note on the Barotropic Instability of the Tropical Easterly Current

A Note on the Barotropic Instability of the Tropical Easterly Current April 1969 Tsuyoshi Nitta and M. Yanai 127 A Note on the Barotropic Instability of the Tropical Easterly Current By Tsuyoshi Nitta and M. Yanai Geophysical Institute, Tokyo University, Tokyo (Manuscript

More information

Air Pollution Meteorology

Air Pollution Meteorology Air Pollution Meteorology Government Pilots Utilities Public Farmers Severe Weather Storm / Hurricane Frost / Freeze Significant Weather Fog / Haze / Cloud Precipitation High Resolution Weather & Dispersion

More information

RISC, J.Kepler University, Linz October 30, 2006 Simple mathematical model of climate variability Elena Kartashova and Victor S.

RISC, J.Kepler University, Linz October 30, 2006 Simple mathematical model of climate variability Elena Kartashova and Victor S. RISC, J.Kepler University, Linz October 30, 2006 Simple mathematical model of climate variability Elena Kartashova and Victor S. L vov Satellite view of the Hurricane Bonnie, wind speed > 1000 Km/H 1 Simple

More information

Eddy PV Fluxes in a One Dimensional Model of Quasi-Geostrophic Turbulence

Eddy PV Fluxes in a One Dimensional Model of Quasi-Geostrophic Turbulence Eddy PV Fluxes in a One Dimensional Model of Quasi-Geostrophic Turbulence Christos M.Mitas Introduction. Motivation Understanding eddy transport of heat and momentum is crucial to developing closure schemes

More information

Transient/Eddy Flux. Transient and Eddy. Flux Components. Lecture 7: Disturbance (Outline) Why transients/eddies matter to zonal and time means?

Transient/Eddy Flux. Transient and Eddy. Flux Components. Lecture 7: Disturbance (Outline) Why transients/eddies matter to zonal and time means? Lecture 7: Disturbance (Outline) Transients and Eddies Climate Roles Mid-Latitude Cyclones Tropical Hurricanes Mid-Ocean Eddies (From Weather & Climate) Flux Components (1) (2) (3) Three components contribute

More information

Fixed Rossby Waves: Quasigeostrophic Explanations and Conservation of Potential Vorticity

Fixed Rossby Waves: Quasigeostrophic Explanations and Conservation of Potential Vorticity Fixed Rossby Waves: Quasigeostrophic Explanations and Conservation of Potential Vorticity 1. Observed Planetary Wave Patterns After upper air observations became routine, it became easy to produce contour

More information

HYDRODYNAMICS OF THE ATMOSPHERE AND NUMERICAL

HYDRODYNAMICS OF THE ATMOSPHERE AND NUMERICAL 1650 GEOPHYSICS: J. G. CHARNEY PROC. N. A. S. tracers of the flow. The atmospheric involvement in the chemical balance of the earth and especially of the oceans, is an interesting aspect of geochemistry.

More information

ATMO 551a Fall The Carnot Cycle

ATMO 551a Fall The Carnot Cycle What is a arnot ycle and Why do we care The arnot ycle arnot was a French engineer who was trying to understand how to extract usable mechanical work from a heat engine, that is an engine where a gas or

More information

Traveling planetary-scale Rossby waves in the winter stratosphere: The role of tropospheric baroclinic instability

Traveling planetary-scale Rossby waves in the winter stratosphere: The role of tropospheric baroclinic instability GEOPHYSICAL RESEARCH LETTERS, VOL. 39,, doi:10.1029/2012gl053684, 2012 Traveling planetary-scale Rossby waves in the winter stratosphere: The role of tropospheric baroclinic instability Daniela I. V. Domeisen

More information

OCN/ATM/ESS 587. The wind-driven ocean circulation. Friction and stress. The Ekman layer, top and bottom. Ekman pumping, Ekman suction

OCN/ATM/ESS 587. The wind-driven ocean circulation. Friction and stress. The Ekman layer, top and bottom. Ekman pumping, Ekman suction OCN/ATM/ESS 587 The wind-driven ocean circulation. Friction and stress The Ekman layer, top and bottom Ekman pumping, Ekman suction Westward intensification The wind-driven ocean. The major ocean gyres

More information

Dynamics in Atmospheric Physics (2 nd printing, 1993)

Dynamics in Atmospheric Physics (2 nd printing, 1993) 311 Errata and Supplements Dynamics in Atmospheric Physics (2 nd printing, 1993) Page 1 On the second line of the second paragraph, replace atempt with attempt. Page 6: On line 7, replace A is due... with

More information

Chapter 1. Introduction to Nonlinear Space Plasma Physics

Chapter 1. Introduction to Nonlinear Space Plasma Physics Chapter 1. Introduction to Nonlinear Space Plasma Physics The goal of this course, Nonlinear Space Plasma Physics, is to explore the formation, evolution, propagation, and characteristics of the large

More information

Imperial College London

Imperial College London Solar Influence on Stratosphere-Troposphere Dynamical Coupling Isla Simpson, Joanna D. Haigh, Space and Atmospheric Physics, Imperial College London Mike Blackburn, Department of Meteorology, University

More information

Model equations for planetary and synoptic scale atmospheric motions associated with different background stratification

Model equations for planetary and synoptic scale atmospheric motions associated with different background stratification Model equations for planetary and synoptic scale atmospheric motions associated with different background stratification Stamen Dolaptchiev & Rupert Klein Potsdam Institute for Climate Impact Research

More information

Lecture 19: Calculus of Variations II - Lagrangian

Lecture 19: Calculus of Variations II - Lagrangian Lecture 19: Calculus of Variations II - Lagrangian 1. Key points Lagrangian Euler-Lagrange equation Canonical momentum Variable transformation Maple VariationalCalculus package EulerLagrange 2. Newton's

More information