Sommaire |
---|
Restart a simulation when having submitted it with 'Chunk_lance'.
To know where the simulation was, Chunk_lance is using a log file called 'chunk_job.log'. The chunk_job itself will check this file to determine which job to execute next. Therefore this log file should not be touched.
However, to rerun part of a simulation one can alter the log file by hand. Just make sure there is never a blank line at the end of the log file 'chunk_job.log' since the chunk_job only checks the very last line of the log file!If the simulation was stopped (job was killed) or crashed it can often get re-submitted by executing again the command:
...
To restart a simulation one need to :
1) Make sure the restart files of the previous month is under ~/MODEL_EXEC_RUN/$TRUE_HOST
2) Make sure the "Scripts-job", ${exp}_S, is in the config directory
3) Edit the file 'chunk_job.log'
To know where the simulation was, Chunk_lance is using a log file called 'chunk_job.log'. The chunk_job itself will check this file to determine which job to execute next. Therefore this log file should not be touched.
However, to rerun part of a simulation one can alter the log file by hand. Just make sure there is never a blank line at the end of the log file 'chunk_job.log' since the chunk_job only checks the very last line of the log file!
Restart using Chunk_lance
...