Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated conda information

...

No Format
module load python3 ecmwf-toolbox

Using

...

a conda

...

environment

...

You may use one of the predefined conda environments containing ECMWF packages. You can see which ones are available withcreate 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.

...