Changes between Version 15 and Version 16 of doc/app/examples/turbinf


Ignore:
Timestamp:
Nov 21, 2018 5:27:37 PM (7 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/examples/turbinf

    v15 v16  
    4141  * When starting the main run, [wiki:doc/app/palmrun palmrun] must be told to provide the binary data of the restart run. For this, first the list of input-files in ''.palm.iofiles'' must be modified. In line
    4242{{{
    43 BININ                    in:loc:flpe   d3f      $base_data/$fname/RESTART  _d3d
     43BININ                    in:loc:flpe   d3r      $base_data/$run_identifier/RESTART  _d3d
    4444}}}
    4545   an additional flag, e.g. ''cycfill'' has to be added in the third column:
    4646{{{
    47 BININ                    in:loc:flpe   d3f:cycfill  $base_data/$fname/RESTART  _d3d
     47BININ                    in:loc:flpe   d3r:cycfill  $base_data/$run_identifier/RESTART  _d3d
    4848}}}
    4949   This flag has to be added to the run control list of the palmrun command (option {{{-a}}}, see job control with [wiki:doc/app/palmrun palmrun]) when starting the main run as well.