Versions Compared

Key

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

...

Panel
bgColor#f0f0ff
titleTasks - Connect to HPCF
  1. Open a terminal window by clicking on the 'terminal' icon in the toolbar.
  2. Type the command:  ssh troifsXX@ecaccess.ecmwf.int     Note: Instead of troifsXX you should use your training user-ID

  3. You will be prompted for the hostname with a choice between ecgate, cca and ccb.  You should select ccb.
  4. When you have completed your work you can disconnect from ccb by typing exit at the command prompt.

The Instead of using the login nodes of the HPCF should not be used for computational work. Therefore we will reserve an interactive computing node which permits us we will use an interactive session to ask for resources and fast temporary disk. This also allows to run parallel jobs in the terminal window.

Panel
bgColor#f0f0ff
titleTasks - Start interactive session
  1. Type the following command:
    qsub -I -q np -l EC_nodes=1 -l walltime=1:0:0

...

Panel
bgColor#f0f0ff
titleTasks - Examine directory layout
  1. Type: cd openifs
  2. Type: ls

Image Removed
  1. Code Block
    ls


Directories:

  • src - contains all the source code for the model and supporting programs.
  • make - contains the build configuration files for the FCM compile command. Object files and executables will be in this directory organised according to the type of build (OIFS_BUILD environment variable).
  • t21test - self contained T21 model run for verifying the installation is correct.
  • ifsdata - contains additional input files for the model e.g. climatologies. Available as separate tarfiles.

...