https://github.com/meteoswiss/flexpart
Lagrangian transport and dispersion model
https://github.com/meteoswiss/flexpart
atmospheric-modelling dispersion-model emergency-response numericalweatherpredictions nwp
Last synced: 2 months ago
JSON representation
Lagrangian transport and dispersion model
- Host: GitHub
- URL: https://github.com/meteoswiss/flexpart
- Owner: MeteoSwiss
- License: gpl-3.0
- Created: 2022-11-11T15:06:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T07:45:48.000Z (3 months ago)
- Last Synced: 2025-07-15T16:35:28.459Z (3 months ago)
- Topics: atmospheric-modelling, dispersion-model, emergency-response, numericalweatherpredictions, nwp
- Language: Fortran
- Homepage: https://www.flexpart.eu
- Size: 2.75 MB
- Stars: 7
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES_since_10.4.md
- License: LICENSE
Awesome Lists containing this project
README
# README #
This repository contains the Lagrangian particle dispersion model FLEXPART.
### Dependencies
* Jasper and grib_api or ECCodes
* NetCDF (optional)### Compilation
To compile for MeteoSwiss read [README.meteoswiss.md](README.meteoswiss.md).
Otherwise edit the `makefile` to adapt the paths to the libraries and the include files, then:
```
> cd src
> make
```### Deployment instructions
FLEXPART is a standalone executable. Run it with
./src/FLEXPART
in the main directory.For more information about FLEXPART version 10, see [www.flexpart.eu](https://www.flexpart.eu)