Changes between Version 6 and Version 7 of EventsFpTraining2019


Ignore:
Timestamp:
Oct 5, 2020, 4:55:17 PM (4 years ago)
Author:
pesei
Comment:

update

Legend:

Unmodified
Added
Removed
Modified
  • EventsFpTraining2019

    v6 v7  
    11'''Material of the FLEXPART V10.3 training: 1-3 July 2019'''
    22
    3 The material consist of presentations from the lectures and exercises, files needed per exercise and one recording.
    4 Beside this, there is the bashrc file that was used for this course, a script to download GFS data, a script to generate an AVAILABLE file and a script to process and plot the output (for tracer, nuclear and volcanic simulations).
     3The course material including slides and software can be  [download:65 downloaded here].
    54
    6 The course was given with Flexpart version 10.3, but should be forward compatible.
    7 To obtain the latest version:
     5The material consists of
     61. presentations (PDF) from the lectures and exercises,
     72. files needed per exercise and
     83. one mp4 file (video recording of the lecture on flex_extract). As it is quite big, you need to download it separately from https://www.flexpart.eu/downloads/67
     9Beside this, there is
     101. a script to download GFS data,
     112. a script to generate AVAILABLE files and
     123. a script to process and plot the output (for tracer, nuclear and volcanic simulations).
     13
     14We recommend using ECMWF data, whose retrieval is explained in the flex_extract lecture and exercise. However, results obtained with GFS data are
     15also included in this course. All is written in Python 2.7 or Fortran 90.
     16
     17FLEXPART V10 requires the following Linux packages:
     18gcc with gfortran, including development files
     19grib_api
     20netcdf including the Fortran library and e(optional)
     21netcdf4 including the Fortran library and development files(optional)
     22
     23The course material was prepared using flexpart_v10.3.1_3cd0f17 and
     24
    825{{{
    9 git clone https://www.flexpart.eu/gitmob/flexpart  --branch release-10 --single-branch
     26gcc/gfortran 4.9.2
     27grib_api 1.12.3
     28netcdf 4.3.3.1
    1029}}}
    11 We recommend using ECMWF data, of which the retrieval is explained in the lecture and exercise on flex_extract. However, results obtained with GFS data are also included in this course.
    1230
    13 This FLEXPART V10.3 was installed with the provided bashrc, listing the following packages:
    14 gcc/4.9.2
    15 PreRequisites
    16 grib_api/1.12.3
    17 hdf5/1.8.15
    18 netcdf/4.3.3.1
    1931
    20 If you work in a bash shell and you do not have a tailored bashrc file yet: save the bashrc file to your home directory and rename it by added a dot in front: .bashrc. If you already have a tailored bashrc or do not work in bash: check if you have the listed packages.
     32The Ru106 exercises were prepared with:
    2133
    22 For any questions concerning this material, contact: marie.mulder[at]zamg.ac.at. For questions related to the specific topics, email addresses are included in the presentations.
     34{{{
     35gcc/gfortran 4.8.1
     36Python 2.7.5
     37emos 392
     38grib_api 1.11.0
     39netcdf 4.3.0
     40Magics 2.18.15
     41}}}
    2342
    24 The course material including slides and software can be downloaded from [download:65 here]
     43
     44Probably, newer versions of the various software packages will also work.
     45
     46NOTE ABOUT UPDATES SINCE 2019:
     47
     48In the meantime, both flex_extract and FLEXPART have received updates. While for working through the exercises, it is best to use the versions provided here, we recommend that you use the most recent versions for any real applications.
     49For FLEXPART see https://www.flexpart.eu/wiki/FpRoadmap and for flex_extract https://www.flexpart.eu/wiki/FpInputMetEcmwf
     50
     51Note that there is also a public script to generate AVAILABLE files (`mkAVAILABLE.py`), as well as other plotting software, available from https://www.flexpart.eu/wiki/FpInputMetMkavail
     52
     53For any general questions concerning this material, contact
     54marie.mulder[at]zamg.ac.at. For questions related to specific
     55topics, email addresses of the presenters are included in the lecture PDFs.
     56