Versions Compared

Key

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

...

Panel
borderColorwhite
bgColorwhite
titleBGColorwhite
titleoifs_run command

oifs_run -e exptid [-m path-to-master.exe] [-r resolution] [-l namelist] [-s timestep] [-n nproc] [-f fcast len] [-x run number] [-q]

For this workshop, the only arguments to use are: -e, -l, -f, -x and -q.

Note that the -f argument, the length of the forecast is specified as: dNN, for example d10 means '10 days'.

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.

...