Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 784 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 784 Bytes

Batch processing for HYSPLIT and FLEXPART

Following scripts allow batch processing for HYSPLIT and FLEXPART. Both trajectory models operate in a slightly different way and use different meteo datasets. In general, the way to work with can be described as follows:

  1. download meteo files
  2. prepare configuration files for the model run
  3. execute model
  4. post-process, interpret and visualize the output

Repository mainly contains dedicated scripts for both models. Couple of scripts written for post-processing phase are also included. Used scripting language is Python, tested with the version 2.7.6.

Any following manuals and guidelines assumes that the Python environment is correctly set up.