Versions Compared

Key

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

...

The output from each model run goes into a directory named according to this run number. e.g. the default is 'output1'. So job2 would write the output to 'output2' and so on.

If the model fails, there are 2 files to look at in the appropriate 'output' directory:

NODE.001_01 : this is the output from the model as it is running (i.e. all the print/write fortran statements). This is a large file, so in case of errors, start from the bottom up!

...

The next step is to take the output of the successful run and prepare it for the Metview based exercises.

As the data files and Metview scripts have been optimized by selecting specific areas, we have made a script available to do the work.

Code Block
languagebash
titleTo prepare the OpenIFS output for Metview, run this command:
 oifs_to_mv -e pf001

If your successful run of OpenIFS was to a differently numbered output directory .e.g. ENFO/2013102400/pf001/output2, then use:

...

This will generate files in scratch/metview.

This task is only to prepare the output fields for Metview. The tutor will then use these files and combine them with the other ensemble members to create the final files that will be used in the plotting exercises.

If any errors are encountered please let us know. If the command completes successfully (it will take a while), this task is complete. There is no need to inspect the files.

 

...

Info

This script may take a few minutes to run.

...