Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This icon generates the gridded input data and the AVAILABLE file needed to run the FLEXTRA trajectory model. The input forecast or analysis fields are automatically retrieved from ECMWF's MARS archive.

The macro language equivalent is flextra_prepare().

About FLEXTRA input  data

FLEXTRA requires input fields on a regular latitude-longitude grid in GRIB format. The input data must contain four three-dimensional fields: the two horizontal wind components, vertical velocity and temperature. Two additional two-dimensional fields are needed as well: topography and surface pressure. The three-dimensional input data has to be available on ECMWF model (i.e. η) levels defined by a hybrid vertical coordinate system. An important restriction is that all the data fields used within a FLEXTRA run must have the same domain size, resolution, number of levels, etc.

All the required fields, with one exception, can be retrieved from ECMWF's MARS archive. The only exception is vertical velocity because FLEXTRA needs the following field for its computations:

  \( \dot \eta \frac{\partial \eta}{\partial p} \)  

Since only

  \( \dot \eta \)  

is archived in MARS the full product needs to be computed during the data preparation process (FLEXTRA Prepare does it for you).

FLEXTRA requires all the input GRIB files to be in the same folder using the following file naming convention: ENyymmddhh. In addition to the GRIBs FLEXTRA needs several parameter files as well. Most of these files are automatically generated by Metview in the background, so users do not need to create them. The only exception is the file called AVAILABLE because it can be optionally provided by the user.

 

All the date parameters used for FLEXTRA Prepare has yyyymmdd format. Relative dates are allowed to use: e.g. -1 means yesterday, 0 means today etc.                   

The FLEXTRA Prepare Editor

Flextra Prepare Mode

Specifies the data preparation mode. The possible values are: Forecast and Period.

In Forecast mode the selected steps of a given forecast can be used for data generation. If the mode is set to Period a period with a start and end date and constant time-step can be defined. In this case FLEXTRA Prepare tries to retrieve analysis fields from MARS whenever it is possible (for dates in the past) and uses forecast fields otherwise (for dates in the future).

Flextra Fc Mars Expver

The MARS experiment identifier of the forecast fields. The default value is 1 (operational forecast). 

Flextra An Mars Expver

The MARS experiment identifier of the analysis fields. The default value is 1 (operational analysis). 

Flextra Date

Specifies the run date of the forecast. Available when Flextra Prepare Mode is Forecast.

Flextra Time

Specifies the run time of the forecast . Available when Flextra Prepare Mode is Forecast.

Flextra Steps

Specifies the forecast steps in hours. Here a list of values is given. Available when Flextra Prepare Mode is Forecast.

Flextra Period Start Date

Specifies the start date of the period. Available when Flextra Prepare Mode is Period.

Flextra Period Start Time

Specifies the start time of the period. Available when Flextra Prepare Mode is Period.

Flextra Period End Date

Specifies the end date of the period. Available when Flextra Prepare Mode is Period.

Flextra Period End Time

Specifies the end time of the period. Available when Flextra Prepare Mode is Period.

Flextra Period Step

Specifies the time step of the period in hours. The allowed values are as follows: 3 or 6. Available when Flextra Prepare Mode is Period.

Flextra Area

Specifies the area of the output grid in south/west/north/east format. The default value is  -90/-180/90/180.

Flextra Grid

Specifies the resolution of the output grid in dx/dy format, where dx is the grid increment in east-west direction, while dy is the grid increment in north-south direction (both in degrees units). The default value is: 1/1.

Flextra Top Level

Only data on and below this model level will be used to generate the FLEXTRA input fields. This level can be specified either as a model level or as a pressure value. In the latter case FLEXTRA Prepare will use the data retrieved for the first date to determine the topmost model level. The default value of this parameter is 1, which mens that all the model levels will be used if Flextra Top Level Units is set to Model Levels.

Flextra Top Level Units

Specifies the units of the value of Flextra Top Level. The allowed values are Model Levels or hPa. The default value is Model Levels. 

Flextra Reuse Input

If this parameter is set On FLEXTRA Prepare checks the existence of the data files to be generated and if they are already in place no new data is retrieved and processed. If it is Off all the fields are always retrieved and processed and the existing data files are overwritten. The same happens to the AVAILABLE file. The existence of a FLEXTRA input GRIB file is checked by using the file name and a set of GRIB API keys from the first message in the file. These keys are as follows: date, time, stepRange, gridType, iDirectionIncrement, jDirectionIncrement, latitudeOfFirstGridPoint, latitudeOfLastGridPoint, longitudeOfFirstGridPoint, longitudeOfLastGridPoint.

Flextra Output Path

Specifies the output directory (it has to be an absolute path) where the GRIB files and the AVAILABLE file will be generated. If this directory does not exist Metview will create it. The output GRIB files have the following naming convention: ENyymmddhh.

  • No labels