Changes between Version 3 and Version 4 of FpOutput
- Timestamp:
- Jun 25, 2013, 10:29:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FpOutput
v3 v4 1 1 = FLEXPART postprocessing tools = 2 2 3 FLEXPART output is usually (some of the limited area versions already provide the outpu in netCDF format)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.3 FLEXPART 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. 4 4 5 - Basic FORTRAN [download:17 routines to read FLEXPART 8.X/9.X] developed by A. Stohl.5 - `FORTRAN` [download:17 subroutines to read FLEXPART 8.x/9.x] developed by A. Stohl. 6 6 7 - External link to the python-matplotlibs basedprocessing and plotting tools [https://bitbucket.org/jfburkhart/pflexible pflexible] developed by J. Burkhart.7 - `python-matplotlib` processing and plotting tools [https://bitbucket.org/jfburkhart/pflexible pflexible] developed by J. Burkhart. 8 8 9 - Matlab tools to read FLEXPART (S. Eckhardt, H. Sodemann) -contact Sabine Eckhardt9 - `Matlab `tools to read FLEXPART (S. Eckhardt, H. Sodemann) - please contact Sabine Eckhardt 10 10 11 - R tools - please contact Rona Thompson 11 - `R` tools - please contact Rona Thompson 12 13 Some 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.