Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning

This documentation is outdated. Please visit this page on readthedocs for the latest version.

The FLEXPART environment

At ECMWF version 902 of FLEXPART is centrally installed on ecgb ecgate and on some internal Linux-based systems. On these systems Metview is configured to pick up the FLEXPART location automatically via these environment variables:

...

Some of the important FLEXPART parameters cannot be specified at run time but are hard-coded in the source. The FLEXPART installation at ECMWF uses the following set of hard-coded parameters:

DescriptionValueParameter in sourceSource file
ecgatelinux desktop
Maximum number of grid points in E-W (input grid)

721

721nxmaxpar_mod.f90
Maximum number of grid points in N-S (input grid)361361nymaxpar_mod.f90
Maximum number of model levels (input grid)138
 
138
par_mod.f90
Maximum number of species66maxspecpar_mod.f90
Maximum number of particles20000002000000maxpartpar_mod.f90
Maximum number of age classes1010maxageclasspar_mod.f90
Maximum number of receptor sites200200maxreceptorspar_mod.f90
Maximum number of output grid nests00maxnestspar_mod.f90

Compilation

compiler: gfortran

...