Changes between Version 41 and Version 42 of doc/app/userint/output


Ignore:
Timestamp:
Sep 16, 2010 8:25:55 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/output

    v41 v42  
    239239  Otherwise, the calculated time-average may be wrong. In the restart run, this quantity has to be read from the restart file by including the following code in subroutine [../#user_read_restart_data user_read_restart_data]:
    240240
    241    {{{   IF ( initializing_actions == 'read_restart_data' )  THEN }}}\\
     241  {{{   IF ( initializing_actions == 'read_restart_data' )  THEN }}}\\
    242242      {{{       READ ( 13 )  field_char }}}\\
    243243      {{{       DO  WHILE ( TRIM( field_char ) /= '*** end user ***' ) }}}\\
     
    259259         {{{       READ ( 13 )  field_char }}}\\
    260260      {{{    ENDDO }}}\\
    261    {{{    ENDIF }}}\\
     261  {{{    ENDIF }}}\\
    262262
    263263[=#part_4 '''4. Output of user-defined DVRP objects'''] \\\\
     
    318318   {{{ ENDIF }}} \\
    319319
    320 Note that spectra output is an optional software package (see chapter 3.7). Therefore user-defined spectra also require the package activation via '''mrun''' {{{-p spectra}}}.
     320   Note that spectra output is an optional software package (see chapter 3.7). Therefore user-defined spectra also require the package activation via '''mrun''' {{{-p spectra}}}.