...
~/MODEL_EXEC_RUN/${TRUE_HOST}/Restarts/${GEM_exp}/*step*/*/RUNMOD/work/cfg_0000/...
c) Once the post processing finished the "archiving of the restarts" they will be in your archive under:
If they are not there they should be in your archive, ${CLIMAT_archdir}/Restarts
Check if the restart files of the previous month are still under:
...
Depending on the script version you are using they can have different names. Either
Volet |
---|
${GEM_exp}_step*.ca.gz Gunzip and unarchive (cmcarc -x -f ...) the restart file(s) in ~/MODEL_EXEC_RUN/ |
...
$TRUE_HOST |
or
Volet |
---|
${GEM_exp |
...
With GEM_exp_prev being the example name of the previous month.
...
}_step*.tarz Untar the file like any other compressed tar file. For example with: |
2) Make sure the "Scripts-job", ${GEM_exp}_S, is in the config directory
In case the script-job of the month you want to rerun, ${GEM_exp}_S, is not in your config directory anymore you can find it in your archive under:
${CLIMAT_archdir}/Listings/jobs_*.zip
3) Edit the file 'chunk_job.log'
...
To restart a month make sure the last line either contains:
Volet |
---|
... previous_month_M finished ... |
...
Volet |
---|
... current_month_S starting ... |
Restart from previous restart file
Continue simulation from a restart file:
...