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


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

--

Legend:

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

    v40 v41  
    300300            [[span({{{CASE ( 'u*v*' )}}},style=color: red)]]     \\
    301301               [[span({{{pr = pr_palm+1}}},style=color: red)]]     \\   
    302                [[span({{{d(nzb+1:nzt,nys:nyn,nxl:nxr) = ustvst(nzb+1:nzt,nys:nyn,nxl:nxr)}}},style=color: red)]]    \\     
    303             {{{    CASE DEFAULT  }}} \\  
     302                 [[span({{{d(nzb+1:nzt,nys:nyn,nxl:nxr) = ustvst(nzb+1:nzt,nys:nyn,nxl:nxr)}}},style=color: red)]]    \\     
     303            {{{    CASE DEFAULT  }}} \\
    304304               {{{    PRINT*, '+++ user_spectra/preprocess: Spectra of ', &  }}} \\ 
    305305               {{{         TRIM( data_output_sp(m) ), ' can not be calculated'    }}} \\       
     
    309309         {{{       CASE ( 'u', 'v', 'w', 'pt', 'q' )  }}} \\ 
    310310            {{{ !--          Not allowed here since these are the standard quantities used in  }}} \\ 
    311             {{{ !--          data_output_spectra.  }}} \\
     311            {{{ !--          data_output_spectra.  }}}
    312312            [[span({{{CASE ( 'u*v*' )}}},style=color: red)]] \\ 
    313                [[span({{{pr = 6}}},style=color: red)]]    \\
    314             {{{    CASE DEFAULT }}} \\
    315                {{{    PRINT*, '+++ user_spectra/data_output: Spectra of ', & }}} \\
    316                {{{                 TRIM( data_output_sp(m) ), ' are not defined' }}} \\
    317          {{{    END SELECT }}} \\
    318       {{{ ENDIF }}} \\
     313            [[span({{{pr = 6}}},style=color: red)]]   
     314         {{{    CASE DEFAULT }}} \\
     315            {{{    PRINT*, '+++ user_spectra/data_output: Spectra of ', & }}} \\
     316            {{{                 TRIM( data_output_sp(m) ), ' are not defined' }}} \\
     317      {{{    END SELECT }}} \\
     318   {{{ ENDIF }}} \\
    319319
    320320Note 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}}}.