...
A local copy of scripts branch damk_CY43R3_getrelax is required. This branch (gen/getrelax) copies the forcing files from the /fws working directory to $SCRATCH/rlxml/. At present the directory rlxml must exist in the user's scratch space with 777 global writing permissions.
| Panel |
|---|
| bgColor | #f0f0ff |
|---|
| title | Tasks - Prepare scripts branch |
|---|
|
- Load ifs git tools:
module load ifs-git-tools - Add repository of user damk :
git ifsremote damk - Make a copy of the scripts branch:
git ifsbranch -B damk_CY43R3_getrelax -b mygetrelax - In script file
getrelax (line 183) assign your username to variable ME - Commit the changes in git and push the branch to your repository (git add, git commit, git push)
- On the ECMWF HPCF create the destination directory for the forcing files:
mkdir -p -m 777 $SCRATCH/rlxml
|
...