Versions Compared

Key

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

...

Once inside the <openifs-docker-build-dir>  download the OpenIFS release package from this web site: https://sites.ecmwf.int/openifs/openifs-data/src/48r1/. The release package is named  openifs-48r1-YYYYMMDD.tar.gz,  e, where YYYY, MM, and DD stand for the year, month and day of the most recently created release. The CHANGES file in the source package describes the developments between releases.  e.g.

Code Block
languagebash
themeMidnight
# download the openifs-48r1-20240209.tar.gz model package from https://sites.ecmwf.int/openifs/openifs-data/src/48r1/openifs-48r1-20240209.tar.gz to <openifs-docker-build-dir> and untar :
tar -xvzf openifs-48r1-20240209.tar.gz

Then also download the SCM package to <openifs-docker-build-dir> from https://sites.ecmwf.int/openifs/openifs-data/scm/48r1/scm_openifs_48r1.tar.gz

...