Changes between Version 27 and Version 28 of doc/app/runs
- Timestamp:
- Apr 22, 2021 8:21:40 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runs
v27 v28 88 88 }}} 89 89 2. Edit the new file with suffix {{{_p3dr}}} and set the initialization parameter to {{{initializing_actions = 'read_restart_data'}}}. 90 3. Start the initial run of the job via command 90 3. In that file, depending on the size of your setup (number of gridpoints), you also may need to increase the default value of runtime parameter [../runtime_parameters#termination_time_needed termination_time_needed] (which is {{{35.0 s}}}), e.g. {{{termination_time_needed = 200.0}}}. Roughly speaking, this is the time required to write the restart data to disc. 91 4. Start the initial run of the job via command 91 92 {{{ 92 93 palmrun .... -a "d3# restart" -b 93 94 }}} 94 95 If restarts are required, '''[wiki:doc/app/palmrun palmrun]''' will generate and submit the restart jobs automatically. 95 4. For manually generating a restart job, replace the activation string {{{d3#}}} with {{{d3r}}}:96 5. For manually generating a restart job, replace the activation string {{{d3#}}} with {{{d3r}}}: 96 97 {{{ 97 98 palmrun .... -a "d3r restart" -b