Difference between revisions of "FLEXPART Model"

From mn/geo/geoit
Jump to: navigation, search
 
(47 intermediate revisions by 4 users not shown)
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.
+
 
 +
{| border="1" cellpadding="1" cellspacing="1" width="1049"
 +
|-
 +
|
 +
[http://flexpart.eu/ FLEXPART] (“FLEXible PARTicle dispersion model”) is a Lagrangian transport and dispersion model suitable for the simulation of a large range of atmospheric transport processes.
  
 
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]
+
Applications range from the dispersion of radionuclides or air pollutants, over the establishment of flow climatologies, to the analysis of Earth’s water cycle. FLEXPART also produces output suitable for inverse determination of emission sources, e.g., of greenhouse gases or volcanic ash.
 +
 
 +
More detailed information is available: [http://flexpart.eu/ [1]]
 +
 
 +
| [[File:Flexpart banner.png|none]]<br/>
 +
|}
 +
 
 +
 
 +
 
 +
The [http://flexpart.eu/ FLEXPART] model has been installed on Abel, UIO High Performance Cluster.&nbsp; If you do not need to modify FLEXPART source code, follow this link to learn how to [https://wiki.uio.no/mn/geo/geoit/index.php/FLEXPART_Model/FLEXPARTLibraries run FLEXPART].
 +
 
 +
== The UIO 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.
 +
 
 +
=== Running [https://wiki.uio.no/mn/geo/geoit/index.php/FLEXPART_Model/FLEXPARTLibraries FLEXPART Model] ===
  
==The FLEXPART Wiki==
+
=== Modifying (source code) and Compiling [https://wiki.uio.no/mn/geo/geoit/index.php/FLEXPART_Model/FLEXPARTCompilerSettings FLEXPART Model] (FLEXPART Compiler Settings ) ===
  
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.
+
=== Past, current, and future FLEXPART development work [[FLEXPART Model/FLEXPARTDevelopment]] ===
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.
 
  
----
+
=== Make AVAILABLE files [https://wiki.uio.no/mn/geo/geoit/index.php/FLEXPART_Model/MakeAvailableFile FLEXPART Model/MakeAvailableFile] ===
===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===
 
  
* Matlab license manager restart [[MatlabRestart]]
+
=== [[Getting new windfields]] ===
* Matlab tips and tricks [[MatlabTips]]
 
* Matlab for FLEXPART [[MatlabForFLEXPART]]
 
* Matlab for ECMWF files [[MatlabForECMWF]]
 
* Matlab for GRIB files [[MatlabForGRIB]]
 
  
----
+
=== NOT UPDATED FOR UIO ===
===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>`_
+
*Generating web pages using NCARG routines [[FLEXPART Model/NCARGRoutinesAndMakeWebpages|FLEXPART Model/NCARGRoutinesAndMakeWebpages]]
* Makefile - Absoft Compiler Options for FLEXPART <Fortran>`_
+
*Plot your data with Flexplorer [[FLEXPART Model/FlexplorerManual]]
* Makefile - gfortran Compiler Options for FLEXPART <FortranGNU>`_
+
*Miscellaneous Scripts [[FLEXPART Model/MiscScripts]]
* DDD debugger for Fortran <DDDfortran>`_
+
*Introduction to Backward Runs [[FLEXPART Model/BackwardRunsIntro]]
* Creating a Fortran Library <Fortranlib>`_
+
*Link your project output to the transport site [[FLEXPART Model/AddingProjectOutput]]
* Conversion and bit swapping for binary I/O <http://orion.math.iastate.edu/burkardt/f_src/raw_io/raw_io.html>`_
+
*Link your project output to the Interactive Page [[FLEXPART Model/FlexpartInteractive]]
 +
*PYTHON For FLEXPART - See the main [[Python]] Page
 +
*MATLAB For FLEXPART - See the main [[Matlab]] Page and therein:
  
----
+
[[Category:Models]]<br/>[[Category:Tools]][[Category:FLEXPART]]
===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>
 

Latest revision as of 12:21, 2 February 2015

The FLEXPART Model

FLEXPART (“FLEXible PARTicle dispersion model”) is a Lagrangian transport and dispersion model suitable for the simulation of a large range of atmospheric transport processes.

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

Applications range from the dispersion of radionuclides or air pollutants, over the establishment of flow climatologies, to the analysis of Earth’s water cycle. FLEXPART also produces output suitable for inverse determination of emission sources, e.g., of greenhouse gases or volcanic ash.

More detailed information is available: [1]

Flexpart banner.png


The FLEXPART model has been installed on Abel, UIO High Performance Cluster.  If you do not need to modify FLEXPART source code, follow this link to learn how to run FLEXPART.

The UIO 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.

Running FLEXPART Model

Modifying (source code) and Compiling FLEXPART Model (FLEXPART Compiler Settings )

Past, current, and future FLEXPART development work FLEXPART Model/FLEXPARTDevelopment

Make AVAILABLE files FLEXPART Model/MakeAvailableFile

Getting new windfields

NOT UPDATED FOR UIO