Versions Compared

Key

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

...

Code Block
module load python3/new
module swap metview/new
module load metview-python

If you plan to convert fieldsets to xarray datasets, or use the cfgrib module directly, you should also ensure that the ecCodes library is in your LD_LIBRARY_PATH:

Code Block
languagebash
export LD_LIBRARY_PATH=$ECCODES_LIB_DIR:$LD_LIBRARY_PATH


Test it

Here's a quick Python program to check that it's working. Copy this into a file called test-metview.py

...