Obtaining the Source Code
Procedure
- Create the ecCodes installation directory /path/to/ECCODES.
mkdir -p /path/to/ECCODES
- Go to the ECCODES directory.
cd /path/to/ECCODES
- Download the ecCodes installation package.
https://confluence.ecmwf.int/download/attachments/45757960/Eccodes-2.18.0-Source.tar.gz
If the server is connected to the Internet, you are advised to run the wget command to obtain the ecCodes installation package.
wget https://confluence.ecmwf.int/download/attachments/45757960/Eccodes-2.18.0-Source.tar.gz --no-check-certificate
- Use an SFTP tool to upload the ecCodes installation package to the /path/to/ECCODES directory on the server.
Parent topic: ecCodes 2.18.0 Porting Guide (openEuler 20.03)