Versions Compared

Key

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

...

No Format
$> cd $SCRATCH

Make a copy of the practicals grib_decoding directory in your $SCRATCH to Atos:

No Format
$> tar –xvf /home/trx/grib_practicalsdecoding.tar

This will create a directory in your $SCRATCH called grib_practicals decoding containing the GRIB data files for this tutorial.

...

No Format
$> ls $SCRATCH/grib_practicalsdecoding

demo inspect  modify  python

For this tutorial cd to the python directory:

No Format
$> cd $SCRATCH/grib_practicalsdecoding/python


Tip

Remember to load the ecmwf-toolbox and python3 !

No Format
$> module load ecmwf-toolbox
$> module load python3


...