Versions Compared

Key

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

...

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

IFS Experiment

IFS experiment h7z9 is set up for nudged configuration and the inigroup task family (shown in XCdp workflow GUI) will retrieve ERA-Interim re-analyses from the MARS archive and generate the required forcing files.

...

Panel
bgColor#f0f0ff
titleTasks - Prepare IFS experiment
  1. Start prepIFS
  2. In menu "File" click on "Add user" and include experiments from user damk
  3. Copy experiment h7z9
  4. Set INIBEGINDATE and INIENDDATE to 2013070100
  5. Set INIBY to zero
  6. The INITIME list of individual initial dates should have just one entry, 2013070100
  7. Set FCLENGTH to 744 to create forcing files for one calendar month
  8. Replace the scripting branch with your own copy
  9. Check and submit the suite to the HPCF

...