Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleAdvanced Numerical Methods

Multiexcerpt
MultiExcerptNameNMtime
TimeMondayTuesdayWednesdayThursdayFriday
9.15

Introductions

Expand
titleAlgorithms for semi-implicit integrations of nonhydrostatic PDEs of atmospheric dynamics (1)

The aim of this set of lectures is to systematically build theoretical foundations for Numerical Weather Prediction at nonhydrostatic resolutions. In the first part of the lecture, we will discuss a suite of all-scale nonhydrostatic PDEs, including the anelastic, the pseudo-incompressible and the fully compressible Euler equations of atmospheric dynamics. First we will introduce the three sets of nonhydrostatic governing equations written in a physically intuitive Cartesian vector form, in abstraction from the model geometry and the coordinate frame adopted. Then, we will combine the three sets into a single set recast in a form of the conservation laws consistent with the problem geometry and the unified solution procedure. In the second part of the lecture, we will build and document the common numerical algorithm for integrating the generalised set of the governing PDEs put forward in the first part of the lecture. Then, we will compare soundproof and compressible solutions and demonstrate the efficacy of this unified numerical framework for two idealised flow problems relevant to weather and climate.

By the end of the lectures you should be able to:

  • explain the form, properties and role of alternative systems of nonhydrostatic PDEs for all scale atmospheric dynamics;

  • explain the importance and key aspects of continuous mappings employed in all-scale atmospheric models;

  • explain the difference between the explicit and semi-implicit algorithms for integrating nonhydrostatic PDEs, the importance of consistent numerical approximations, and the fundamental role of transport and elliptic solvers.

Piotr Smolarkiewicz

see first lecture for handout


Expand
titleThe semi-Lagrangian, semi-implicit technique of the ECMWF model
The aim of this session is to describe the numerical technique used in the ECMWF model for integrating the transport equations of the hydrostatic primitive equation set. We will present an overview of the semi-Lagrangian method and how it is combined with semi-implicit time-stepping to provide a stable and accurate formulation for the ECMWF Integrated Forecasting System (IFS).

By the end of this session you should be able to:
  • describe the fundamental concepts of semi-Lagrangian advection schemes, their strengths and weaknesses
  • describe semi-implicit time-stepping and its use in IFS   
  • explain the important role these two techniques play for the efficiency of the current IFS system
  •  explain the impact that future super-computing architectures may have in the applicability of the semi-Lagrangian  technique in high resolution non-hydrostatic global NWP systems.

Michail Diamantakis 

SISL_2017.pptx


 

Expand
titleDiscontinuous higher order discretization methods

The aim of this session is to learn about recent developments in discontinuous higher order spatial discretization methods, such as the Discontinuous Galerkin method (DG), and the Spectral Difference method (SD). These methods are of interest because they can be used on unstructured meshes and facilitate optimal parallel efficiency. We will present an overview of higher order grid point methods for discretizing partial differential equations (PDE's) with compact stencil support, and illustrate a practical implementation.

By the end of the session you should be able to:

  • ell what are the advantages offered by discontinuous higher order methods

  • describe how to solve PDE's with discontinuous methods

  • identify the key elements that contribute to a PDE solver

 

Willem Deconinck

 Disc_HO_Methods.pdf

Expand
titleMassively parallel computing for NWP and climate

The aim of this session is to understand the main issues and challenges in parallel computing, and how parallel computers are programmed today.

By the end of this session you should be able to

  • explain the difference between shared and distributed memory

  • describe the key architectural features of a supercomputer

  • describe the purpose of OpenMP and MPI on today’s supercomputers

  • identify the reasons for the use of accelerator technology

Andreas Müller

 AMueller-ParallelComputing.pdf

10.45
Expand
titleNumerics + Discretization in NWP today
Using the 30-year history of ECMWF's Integrated Forecasting System (IFS) as an example, thelecture is an introduction to the development and current state-of-the-art of global numerical weather prediction (NWP), as well as to the challenges faced in the future. It is intended to provide
an overview and context for the topics covered in more detail during the course.

By the end of the session you should be able to:
  •   describe the development of global NWP, the current-state-of-the-art, and future challenges
  •   identify relevant areas of research in numerical methods for Earth-System Modelling
  •   put into context every subsequent lecture and its purpose

Nils Wedi

Lecture_1_wedi.pptx

Animation 1 (Plumb-McEwan laboratory experiment):

View file
nameQBOoriginal_short.gif.mp4
height250

Animation 2 (DNS simulation of laboratory experiment):



Animation 3 (equatorial stratosphere):

 

Expand
titleAlgorithms for semi-implicit integrations of nonhydrostatic PDEs of atmospheric dynamics (2)

The aim of this set of lectures is to systematically build theoretical foundations for Numerical Weather Prediction at nonhydrostatic resolutions. In the first part of the lecture, we will discuss a suite of all-scale nonhydrostatic PDEs, including the anelastic, the pseudo-incompressible and the fully compressible Euler equations of atmospheric dynamics. First we will introduce the three sets of nonhydrostatic governing equations written in a physically intuitive Cartesian vector form, in abstraction from the model geometry and the coordinate frame adopted. Then, we will combine the three sets into a single set recast in a form of the conservation laws consistent with the problem geometry and the unified solution procedure. In the second part of the lecture, we will build and document the common numerical algorithm for integrating the generalised set of the governing PDEs put forward in the first part of the lecture. Then, we will compare soundproof and compressible solutions and demonstrate the efficacy of this unified numerical framework for two idealised flow problems relevant to weather and climate.

By the end of the lectures you should be able to:

  • explain the form, properties and role of alternative systems of nonhydrostatic PDEs for all scale atmospheric dynamics;

  • explain the importance and key aspects of continuous mappings employed in all-scale atmospheric models;

  • explain the difference between the explicit and semi-implicit algorithms for integrating nonhydrostatic PDEs, the importance of consistent numerical approximations, and the fundamental role of transport and elliptic solvers.

Piotr Smolarkiewicz

see first lecture for handout

Practical Session

Willem Deconinck, Christian Kühnlein


 

Expand
titleOperational and research activities at ECMWF now/in the future

In this lecture we will give you a brief history of ECMWF and present the main areas of NWP research that is currently being carried out in the centre. We then look at current research challenges and present some of the latest developments that will soon become operational.

By the end of the lecture you should be able to:

  • List the main research areas at ECMWF and describe the latest model developments.

Sarah Keeley and Erland Källén

ECMWF-Past-FutureNM_2017fin.pptx

Expand
titleReduced Precision Computing for Earth System Modelling

The aim of this session is to understand how numerical precision can be traded against computational performance in Earth System modelling. It will be discussed how a reduction in numerical precision will influence model quality and how the minimal level of precision that will still allow simulations at high accuracy can be identified. We will give an overview about existing hardware options to adjust numerical precision to the need of the application.

By the end of this session you should be able to

  • describe how rounding errors will impact model simulations that show chaotic dynamics

  • describe the connection between numerical precision, computational performance and predictability
  • recall how a trade off between precision and performance can be realised in Earth System modelling today and in the future

Peter Düben 

peter_dueben.pdf

11.55
Expand
titleIntroduction to semi-implicit integrations of nonhydrostatic PDEs of atmospheric dynamics

The aim of this set of lectures is to systematically build theoretical foundations for Numerical Weather Prediction at nonhydrostatic resolutions. In the first part of the lecture, we will discuss a suite of all-scale nonhydrostatic PDEs, including the anelastic, the pseudo-incompressible and the fully compressible Euler equations of atmospheric dynamics. First we will introduce the three sets of nonhydrostatic governing equations written in a physically intuitive Cartesian vector form, in abstraction from the model geometry and the coordinate frame adopted. Then, we will combine the three sets into a single set recast in a form of the conservation laws consistent with the problem geometry and the unified solution procedure. In the second part of the lecture, we will build and document the common numerical algorithm for integrating the generalised set of the governing PDEs put forward in the first part of the lecture. Then, we will compare soundproof and compressible solutions and demonstrate the efficacy of this unified numerical framework for two idealised flow problems relevant to weather and climate.

By the end of the lectures you should be able to:

  • explain the form, properties and role of alternative systems of nonhydrostatic PDEs for all scale atmospheric dynamics;

  • explain the importance and key aspects of continuous mappings employed in all-scale atmospheric models;

  • explain the difference between the explicit and semi-implicit algorithms for integrating nonhydrostatic PDEs, the importance of consistent numerical approximations, and the fundamental role of transport and elliptic solvers.

Piotr Smolarkiewicz

 Course2017_smolar.pptx

 

Practical Session (elliptic solvers)

Andreas Müller, Willem Deconinck, Christian Kühnlein


Tuesday-Exercises-Handout.pdf

Practical Session

Willem Deconinck, Christian Kühnlein

Expand
titleDiscontinuous higher order discretization methods

The aim of this session is to learn about recent developments in discontinuous higher order spatial discretization methods, such as the Discontinuous Galerkin method (DG), and the Spectral Difference method (SD). These methods are of interest because they can be used on unstructured meshes and facilitate optimal parallel efficiency. We will present an overview of higher order grid point methods for discretizing partial differential equations (PDE's) with compact stencil support, and illustrate a practical implementation.

By the end of the session you should be able to:

  • ell what are the advantages offered by discontinuous higher order methods

  • describe how to solve PDE's with discontinuous methods

  • identify the key elements that contribute to a PDE solver

Willem Deconinck

 See first lecture for handout


 

 

Course wrap up and Certificates
14.00
Expand
titleThe spectral transform method
The success of the spectral transform method in global NWP in comparison to alternative methods has been overwhelming, with many operational forecast centres (including ECMWF) having madethe spectral transform their method of choice. The lecture will introduce the basic elements of the spectral transform, explain why it has been successful and describe recent developments such as
the fast Legendre transform.

By the end of the session you should be able to:
  •   explain what the spectral transform method is, how it is applied, and describe the latest developments at ECMWF.
  •   give reasons why it is successful for global NWP and climate.
  •   identify potential disadvantages of the method.

Nils Wedi

Lecture_2_wedi.pptx



Expand
titleEulerian time-stepping schemes for NWP and climate
The aim of this session is to describe Eulerian based numerical techniques for integrating the equation sets encountered in NWP models. We will present an overview of different time-stepping techniques and discuss the advantages and disadvantages of each approach.

By the end of the session you should be able to:
  • obtain a good understanding of the minimum theoretical properties required by time-stepping schemes
     
  • describe differences, strengths-weaknesses of different time-stepping approaches such as split-explicit time-stepping, Runge-Kutta time-stepping
  • describe the basic features of different time-stepping schemes used in other weather forecasting models such as WRF, ICON

Michail Diamantakis 

tstepping2017.pptx

Expand
titleHydrostatic/Non-hydrostatic dynamics, resolved/permitted convection and interfacing to physical parameterizations

During this presentation, we will discuss two of the questions faced by numerical weather prediction scientists as forecast models reach horizontal resolutions of 6 to 2 km:

  • Do we need to abandon the primitive equations for a non-hydrostatic system of equations?

  • Do we still need a deep convection parametrisation?

  • and we will show what answers to these questions are given by very high resolution simulations of the IFS.

By the end of the presentation, you should be able to:

  • discuss the limits of the hydrostatic approximation for numerical weather prediction

  • explain the dilemma of parametrizing deep convection versus permitting explicit deep convection at resolution in the grey zone of convection

Sylvie Malardel



Expand
titleIntroduction to element based computing, finite volume and finite element methods

The aim of two lectures is to introduce basis of finite volume and continuous finite element discretisations and relate them to corresponding data structures and mesh generation techniques. The main focus will be on unstructured meshes and their application to global and local atmospheric models. Flexibility, communication overheads, memory requirements and user friendliness of such meshes with be contrasted with those of structured meshes. The most commonly used mesh generation techniques will be highlighted, together with mesh manipulation techniques employed in mesh adaption approaches and will be followed by a discussion of alternative geometrical representations of orography. An example of unstructured meshes’ implementation to non-hydrostatic and hydrostatic atmospheric solvers will provide an illustration of their potential and challenges.

By the end of the lecture you should be able to:

  • understand applicability, advantages and disadvantages of selected mesh generation techniques for a given type of application.

  • appreciate importance of data structures in relation to atmospheric models and mesh generation.

  • gain awareness of issues related to flexible mesh generation and adaption.

Joanna Szmelter

JoannaSzmelter2017.ppt

 
15.30
Expand
titleVertical discretisation

The goal of this session is to provide an overview of the use of generalised curvilinear coordinates in atmospheric numerical models.

By the end of the session you should be able to:

  • describe some important aspects of the formulation and implementation of the governing equations in generalised coordinates

  • describe various vertical coordinates employed in atmospheric models

  • indicate the use of generalised coordinates to employ moving mesh adaptivity

Christian Kühnlein

 kuehnlein_EC_TC2017.pdf


Expand
titleMesh adaptivity using continuous mappings

The goal of this session is to provide an overview of the use of generalised curvilinear coordinates in atmospheric numerical models.

By the end of the session you should be able to:

  • describe some important aspects of the formulation and implementation of the governing equations in generalised coordinates

  • describe various vertical coordinates employed in atmospheric models

  • indicate the use of generalised coordinates to employ moving mesh adaptivity

Christian

Christian Kühnlein

See first lecture for handout

Expand
titleHydrostatic/Non-hydrostatic dynamics, resolved/permitted convection and interfacing to physical parameterizations

During this presentation, we will discuss two of the questions faced by numerical weather prediction scientists as forecast models reach horizontal resolutions of 6 to 2 km:

  • Do we need to abandon the primitive equations for a non-hydrostatic system of equations?

  • Do we still need a deep convection parametrisation?

  • and we will show what answers to these questions are given by very high resolution simulations of the IFS.

By the end of the presentation, you should be able to:

  • discuss the limits of the hydrostatic approximation for numerical weather prediction

  • explain the dilemma of parametrizing deep convection versus permitting explicit deep convection at resolution in the grey zone of convection

Sylvie Malardel

 resolution.pdf


Expand
titleMesh generation

The aim of two lectures is to introduce basis of finite volume and continuous finite element discretisations and relate them to corresponding data structures and mesh generation techniques. The main focus will be on unstructured meshes and their application to global and local atmospheric models. Flexibility, communication overheads, memory requirements and user friendliness of such meshes with be contrasted with those of structured meshes. The most commonly used mesh generation techniques will be highlighted, together with mesh manipulation techniques employed in mesh adaption approaches and will be followed by a discussion of alternative geometrical representations of orography. An example of unstructured meshes’ implementation to non-hydrostatic and hydrostatic atmospheric solvers will provide an illustration of their potential and challenges.

By the end of the lecture you should be able to:

  • understand applicability, advantages and disadvantages of selected mesh generation techniques for a given type of application.

  • appreciate importance of data structures in relation to atmospheric models and mesh generation.

  • gain awareness of issues related to flexible mesh generation and adaption.

Joanna Szmelter

 

See first lecture for handout

 

Expand
titleParametrization of sub-grid scale processes

Multiexcerpt
MultiExcerptNamePAtime
TimeMondayTuesdayWednesdayThursdayFriday
9.15

Introduction to the course

Erland Källén / Students

 


 

Expand
titleClouds (2)

This session describes the representation of subgrid-scale variability of humidity, cloud and precipitation and how this can be parametrized in atmospheric models.

By the end of the session you should be able to:

•    recognise the reasons for representing the subgrid variability of humidity and cloud in an atmospheric model

•    explain how the key quantity of cloud fraction is related to subgrid heterogeneity assumptions

•     describe the different types of subgrid cloud parametrization schemes.

Richard Forbes

 

Expand
titleLand Surface (2):

This session will have two main components:

  • An overview of the role of snow in the climate system from observations, models and forecasts; with a description of the current representation of snow in the ECMWF model.
  • An overview of the role of vegetation in NWP with a description of the evolution of vegetation representation in the ECMWF model, supported by some evaluation examples.

By the end of the session, the students should be able:

  • Identify the main processes associated with snow and vegetation in NWP
  • Describe the main components related to snow and vegetation scheme in the ECMWF land surface model

Souhail Boussetta

 

Expand
titleLand Surface (3): Surface Energy, Water Cycle

 By the end of the session, the students should be able:

  • relate flux and storage
  • recognise land surface predictors and land diagnostic quantities

Gianpaolo Balsamo

 

Expand
titleParametrization and Data Assimilation

This three-hour lecture will start by explaining the role and main ingredients of data assimilation in general. The widely used framework of variational data assimilation will then be gradually introduced. The challenges associated with the necessary inclusion of physical parametrizations in the data assimilation process will be highlighted. The concept of adjoint model as well as the techniques to derive it will be introduced. The importance of the linearity constraint in 4D-Var and the methods to address it will be detailed. The set of linearized physical parametrizations used at ECMWF will then be briefly presented. Finally, various examples of the use of physical parametrizations in variational data assimilation and its impact on weather forecast quality will be given.

By the end of the session, the students should be able:

•    to name the main ingredients of a data assimilation system.

•    to tell why physical parametrizations are needed in data assimilation.

•    to identify the role of the adjoint code in 4D-Var.

•    to recognize the importance of the regularization of the linearized code.

Philippe Lopez

 


10.45
Expand
titleRadiation (1)

This module aims to introduce the fundamentals of radiative transfer theory and its role within the global atmospheric circulation. The lectures will also cover the techniques of numerical modelling of the radiative transfer equations in global-circulation models with a particular focus on the code in use in the ECMWF Integrated Forecasting System.

By the end of the session students should be able to:

•    Identify the key processes controlling the atmospheric radiative balance

•    Recognize the role of the radiative transfer in the Earth energy balance

•    Estimate the impact of changes in the radiative parameterizations on climate

Additional outcomes:

•    Develop skills in data analysis and numerical modelling

 

Robin Hogan

 

Expand
titleConvection (1)

Convection affects all atmospheric scales. Therefore, the convection session aims to provide a deeper understanding of the atmospheric general circulation and its interaction with convective heating and vertical transports. The notions and techniques acquired during the course should be useful for developers of convective parametrizations, forecasters and for analysing ouput from high-resolution convection resolving models.

By the end of the session you should become familiarised with

•    the interaction between the large-scale circulation and the convection including  radiative-convective equilibrium and convectively-coupled large-scale waves

•    the notion of convective adjustment and the mass flux concept in particular

•    the basic concepts behind the ECMWF convection parametrization and some useful numerical tricks

•    forecasting convection including convective systems and the diurnal cycle

•    diagnose forecast errors related to convection.

Peter Bechtold


Expand
titleRadiation (3)

This module aims to introduce the fundamentals of radiative transfer theory and its role within the global atmospheric circulation. The lectures will also cover the techniques of numerical modelling of the radiative transfer equations in global-circulation models with a particular focus on the code in use in the ECMWF Integrated Forecasting System.

By the end of the session students should be able to:

•    Identify the key processes controlling the atmospheric radiative balance

•    Recognize the role of the radiative transfer in the Earth energy balance

•    Estimate the impact of changes in the radiative parameterizations on climate

Additional outcomes:

•    Develop skills in data analysis and numerical modelling

Alessio Bozzo

 

Expand
titleConvection (3)

Convection affects all atmospheric scales. Therefore, the convection session aims to provide a deeper understanding of the atmospheric general circulation and its interaction with convective heating and vertical transports. The notions and techniques acquired during the course should be useful for developers of convective parametrizations, forecasters and for analysing ouput from high-resolution convection resolving models.

By the end of the session you should become familiarised with

•    the interaction between the large-scale circulation and the convection including  radiative-convective equilibrium and convectively-coupled large-scale waves

•    the notion of convective adjustment and the mass flux concept in particular

•    the basic concepts behind the ECMWF convection parametrization and some useful numerical tricks

•    forecasting convection including convective systems and the diurnal cycle

•    diagnose forecast errors related to convection.

Peter Bechtold


Expand
titleNumerics of Parameterization

This short lecture is an introduction to the questions of time splitting and process splitting in a numerical weather prediction model and to the problems resulting from the interaction of different numerical solvers inside the same model.

After this introduction, you should

•    be fully aware that each parametrisation is only a small part of a much larger system, usually one term in the full system of equations which needs to be solved by the forecast model,

•    remember, when working on your own parametrisation(s), that parametrisations are also subject to the constraints imposed by numerical analysis and algorithmic, as is the solver in the dynamical core.

Sylvie Malardel

 

11.55
Expand
titleBoundary Layer (1)

This session gives a theoretical introduction of the planetary boundary layer, including its definition, classification, notions about turbulence within the boundary layer, differences between clear and cloudy boundary layers, and equations used to describe the mean state in a numerical model.

Expected outcomes:

•    understand what is the boundary layer, its characteristics and why it is important to study it and represent it correctly in numerical models

•    understand the difference between the various boundary layer types

Irina Sandu

Expand
titleRadiation (2)

This module aims to introduce the fundamentals of radiative transfer theory and its role within the global atmospheric circulation. The lectures will also cover the techniques of numerical modelling of the radiative transfer equations in global-circulation models with a particular focus on the code in use in the ECMWF Integrated Forecasting System.

By the end of the session students should be able to:

•    Identify the key processes controlling the atmospheric radiative balance

•    Recognize the role of the radiative transfer in the Earth energy balance

•    Estimate the impact of changes in the radiative parameterizations on climate

Additional outcomes:

•    Develop skills in data analysis and numerical modelling

Robin Hogan


Expand
titleConvection (2)

Convection affects all atmospheric scales. Therefore, the convection session aims to provide a deeper understanding of the atmospheric general circulation and its interaction with convective heating and vertical transports. The notions and techniques acquired during the course should be useful for developers of convective parametrizations, forecasters and for analysing ouput from high-resolution convection resolving models.

By the end of the session you should become familiarised with

•    the interaction between the large-scale circulation and the convection including  radiative-convective equilibrium and convectively-coupled large-scale waves

•    the notion of convective adjustment and the mass flux concept in particular

•    the basic concepts behind the ECMWF convection parametrization and some useful numerical tricks

•    forecasting convection including convective systems and the diurnal cycle

•    diagnose forecast errors related to convection.

Peter Bechtold


Expand
titleClouds (3)

Building on the previous two Cloud sessions, the practical implementation of a cloud parametrization is described, using the ECMWF global model as an example appropriate for global weather forecasting.

By the end of the session you should be able to:

•    explain the key sources and sinks of cloud and precipitation required in a parametrization

•    describe the main components of the ECMWF stratiform cloud parametrization

•    recognise the limitations of approximating complex processes.

Richard Forbes


Expand
titleModel Evaluation: Clouds and Boundary Layer

This session will give an overview of techniques and data sources used for the verification of the boundary layer scheme. We will use examples from the IFS to explore how verification methods can help to identify systematic errors in the model's boundary layer parameterization, and guide future model development.

By the end of this session you should be able to:

•    Identify data sources and products suitable for BL verification

•    Recognize the strengths and limitations of the verification strategies discussed

•    Choose a suitable verification method to investigate model errors in boundary layer height, transport and cloudiness.

Maike Ahlgrimm


14.00
Expand
titleClouds (1)

This session gives a brief overview of cloud parametrization issues and an understanding of the basic microphysics of liquid, ice and mixed phase cloud and precipitation processes.

By the end of the session you should be able to:

•    recall the basic concepts for the design of a cloud parametrization

•    describe the key microphysical processes in the atmosphere

•    recognize the important microphysical processes that need to be parametrized in a global NWP model.

Richard Forbes

 

Expand
titleBoundary Layer (2)

This session focuses on representation of the surface layer, i.e. the layer between the surface and the first model level. More particularly, it explains how the surface fluxes are parametrized, and it gives insights on the representation of the surfaces roughness lengths which are one of the crucial aspects of the formulation of the surface fluxes.

Expected outcomes:

•    be aware of the difficulties related to the representation of the surface layer in a numerical model

•    understand how the surface fluxes are parametrized

Irina Sandu

 

Expand
titleBoundary Layer (3)

This session explains the different approaches used in numerical models to parametrize the turbulent mixing taking place at the subgrid scale, above the surface layer. Various turbulence closures are presented before describing closure currently used in the ECMWF model.

Expected outcomes:

•    understand what a turbulence closure is and what are the types of closures encountered in numerical models

•    have an overview of the parameterization of turbulent mixing in the ECMWF model

Irina Sandu

 


Expand
titleParametrization and Data Assimilation

This three-hour lecture will start by explaining the role and main ingredients of data assimilation in general. The widely used framework of variational data assimilation will then be gradually introduced. The challenges associated with the necessary inclusion of physical parametrizations in the data assimilation process will be highlighted. The concept of adjoint model as well as the techniques to derive it will be introduced. The importance of the linearity constraint in 4D-Var and the methods to address it will be detailed. The set of linearized physical parametrizations used at ECMWF will then be briefly presented. Finally, various examples of the use of physical parametrizations in variational data assimilation and its impact on weather forecast quality will be given.

By the end of the session, the students should be able:

•    to name the main ingredients of a data assimilation system.

•    to tell why physical parametrizations are needed in data assimilation.

•    to identify the role of the adjoint code in 4D-Var.

•    to recognize the importance of the regularization of the linearized code.

Philippe Lopez




Expand
titleParameterization of Sub-grid Orography

On the basis of simple gravity wave theory, the concepts of sub-grib turbulent form drag, flow blocking, and gravity wave excitation will be introduced. The ECMWF formulations will be described, and the impact will be discussed.

By the end of the session students should be able to:

•    Describe the relevant physical mechanisms related to sub-grid orography that have impact on flow in the atmosphere.

•    Describe the impact of sub-grid orography.  

 

Anton Beljaars


15.30
Expand
titleLand Surface (1): Introduction

By the end of the session students should be able to:

  • recognise land elements relevant to weather,
  • review land modelling strategies to heterogeneity

Gianpaolo Balsamo

 

Introduction to the Single Column Model

Filip Vana


Radiation exercises

Alessio Bozzo and Robin Hogan

 

 

Land Surface exercises

Gianpaolo Balsamo and Souhail Boussetta

Boundary Layer & Cloud exercises

Irina Sandu, Maike Ahlgrimm and Richard Forbes

 

 

 

Moist Processes Exercises

Richard Forbes and Peter Bechtold


16.40

Moist Processes Games

Richard Forbes and Peter Bechtold

Radiation exercises

Alessio Bozzo and Robin Hogan

Land Surface exercises

Gianpaolo Balsamo and Souhail Boussetta

Boundary Layer & Cloud exercises

Irina Sandu, Maike Ahlgrimm and Richard Forbes

Course wrap up and certificates

...