Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

The individual modules for ecCodes, Magics, Metview and ODC are no longer present. You must replace any loads of those modules by ecmwf-toolbox

Table of Contents

How to tell what versions of the individual packages are in the toolbox

No Format
$ module help ecmwf-toolbox/2020.10.1.2

------------------------------------------------------------- Module Specific Help for "ecmwf-toolbox/2020.10.1.2" -------------------------------------------------------------
The ECMWF toolbox includes all the software packages and libraries to deal with ECMWF data, such as ecCodes, Magics or Metview. 
For more information on the individual packages inside visit https://confluence.ecmwf.int/display/SUP
-- [codes_ui] (1.4.0)
-- [ecmwf-toolbox] (2020.10.1.2) [6a5c9e5]
-- [eccodes] (2.19.1) [929aee7]
-- [bufrdc_tables] (4.1.7) [aff0715]
-- [eckit] (1.13.2) [2732c96]
-- OpenSSL version 1.1.1c -- libs [/usr/lib64/libssl.so /usr/lib64/libcrypto.so] incs [/usr/include]
-- [fckit] (0.9.0) [9cd993a]
-- [odc] (1.1.1) [31b7b8b]
-- [metkit] (1.6.1) [f636381]
-- [odb] (1.1.0) [d4a3156]
-- [odb_tools] (1.1.0) [2f1f7b5]
-- [atlas] (0.22.1) [e55e9c7]
-- [mir] (1.7.1) [98f4b50]
-- [magics] (4.5.1) [bc89653]
-- [mars_client] (6.29.1) [b10a806]
-- [metview] (5.10.1) [e0d2161]
-- system : [at1-118.bullx] [Linux-4.18.0-147.8.1.el8_1.x86_64] [linux.64]

...

No Format
module load python3 ecmwf-toolbox

Using

...

a conda

...

environment

...

...

This is still under development

You may use one of the predefined conda environments containing ECMWF packages. You can see which ones are available withYou may create your own conda virtual environment and install the desired ECMWF tools there. By default, you would benefit from the predefined ECMWF conda channels containing ECMWF packages built specifically for our HPCF. For example, to create a conda environment with metview:

No Format
module load conda
conda env list

And the activate your desired one:

No Format
conda activate ecmwf-2021.01create -n myenv metview

See HPC2020: Python support for more details.

...