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.

...


These are the different types of listings:

a) Model listings

Some people might call them "log files" in stead of "listings".

  • ${exp}_YYYYMM_S*

This is the output listing of the Scripts which prepare directories and update the config files. When starting a simulation with 'Um_lance' this output appears in the window in which you executed the command. When a simulation is started with 'Chunk_lance' or when a second month is launched automatically the output of the scripts get redirected into a listing with the name ${exp}_S*.

  • ${exp}_YYYYMM_M*

This is the main model output Model listing.
When 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 path directory you will find all the temporary process listings. Once a job finished all process listings will get added to the main model listing. 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 ${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:

...

       ls

...

-lrt

...

${exp}*_[MS][._]*

...


b) Post processing listings

...