Changes between Version 4 and Version 5 of doc/app/runs


Ignore:
Timestamp:
Sep 16, 2010 1:04:35 PM (15 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runs

    v4 v5  
    1717The '''mrun''' call for the initialization run of the job chain must look as follows:
    1818{{{
    19       mrun -h ibmh -d abcde -t 900 -r "d3# restart"
     19      mrun -h ibmh -d abcde -t 900 -r “d3# restart”
    2020}}}
    2121The specification of the environment variable {{{write_binary}}}, which must be assigned the value {{{true}}}, is essential. Only in this case the model writes binary-coded data for a possible restart run to the local file [../iofiles#BINOUT BINOUT] at the end of the run. Then of course this output file must be stored on a permanent file with an appropriate file connection statement (last line of the example above). As you can see, both instructions (variable declaration and connection statements) are only carried out by '''mrun''', if the character string {{{restart}}} is given for the option {{{-r}}} in the '''mrun''' call. Thus the example above can also be used if no restart runs are intended. In such cases the character string {{{restart}}} with the option {{{-r}}} can simply be omitted.\\\\