Versions Compared

Key

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

...

Panel
borderColorgrey
bgColorwhite
titleBGColorwhite
borderWidth1
titleoifs_run command
borderStyledotted

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

For this workshop, exercise the only arguments to use are: -e, -l, -f. Other options are available which can be left to their default values.

Note!  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.

The exptid to use with the '-e' options passed to oifs_run must be "oifs". It is part of the filename of the initial files for the model (the files starting with "ICM").

The '-l' option is the name of the fortran namelist file you edited above.

Code Block
languagebash
titleCommand
oifs_run -e oifs -l mynamelist

 

The command This 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.

...

During the course of the model run, files with names like ICMGGoifs+00000, ICMGGoifs+00012 etc will appear in the experiment directory.

...