Versions Compared

Key

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

...

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
titleTasks - Prepare scripts branch
  1. Load ifs git tools:   module load ifs-git-tools
  2. Add repository of user damkgit ifsremote damk
  3. Make a copy of the scripts branch:  git ifsbranch -B damk_CY43R3_getrelax -b mygetrelax
  4. In script file getrelax (line 183) assign your username to variable ME
  5. Commit the changes in git and push the branch to your repository (git add, git commit, git push)
  6. On the ECMWF HPCF create the destination directory for the forcing files:   mkdir -p -m 777 $SCRATCH/rlxml

...