...
To create the batch job, use the oifs_run command. This creates a small batch job file ready to submit.
| Panel |
|---|
| borderColor | whitegrey |
|---|
| bgColor | white |
|---|
| titleBGColor | white |
|---|
| borderWidth | 1 |
|---|
| title | oifs_run command |
|---|
| borderStyle | dotted |
|---|
|
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 |
|---|
|
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: Check the job status: These forecasts complete in about 15mins. |
...