Changes between Version 25 and Version 26 of doc/app/runs


Ignore:
Timestamp:
Apr 22, 2021 7:45:55 AM (4 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runs

    v25 v26  
    7676
    7777Most computing centers provide a file systems for fast I/O and this should be used as '''[wiki:doc/app/palmrun palmrun's]''' temporary working directory, which you can set in via environment variable {{{restart_data_path}}} in the configuration file. Since the LINK_NAME should be on the same file system, the user should provide a directory on that file system for storing the large files.
     78
     79
     80
     81
     82= Short instructions for carrying out job chains / restart runs =
     83
     841. 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{{{
     86cd  ..../JOBS/abcde/INPUT
     87cp  abcde_p3d  abcde_p3dr
     88}}}
     892. Edit the new file with suffix {{{_p3dr}}} and set the initialization parameter {{{initializing_actions = 'read_restart_data'}}}.
     903. Start the initial run of the job via command
     91{{{
     92palmrun .... -a "d3# restart" -b
     93}}}
     94 If restarts are required, '''[wiki:doc/app/palmrun palmrun]''' will generate and submit the restart jobs automatically.
     954. For a manually generating a restart job, replace the activation string {{{d3#}}} with {{{d3r}}}:
     96{{{
     97palmrun .... -a "d3r restart" -b
     98}}}
     99