...
Info |
---|
Worked Example: We explain the model installation and the process of running of a forecast experiment on the ECMWF Atos Sequana XH2000 HPC facility (hpc2020).
It is important to note that the installation process on hpc2020 will not directly translate to alternative systems. To address this we present details about a docker install in the last section of this guide. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
cd $HOME wget https://sites.ecmwf.int/openifs/openifs-data/src/48r1/# download the openifs-48r1.tar.gz model package and copy the tarball to your home directory: cp openifs-48r1.tar.gz $HOME tar -xvzf openifs-48r1.tar.gz |
...