*
This is the Lagrangian Particle Dispersion Model FLEXPART. *
The main program manages the reading of model run specifications, etc. *
All actual computing is done within subroutine timemanager. *
*
Author: A. Stohl *
*
18 May 1996 *
*
Changes: * Unified ECMWF and GFS builds * Marian Harustak, 12.5.2017 * (moved to read_options_and_initialise_flexpart by LB) * - Added detection of metdata format using gributils routines * - Distinguished calls to ecmwf/gfs gridcheck versions based on * detected metdata format * - Passed metdata format down to timemanager * L. Bakels 2022 * - OpenMP parallelisation * - Added input options * - Restructuring into subroutines (below) *
*
Variables: * * Constants: * *
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
integer | :: | i | ||||
real | :: | s_timemanager | ||||
character(len=256) | :: | inline_options | ||||
character(len=256) | :: | gitversion_tmp | = | "undefined" |
|