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.

...

    ~/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
Depending on the grid size there could be more than one file per month. You need to gunzip and unarchive all of them.
The cmcarc-command will create a new directory, but the *.ca file(s) will remain in the directory. You can remove it/them again.


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:
    tar xzvf ...

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:

...

4) Execute "Chunk_lance" again (without the '-start'!!!)