Overview

The Metview source bundle is a single package containing the source code for MetviewMagicsGRIB API and Emoslib. It allows for a simpler way to build and install Metview and the ECMWF software on which it depends. Instead of downloading, configuring, building, testing and installing each package separately, the bundle allows these steps to be performed for just one software package - the bundle itself. Building the bundle triggers the building of each of the component packages automatically, and they will 'see' each other, so for example Metview will be linked with the GRIB_API which is part of the bundle, with no need to point it to an already-installed version.

Please follow the general CMake instructions below, and refer to the installation instructions of the individual packages for the tables of available CMake options for each. Options given to CMake will be passed to every component package of the bundle. Certain of these are set by default, for example Magics will be built with Metview and BUFR support enabled.

Note that the bundle has an additional CMake option:

CMake OptionDescriptionDefault
ENABLE_EXPOSE_SUBPACKAGESConfigures the sub-packages to be installed into the same directory level as Metview. If set to OFF, they will
be installed into a sub-directory; this option could be useful in order to avoid clashing with pre-existing
installations of, for example, GRIB_API.
ON

 

Download

DownloadContainsVersionChange log
MetviewBundle-2016.05.0-Source.tar.gzGRIB_API1.15.0GRIB API version 1.15.0 released
Emoslib4.4.1History of EMOSLIB changes
Magics2.29.0Latest News
Metview4.6.6Version 4.6 Updates
MetviewBundle-2016.03.0-Source.tar.gzGRIB_API1.14.6GRIB API version 1.14.6 released
Emoslib4.3.9Versions 000395 and Earlier
Magics2.28.0Latest News
Metview4.6.5Version 4.6 Updates
MetviewBundle-2016.01.0-Source.tar.gzGRIB_API1.14.5GRIB API version 1.14.5 released
Emoslib4.3.7Versions 000395 and Earlier
Magics2.26.1Latest News
Metview4.6.1Version 4.6 Updates
MetviewBundle-2015.12.0-Source.tar.gzGRIB_API1.14.4GRIB API version 1.14.4 released
Emoslib4.3.3Versions 000395 and Earlier
Magics2.26.1Latest News
Metview4.6.1Version 4.6 Updates
MetviewBundle-2015.11.0-Source.tar.gzGRIB_API1.14.3GRIB API version 1.14.3 released
Emoslib4.2.1History of EMOSLIB changes
Magics2.26.0Latest News
Metview4.6.0Version 4.6 Updates

 

 

Requirements to build the Metview bundle

The following table lists the dependencies that the bundle requires to be built from source. Please note, if you install these package from source you also might have to install the respective "-devel" packages.

Compilers
C++http://gcc.gnu.org/ 
Fortranhttp://gcc.gnu.org/fortran/ 
Utilities

make

http://www.gnu.org/software/make/ 
Third party libraries
Qthttp://www.qt.io/

if Metview's user interface is required (version 4.6.2 or later of Qt is needed).

Note that on some systems it is also necessary to install the libQtWebKit-devel development package (it may have different names on different systems)

gdbmhttp://www.gnu.org.ua/software/gdbm/ 
bashhttps://www.gnu.org/software/bash/ 
ImageMagickhttp://www.imagemagick.org/script/index.phpif Metview's user interface is required
projhttp://trac.osgeo.org/proj/ 
netcdf 4http://www.unidata.ucar.edu/software/netcdf/

Please note: You also need to install the legacy C++ interface and HDF5

cairohttps://www.cairographics.org/if png/pdf support needed
pangohttp://www.pango.org/if png/pdf support needed
expathttp://expat.sourceforge.net/