...
In the example below we assume that the OpenIFS model shall be installed in the user's HOME
directory, and that the wget
utility is available for convenient download:
Code Block | ||||
---|---|---|---|---|
| ||||
# 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 |
...