...
Make sure the restart files of the previous month are in the execution directory :
~/MODEL_EXEC_RUN/${TRUE_HOST}
If the are not there you need to put them back. For example with:Volet cd ~/MODEL_EXEC_RUN/${TRUE_HOST}
tar xvf /path/to/archive/Restarts/tar_file_for_previous_month.tarYou need to adjust 'path/to/archive' as well as 'tar_file_for_previous_month'.
Click on the following link to learn more about restart files.- Go into the config file directory
- Edit the log file 'chunk_job.log':
(First I suggest to make a backup copy of the log file.)
Then remove all lines concerning the month you want to rerun and all following lines.
Click on the following link to learn more about the file 'chunk_job.log'. - Make sure the "ModelSripts-job", ${GEM_exp}_MS, is in the config directory
In case this file is not in your config directory anymore you can find it in your archive under:
${CLIMAT_archdir}/Listings/jobs_*.zip - Execute "Chunk_lance" again (without the '-start'!!!)
...