Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

This is the main Model listing.
While a model job is running, each MPI process will write is output in a separate file, so while a simulation is running you will only see the first part of the output in the listing. Close to the end you will find a line starting with:
      INFO: temporary listings for all members in directory
Under that directory you will find all the temporary process listings there is one sub-directory for each process with a file inside starting with 'stout*', the number of the main process is  '00000'. Once a job finished all process listings will get added to the main model listing. However, in case the model crashes it might not always be able to collect all of them. So in case of a crash you might have to look at these listings as well if you want to find out what happened.

If you want to see the simulation advancing while it is running, you can execute the command 'u.tail' on the main model listing. It will do a 'tail -f' on the listing of the main MPI process for example:


Volet
u.tail tail  ${exp}_YYYYMM_M...


Whenever there are problems with the model look for the error in the last of these two listings, which ever it may be, '_S' or '_M'. I usually execute something like:

...

Every now and then, but at least at the end of timestep 0 and at the end of each job, the model executes a little job, preparing and submitting a post processing job. While the post processing is running it will produce the following listings:

  • ${exp}_YYYYMM_PP0* and ${exp}_YYYYMM_PP*

Listing of the job creating and submitting the Post Processing job. If need be you can find in these listings the command to resubmit a post processing job. Look for 'soumet' close to the end. The '_PP_' job is the last job, executed at the end of a job. If post processing jobs were submitted during a job their submitting job will be called '_PP0_'.

  • ${exp}_YYYYMM_DX*

This is the listing of the main post processing job. You will see there the results of the combination of the files, the transfer (Xfer) in the archive and the calculation of the Diagnostics. If you are not using 'superjobs' you will see the post processing job running under this name

  • ${exp}_YYYYMM_SR*

This is the listing of the Saveing of the Restart files, which will get saved at the end of each month.

  • ${exp}_YYYYMM_SL*

This is the listing of the Saveing of the all Listings above.