Changes between Initial Version and Version 1 of FpCompileLibs


Ignore:
Timestamp:
Jun 17, 2013, 11:23:28 AM (11 years ago)
Author:
dearn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FpCompileLibs

    v1 v1  
     1== GRIB library ==
     2
     3FLEXPART expects meteorological input files to be in GRIB format, thus a GRIB decoding library is needed. GRIB is a compressed binary format for meteorological fields including metadata, defined by [http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI2/VolumeI.2.html WMO].
     4
     5There is `GRIB1` and `GRIB2` format. Since V8.0, FLEXPART can read GRIB2 (as well as GRIB1). Current operational NCEP GFS model data are disseminated in the GRIB2 format.
     6
     7A recommended GRIB library implementation is ECMWF's [https://software.ecmwf.int/wiki/display/GRIB/Home GRIB_API]. A Version >= 1.6.1 is needed for reading GRIB2 data. It can read the GRIB1 format as well. For backward compatiblity, the EMOS GRIB library can still be used (although it can only work with GRIB1 data).
     8
     9Recommended sources for GRIB libraries:
     10  - [https://software.ecmwf.int/wiki/display/GRIB/Home ECMWF GRIB_API]
     11  - [http://rda.ucar.edu/libraries/grib/ UCAR GRIB library]