Title: FLEXTRA/FLEXPART MM5 Version

Date: 5/13/00

URL: /home/gwotawa/Andi_Projects/flexmm5.html

Time: 13:09:03



Trajectory model FLEXTRA

Particle Diffusion model FLEXPART

MM5 versions

G. Wotawa

Disclaimer: This software is part of the FLEXTRA and FLEXPART program package. The same regulations as accepted by using FLEXTRA and FLEXPART do apply. These programs are public domain software.

Literature: G. Wotawa, A. Stohl: A tracer dispersion model driven by global-scale analyses and mesoscale (MM5) model output and its validation with tracer experiment data. Proceedings of the 11th Joint Conference on the Applications of Air Pollution Meteorology together with the A&WMA. American Meteorological Society, Boston, 446 p (2000).



This version is outdated. Please use this version or http://www.wau.boku.ac.at/12780.html

Introduction

This document describes in short how to obtain and use the MM5 versions of the trajectory model FLEXTRA and the particle diffusion model FLEXPART. FLEXTRA is a user-friendly, flexible trajectory model capable of calculating different types of air trajectories (3-D, isobaric, model level following, isentropic). It can calculate trajectories for different starting points, but also for selectable grids. FLEXPART is a Lagrangian particle diffusion model. Due to its advection scheme, FLEXPART is free from any type of numerical diffusion, making it to one of the most accurate diagnostic tool for transport on all scales available. MM5 is a state-of-the-art non-hydrostatic nested grid numerical weather prediction model.

FLEXPART is usually fed with data from the global weather prediction model operated by the European Center for Medium-Range Weather Forecasts (ECMWF). The MM5 version makes FLEXPART capable to diagnose transport on scales from global down to plumes from cities and large power plants.

Information about FLEXTRA in general can be obtained from the FLEXTRA home page.

Information about FLEXPART in general can be obtained from the FLEXPART home page.

Information about MM5 in general can be obtained from the MM5 home page.

This documentation consists of two parts:

Preparing MM5 output data as FLEXTRA/FLEXPART input

Up to now, preprocessing programs work under the following restrictions

Purpose of these programs

These programs have the purpose to

After running the preprocessing routine, original (V2) MM5 output is no longer needed and can be removed from disk.

Needed libraries

You will need, as for FLEXTRA/FLEXPART, the ECMWF grib library. See the FLEXTRA/FLEXPART homepages for details.

How to use these programs

The routines need as input the files PARAMETER and CONTROL. While it is not recommended to modify PARAMETER, the file CONTROL has to be modified to include the correct pathnames and specifications.

CONTROL

3 ! Number of nest levels (numnest)
1 ! Number of starts/restarts (numfile)

# MM5 output files -> list (numfile) for each domain

/data4/blt/gwotawa/MM5V2/MM5-v2.12/Run/mmoutput_domain1.08
/data4/blt/gwotawa/MM5V2/MM5-v2.12/Run/mmoutput_domain2.08
/data4/blt/gwotawa/MM5V2/MM5-v2.12/Run/mmoutput_domain3.08

# FLEXPART input fields are stored in

/data4/blt/gwotawa/MMfiles_Votalp/domain1/
/data4/blt/gwotawa/MMfiles_Votalp/domain2/
/data4/blt/gwotawa/MMfiles_Votalp/domain3/

# Acronym for FLEXPART input fields

MM
--
Skip first 0 output timesteps (timestep 1 = model initialization)



If you have more than 1 MM5 run, then you can set number of strarts/restarts (line 2) to the number of different runs you have, or you can execute the program twice or three times in line with the different paths to the MM5 output files. In any case, the AVAILABLE files needed by FLEXPART in any nest level are updated automatically. Please note that, if you have overlapping MM5 output files (e.g., one file ends at 19980702 00:00, while the next starts at 19980701 12:00), the overlapping period will be written twice to your AVAILABLE file, forcing FLEXTRA/FLEXPART to an error. You can either correct this manually, what I would not recommend, or you can tell the program "skip the first 13 timesteps" (last line).

How can I obtain these routines

Download these routines here.

Applying the MM5 versions of FLEXTRA and FLEXPART

FLEXTRA

The FLEXTRA Version currently available for MM5 is FLEXTRA 3.0. There are no differences is input/output between FLEXTRA3.0 for ECMWF and FLEXTRA 3.0 for MM5. There is a documentation available. To get the FLEXTRA for MM5 source code, click here.

FLEXPART

The FLEXPART Version currently available for MM5 is FLEXPART 3.1. There are some differences in input and output between FLEXPART 3.1 for ECMWF and FLEXPART 3.1 for MM5, which are briefly described later on. To get the FLEXPART 3.1 docu, click here. To get the FLEXPART for MM5 source code, click here.

Differences in Input:

File RELEASES: Specification of release locations. Instead of specifying the RELEASE locations with lower left and upper right co-ordinates, they are specified with the geographical coordinate of the release center plus a release grid distance dx and dy (for a point release, dx and dy can be set zero). The RELEASE box is specified in the lambert conformal projection instead of a latitude-longitude domain.

File OUTGRID: The FLEXPART output grid has to be specified in the Lambert conformal projection co-ordinate system instead of a latitude-longitude domain.

Differences in Output:

The FLEXPART output grid is in the Lambert conformal projection co-ordinate system instead of the geographical latitude-longitude system. As additional information, projection center co-ordinates, cone factor and true latitude are written out (see routines openoutput.f and openoutputppt.f).



Questions/comments: Please contact me.