Versions Compared

Key

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

...

This is the directory in which we will run OpenIFS.

Setting the correct environment

Info

Each time you login and before doing any work in this account, make sure you have the correct environment loaded to run and work with OpenIFS.

Code Block
titleType the command:
source bin/modules.sh

This will load the appropriate modules for OpenIFS and set the choice of compiler and build environment. It is good practise to use something similar for your own OpenIFS installation.

Creating the OpenIFS ensemble experiment

...

If you get the error message:

qstatu: not found

execute the command:

source ~/bin/modules.sh

to correct set the environment.
Info
titleExercise

 Use the oifs_run command to create the job. You need to give a value to the '-e' and '-l' options. The other options can be left to their default values. The '-l' option is the name of the namelist file you edited above.

The command will create a create a file 'job1'.

Submit this job:

Code Block
qsub job1

Check the job status:

Code Block
qstatu

These forecasts complete in about 15mins.

Info

 

During the course of the model run, files with names ICM*+* will appear in the experiment directory. These are the model output files. There is 1 per output interval. In these experiments the output interval is every 3 hours.

...