2015-02-20 18:24:13 +00:00
|
|
|
ecCodes is the ECMWF encoding/decoding software for GRIB (edition 1 and 2) and BUFR.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
Documentation can be found here:
|
|
|
|
https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
INSTALLATION
|
|
|
|
|
|
|
|
Standard Installation
|
2015-02-20 18:24:13 +00:00
|
|
|
1. Download from https://software.ecmwf.int/wiki/display/ECC/Releases
|
2013-03-25 12:04:10 +00:00
|
|
|
2. Unpack distribution:
|
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
> gunzip eccodes-X.tar.gz
|
|
|
|
> tar xf eccodes-X.tar
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
3. Create the directory where to install eccodes say /usr/local/eccodes_dir
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
> mkdir /usr/local/eccodes_dir
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
4. Run the configure in the eccodes-X
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-02-20 18:24:13 +00:00
|
|
|
> cd eccodes-X
|
|
|
|
> ./configure --prefix=/usr/local/eccodes_dir
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
Note that the prefix must be the absolute path of the
|
|
|
|
directory created.
|
|
|
|
|
|
|
|
5. make, check and install
|
|
|
|
|
|
|
|
> make
|
|
|
|
...
|
|
|
|
> make check
|
|
|
|
...
|
|
|
|
> make install
|
|
|
|
...
|
|
|
|
|
|
|
|
COPYRIGHT AND LICENSE
|
|
|
|
|
2015-01-05 15:45:46 +00:00
|
|
|
Copyright 2005-2015 ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
This software is licensed under the terms of the Apache Licence Version 2.0
|
|
|
|
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
|
|
|
|
In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
|
|
|
virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
|
|
|
|