GEM 5.0 running : Différence entre versions
m |
m |
||
Ligne 19: | Ligne 19: | ||
* ${exp}_YYYYMM_'''M'''* <br> | * ${exp}_YYYYMM_'''M'''* <br> | ||
This is the main model output. <br> | This is the main model output. <br> | ||
− | When 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 listing | + | When 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: <br> |
− | INFO: temporary listings for all members in ... <br> | + | '''INFO: temporary listings for all members in ...''' <br> |
Under that path you will find all the temporary process listings. Once a job finished all process listings will get added to the main model listing. | Under that path 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: | ||
+ | '''u.tail ${exp}_YYYYMM_M...''' | ||
* | * | ||
* | * |
Version depuis le 17 de juin 2020 à 18:53
Listings
While the model is running is produces several listings. They all start with the name of the experiment, exp, followed by the year and month of the current month. All listings will start with the experiment name followed by the current year and month:
${exp}_YYYYMM_*
When starting a simulation with 'Chunk_lance' the output of the main script will go into a listing called:
cjob_${exp}.n.*
While a month is running all listings will go into the directory:
~/listings/${TRUE_HOST}
At the end of a month all model listings (${exp}_YYYYMM_*) will get archived under:
${CLIMAT_archdir}/${exp}/Listings/listings_${exp}.zip
These are the different types of listings:
- ${exp}_YYYYMM_S*
This is the output 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.
When 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 ...
Under that path 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:
u.tail ${exp}_YYYYMM_M...