Skip to content
/ metkit Public
forked from ecmwf/metkit

Toolkit for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics.

License

Notifications You must be signed in to change notification settings

mjg41/metkit

This branch is 434 commits behind ecmwf/metkit:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c00605a · Oct 30, 2023
Jul 26, 2023
Apr 21, 2023
Sep 29, 2020
Jan 12, 2022
Oct 30, 2023
Oct 12, 2023
Oct 21, 2023
Aug 2, 2021
Apr 4, 2023
Oct 10, 2019
Sep 4, 2023
Oct 10, 2019
Oct 10, 2019
Oct 11, 2019
Oct 30, 2023
Aug 26, 2020
Apr 22, 2021

Repository files navigation

metkit

License

Requirements

Runtime dependencies:

Build dependencies:

  • CMake --- For use and installation see http://www.cmake.org/
  • ecbuild --- ECMWF library of CMake macros ()

Installation

metkit employs an out-of-source build/install based on CMake.

Make sure ecbuild is installed and the ecbuild executable script is found ( which ecbuild ).

Now proceed with installation as follows:

# Environment --- Edit as needed
srcdir=$(pwd)
builddir=build
installdir=$HOME/local  

# 1. Create the build directory:
mkdir $builddir
cd $builddir

# 2. Run CMake
ecbuild --prefix=$installdir -- -DECKIT_PATH=<path/to/eckit/install> $srcdir

# 3. Compile / Install
make -j10
make install

About

Toolkit for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.7%
  • C 30.8%
  • Shell 5.5%
  • Python 5.0%
  • CMake 2.0%