| 78 | |
| 79 | |
| 80 | |
| 81 | |
| 82 | = Short instructions for carrying out job chains / restart runs = |
| 83 | |
| 84 | 1. In your {{{INPUT}}} folder, create an additional parameter file with suffix {{{_p3dr}}} as a copy of an existing file with suffix {{{_p3d}}}, e.g. |
| 85 | {{{ |
| 86 | cd ..../JOBS/abcde/INPUT |
| 87 | cp abcde_p3d abcde_p3dr |
| 88 | }}} |
| 89 | 2. Edit the new file with suffix {{{_p3dr}}} and set the initialization parameter {{{initializing_actions = 'read_restart_data'}}}. |
| 90 | 3. Start the initial run of the job via command |
| 91 | {{{ |
| 92 | palmrun .... -a "d3# restart" -b |
| 93 | }}} |
| 94 | If restarts are required, '''[wiki:doc/app/palmrun palmrun]''' will generate and submit the restart jobs automatically. |
| 95 | 4. For a manually generating a restart job, replace the activation string {{{d3#}}} with {{{d3r}}}: |
| 96 | {{{ |
| 97 | palmrun .... -a "d3r restart" -b |
| 98 | }}} |
| 99 | |