Rate This Document
Findability
Accuracy
Completeness
Readability

Obtaining the Source Code

Procedure

  1. Create the ecFlow installation directory /path/to/ECFLOW_BUILD.
    mkdir -p /path/to/ECFLOW_BUILD
  2. Go to the ECFLOW_BUILD directory.
    cd /path/to/ECFLOW_BUILD
  3. Download the ecFlow installation package.

    https://confluence.ecmwf.int/download/attachments/8650755/ecFlow-5.5.2-Source.tar.gz

    If the server is connected to the Internet, you are advised to run the wget command to obtain the ecFlow installation package.

    wget https://confluence.ecmwf.int/download/attachments/8650755/ecFlow-5.5.2-Source.tar.gz --no-check-certificate

  4. Download the Boost installation package boost_1_72_0.tar.gz.

    https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz

    If the server is connected to the Internet, you are advised to run the wget command to obtain the Boost installation package.

    wget https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.t ar.gz --no-check-certificate

  5. Use an SFTP tool to upload the ecFlow and Boost installation packages to the /path/to/ECFLOW_BUILD directory on the server.