Difference between revisions of "FLEXPART Model"

From mn/geo/geoit
Jump to: navigation, search
(The FLEXPART Wiki)
Line 1: Line 1:
==The FLEXPART Model==
+
== The FLEXPART Model ==
 +
 
 
The FLEXPART model is a Lagrangian Particle Dispersion Model developed at the Norwegian Institute for Air Research in the Department of Atmospheric and Climate Research. The model development team consists of Andreas Stohl (who originally wrote FLEXPART), Sabine Eckhardt, Harald Sodemann, and John Burkhart.
 
The FLEXPART model is a Lagrangian Particle Dispersion Model developed at the Norwegian Institute for Air Research in the Department of Atmospheric and Climate Research. The model development team consists of Andreas Stohl (who originally wrote FLEXPART), Sabine Eckhardt, Harald Sodemann, and John Burkhart.
  
 
FLEXPART is free software released under the GNU General Public License V3.0
 
FLEXPART is free software released under the GNU General Public License V3.0
  
More detailed information is available: [http://transport.nilu.no/flexpart transport.nilu.no]
+
More detailed information is available: [http://flexpart.eu/]
  
==The FLEXPART Wiki==
+
== The FLEXPART Wiki ==
  
The purpose of these pages are to provide resources for working with FLEXPART here at UiO. Below you will find some links to pages of interest.
+
The purpose of these pages are to provide resources for working with FLEXPART here at UiO. Below you will find some links to pages of interest. This is the FLEXPART/Transport Wiki. Anyone can edit this text by choosing the "edit" tab above. Feel free to add comments, share your tricks, add your references, or whatever seems useful.
This is the FLEXPART/Transport Wiki. Anyone can edit this text by choosing the "edit" tab above. Feel free to add comments, share your tricks, add your references, or whatever seems useful.  
 
  
 
**NOTE** The pages below are not yet relevant for UiO. We are working to fix this.
 
**NOTE** The pages below are not yet relevant for UiO. We are working to fix this.
 +
  
  
 
=== NOT UPDATED FOR UIO ===
 
=== NOT UPDATED FOR UIO ===
  
 +
*Past, current, and future FLEXPART development work [[FLEXPART Model/FLEXPARTDevelopment]]
  
* Past, current, and future FLEXPART development work [[FLEXPART_Model/FLEXPARTDevelopment]]
+
*FLEXPART compiler settings [[FLEXPART Model/FLEXPARTCompilerSettings]]
 +
*FLEXPART libraries GRIB_API and Jasper [[FLEXPART Model/FLEXPARTLibraries]]
 +
*Generating web pages using NCARG routines [[FLEXPART Model/NCARGRoutinesAndMakeWebpages]]
 +
*Plot your data with Flexplorer [[FLEXPART Model/FlexplorerManual]]
 +
*Miscellaneous Scripts [[FLEXPART Model/MiscScripts]]
 +
*Introduction to Backward Runs [[FLEXPART Model/BackwardRunsIntro]]
 +
*Link your project output to the transport site [[FLEXPART Model/AddingProjectOutput]]
 +
*Link your project output to the Interactive Page [[FLEXPART Model/FlexpartInteractive]]
 +
*Make AVAILABLE files [[FLEXPART Model/MakeAvailableFile]]
  
* FLEXPART compiler settings [[FLEXPART_Model/FLEXPARTCompilerSettings]]
 
* FLEXPART libraries GRIB_API and Jasper [[FLEXPART_Model/FLEXPARTLibraries]]
 
* Generating web pages using NCARG routines [[FLEXPART_Model/NCARGRoutinesAndMakeWebpages]]
 
* Plot your data with Flexplorer [[FLEXPART_Model/FlexplorerManual]]
 
* Miscellaneous Scripts [[FLEXPART_Model/MiscScripts]]
 
* Introduction to Backward Runs [[FLEXPART_Model/BackwardRunsIntro]]
 
* Link your project output to the transport site [[FLEXPART_Model/AddingProjectOutput]]
 
* Link your project output to the Interactive Page [[FLEXPART_Model/FlexpartInteractive]]
 
* Make AVAILABLE files [[FLEXPART_Model/MakeAvailableFile]]
 
  
  
 
----
 
----
  
===PYTHON For FLEXPART===
+
=== PYTHON For FLEXPART ===
  
 
See the main [[Python]] Page and therein:
 
See the main [[Python]] Page and therein:
  
<subpages page="Python" format="ul" />
+
&lt;subpages page="Python" format="ul" /&gt;
 +
 
  
  
===MATLAB For FLEXPART===
+
=== MATLAB For FLEXPART ===
  
 
See the main [[Matlab]] Page and therein:
 
See the main [[Matlab]] Page and therein:
  
<subpages page="Matlab" format="ul" />
+
&lt;subpages page="Matlab" format="ul" /&gt;
 +
 
  
  
===DATA FILES===
+
=== DATA FILES ===
  
* Getting the daily files and other data from ECMWF [[FLEXPART_Model/DailyFiles]]
+
*Getting the daily files and other data from ECMWF [[FLEXPART Model/DailyFiles]]
* The /xnilu_wrk directory structure [[FLEXPART_Model/XniluWrk]]
+
*The /xnilu_wrk directory structure [[FLEXPART Model/XniluWrk]]
* Using the ECMWF archive [[FLEXPART_Model/ECMWFArchive]] or [[ECMWF]]
+
*Using the ECMWF archive [[FLEXPART Model/ECMWFArchive]] or [[ECMWF]]
* Moving from GRIB1 to GRIB2 [[FLEXPART_Model/Grib2]]
+
*Moving from GRIB1 to GRIB2 [[FLEXPART Model/Grib2]]
* Where are the FLEXPART input data [[FLEXPART_Model/WindFieldPaths]]
+
*Where are the FLEXPART input data [[FLEXPART Model/WindFieldPaths]]
* EUCAARI and IASOA Backward Run Files [[FLEXPART_Model/EUCAARIRUNS]]
+
*EUCAARI and IASOA Backward Run Files [[FLEXPART Model/EUCAARIRUNS]]
* MODIS hot spot data [[FLEXPART_Model/MODIShotspotdata]]
+
*MODIS hot spot data [[FLEXPART Model/MODIShotspotdata]]
  
===FORTRAN Issues===
+
=== FORTRAN Issues ===
 +
 
 +
*Using and compiling with the GRIB_API [[Fortran/GribApi]]
 +
*Makefile - Absoft Compiler Options for FLEXPART [[Fortran/Absoft]]
 +
*Makefile - gfortran Compiler Options for FLEXPART [[Fortran/GNU]]
 +
*DDD debugger for Fortran [[Fortran/DDD]]
 +
*Creating a Fortran Library [[Fortran/LIB]]
 +
*Conversion and bit swapping for binary I/O: [http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html]
  
* Using and compiling with the GRIB_API [[Fortran/GribApi]]
 
* Makefile - Absoft Compiler Options for FLEXPART [[Fortran/Absoft]]
 
* Makefile - gfortran Compiler Options for FLEXPART [[Fortran/GNU]]
 
* DDD debugger for Fortran [[Fortran/DDD]]
 
* Creating a Fortran Library [[Fortran/LIB]]
 
* Conversion and bit swapping for binary I/O: http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html
 
  
  
 
----
 
----
  
===UNIX & SHELL===
+
=== UNIX & SHELL ===
  
* Software on LINUX systems [[Reference/Required Software]]
+
*Software on LINUX systems [[Reference/Required Software]]
* Better Bashing - Tips & Tricks for the Bash Shell [[Shell/BetterBashing]]
+
*Better Bashing - Tips & Tricks for the Bash Shell [[Shell/BetterBashing]]
* How to use your daily UNIX shell [[Shell/UNIXHints]]
+
*How to use your daily UNIX shell [[Shell/UNIXHints]]
* Using the SVN versioning system [[Shell/UsingSVN]]
+
*Using the SVN versioning system [[Shell/UsingSVN]]
  
 
----
 
----
  
==ALL FLEXPART_Model Sub Pages==
+
== ALL FLEXPART_Model Sub Pages ==
<subpages page="FLEXPART_Model" format="ul" />
+
 
 +
&lt;subpages page="FLEXPART_Model" format="ul" /&gt;
  
 
----
 
----

Revision as of 13:23, 15 September 2014

The FLEXPART Model

The FLEXPART model is a Lagrangian Particle Dispersion Model developed at the Norwegian Institute for Air Research in the Department of Atmospheric and Climate Research. The model development team consists of Andreas Stohl (who originally wrote FLEXPART), Sabine Eckhardt, Harald Sodemann, and John Burkhart.

FLEXPART is free software released under the GNU General Public License V3.0

More detailed information is available: [1]

The FLEXPART Wiki

The purpose of these pages are to provide resources for working with FLEXPART here at UiO. Below you will find some links to pages of interest. This is the FLEXPART/Transport Wiki. Anyone can edit this text by choosing the "edit" tab above. Feel free to add comments, share your tricks, add your references, or whatever seems useful.

    • NOTE** The pages below are not yet relevant for UiO. We are working to fix this.


NOT UPDATED FOR UIO



PYTHON For FLEXPART

See the main Python Page and therein:

<subpages page="Python" format="ul" />


MATLAB For FLEXPART

See the main Matlab Page and therein:

<subpages page="Matlab" format="ul" />


DATA FILES

FORTRAN Issues



UNIX & SHELL


ALL FLEXPART_Model Sub Pages

<subpages page="FLEXPART_Model" format="ul" />