Difference between revisions of "FLEXPART Model"

From mn/geo/geoit
Jump to: navigation, search
Line 15: Line 15:
 
----
 
----
 
===FLEXPART===
 
===FLEXPART===
 +
 
<rst>
 
<rst>
 
- `Past, current, and future FLEXPART development work <FLEXPART_Model/FLEXPARTDevelopment>`_  
 
- `Past, current, and future FLEXPART development work <FLEXPART_Model/FLEXPARTDevelopment>`_  
Line 41: Line 42:
 
----
 
----
 
===DATA FILES===
 
===DATA FILES===
 +
 
<rst>
 
<rst>
 
- `Getting the daily files and other data from ECMWF <DailyFiles>`_
 
- `Getting the daily files and other data from ECMWF <DailyFiles>`_
Line 55: Line 57:
 
===FORTRAN Issues===
 
===FORTRAN Issues===
  
* Using and compiling with the GRIB_API <FortranGribApi>`_
+
* Using and compiling with the GRIB_API [[FortranGribApi
* Makefile - Absoft Compiler Options for FLEXPART <Fortran>`_
+
* Makefile - Absoft Compiler Options for FLEXPART [[FortranAbsoft]]
* Makefile - gfortran Compiler Options for FLEXPART <FortranGNU>`_
+
* Makefile - gfortran Compiler Options for FLEXPART [[FortranGNU]]
* DDD debugger for Fortran <DDDfortran>`_
+
* DDD debugger for Fortran FortranDDD
* Creating a Fortran Library <Fortranlib>`_
+
* 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>`_
 
* Conversion and bit swapping for binary I/O <http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html>`_
  
Line 65: Line 67:
 
----
 
----
 
===UNIX & SHELL===
 
===UNIX & SHELL===
 +
 
<rst>
 
<rst>
 
- `Software on LINUX systems <Required Software>`_
 
- `Software on LINUX systems <Required Software>`_

Revision as of 11:23, 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



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>