...
| 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 ! 
 | 
...