Difference between revisions of "FLEXPART Model"

From mn/geo/geoit
Jump to: navigation, search
Line 11: Line 11:
 
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.  
  
 
+
----
 
===FLEXPART===
 
===FLEXPART===
 
<rst>
 
<rst>
Line 25: Line 25:
 
- `Make AVAILABLE files <FLEXPART_Model/MakeAvailableFile>`_
 
- `Make AVAILABLE files <FLEXPART_Model/MakeAvailableFile>`_
 
</rst>
 
</rst>
 
+
----
 
===MATLAB For FLEXPART===
 
===MATLAB For FLEXPART===
  
Line 34: Line 34:
 
* Matlab for GRIB files [[MatlabForGRIB]]
 
* Matlab for GRIB files [[MatlabForGRIB]]
  
 
+
----
 
===DATA FILES===
 
===DATA FILES===
 
<rst>
 
<rst>
Line 45: Line 45:
 
- `MODIS hot spot data <MODIShotspotdata>`_
 
- `MODIS hot spot data <MODIShotspotdata>`_
 
</rst>
 
</rst>
 +
----
 +
===FORTRAN Issues===
  
===FORTRAN ISSUES <FORTRAN===
+
* Using and compiling with the GRIB_API <FortranGribApi>`_
 
+
* Makefile - Absoft Compiler Options for FLEXPART <Fortran>`_
- `Using and compiling with the GRIB_API <FortranGribApi>`_
+
* Makefile - gfortran Compiler Options for FLEXPART <FortranGNU>`_
- `Makefile - Absoft Compiler Options for FLEXPART <Fortran>`_
+
* DDD debugger for Fortran <DDDfortran>`_
- `Makefile - gfortran Compiler Options for FLEXPART <FortranGNU>`_
+
* Creating a Fortran Library <Fortranlib>`_
- `DDD debugger for Fortran <DDDfortran>`_
+
* Conversion and bit swapping for binary I/O <http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html>`_
- `Creating a Fortran Library <Fortranlib>`_
 
- `Conversion and bit swapping for binary I/O <http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html>`_
 
 
 
.
 
.
 
`UNIX & SHELL <UNIXSHELL>`_
 
  
 +
----
 +
===UNIX & SHELL===
 +
<rst>
 
- `Software on LINUX systems <Required Software>`_
 
- `Software on LINUX systems <Required Software>`_
 
- `Better Bashing - Tips & Tricks for the Bash Shell <BetterBashing>`_
 
- `Better Bashing - Tips & Tricks for the Bash Shell <BetterBashing>`_
 
- `How to use your daily UNIX shell <UNIXHints>`_
 
- `How to use your daily UNIX shell <UNIXHints>`_
 
- `Using the SVN versioning system <UsingSVN>`_
 
- `Using the SVN versioning system <UsingSVN>`_
 
 
 
 
 
 
 
 
 
</rst>
 
</rst>

Revision as of 11:21, 14 September 2011

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: transport.nilu.no

The FLEXPART Wiki

The purpose of these pages are to provide resources for working with FLEXPART here at NILU. 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.


FLEXPART

<rst> - `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>`_ - `Plot your RELEASES file and get MAXPART (MATLAB) <FLEXPART_Model/Releaseana>`_ - `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>`_ </rst>


MATLAB For FLEXPART


DATA FILES

<rst> - `Getting the daily files and other data from ECMWF <DailyFiles>`_ - `The new /flex_wrk directory <FlexWrk>`_ - `Using the ECMWF archive <ECMWFArchive>`_ - `Moving from GRIB1 to GRIB2 <Grib2>`_ - `Where are the FLEXPART input data <WindFieldPaths>`_ - `EUCAARI and IASOA Backward Run Files <EUCAARIRUNS>`_ - `MODIS hot spot data <MODIShotspotdata>`_ </rst>


FORTRAN Issues

  • Using and compiling with the GRIB_API <FortranGribApi>`_
  • Makefile - Absoft Compiler Options for FLEXPART <Fortran>`_
  • Makefile - gfortran Compiler Options for FLEXPART <FortranGNU>`_
  • DDD debugger for Fortran <DDDfortran>`_
  • Creating a Fortran Library <Fortranlib>`_
  • Conversion and bit swapping for binary I/O <http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html>`_

UNIX & SHELL

<rst> - `Software on LINUX systems <Required Software>`_ - `Better Bashing - Tips & Tricks for the Bash Shell <BetterBashing>`_ - `How to use your daily UNIX shell <UNIXHints>`_ - `Using the SVN versioning system <UsingSVN>`_ </rst>