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

The internal installation at ECMWF also includes the cfgrib library for obtaining xarray datasets from GRIB. Metview's to_dataset() function uses this internally from version 0.8.4 onwards.

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:

...