Changes between Version 6 and Version 7 of FpOutput


Ignore:
Timestamp:
Jun 3, 2014, 6:26:55 PM (10 years ago)
Author:
pesei
Comment:

Structure list according to programming language

Legend:

Unmodified
Added
Removed
Modified
  • FpOutput

    v6 v7  
    33FLEXPART output is usually in a very compact binary format that needs special reading routines to unpack it. In this page you will find the tools developers and users have generated to read the FLEXPART output, process it and plot it.
    44
    5  - `FORTRAN` [download:17 subroutines to read FLEXPART 8.x/9.x] developed by A. Stohl.
     5'''Python'''
    66
    77 - `python-matplotlib`  processing and plotting tools [https://bitbucket.org/jfburkhart/pflexible pflexible] developed by J. Burkhart.
    88
    9  - `Matlab `tools to read FLEXPART (S. Eckhardt, H. Sodemann) - please contact Sabine Eckhardt
     9
     10'''Fortran'''
     11
     12 - `FORTRAN` [http://www.wau.boku.ac.at/2393.html?&L=1 code to convert FLEXPART6.2 output to CTBTO SRM format] (by Petra Seibert)
     13
     14 - `FORTRAN` [download:17 subroutines to read FLEXPART 8.x/9.x] developed by A. Stohl.
     15
     16'''Other (free)'''
     17
     18 - `R` tools - please contact Rona Thompson
     19
     20'''Other (needs some license such as IDL or matlab)'''
    1021
    1122 - `IDL` tools to read FLEXPART - please contact Pasquale Sellitto, LMD-ENS: psellitto - at - lmd.ens.fr
    1223
    13  - `R` tools - please contact Rona Thompson
     24 - `Matlab `tools to read FLEXPART (S. Eckhardt, H. Sodemann) - please contact Sabine Eckhardt
    1425
    15  - `FORTRAN` [http://www.wau.boku.ac.at/2393.html?&L=1 code to convert FLEXPART6.2 output to CTBTO SRM format] (by Petra Seibert)
     26
     27
    1628
    1729Some of the limited-area versions already provide the output in netCDF format. netCDF output or conversion into it is foreseen for regular FLEXPART in future (ticket:40).