Changes between Version 40 and Version 41 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 8:20:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v40 v41 300 300 [[span({{{CASE ( 'u*v*' )}}},style=color: red)]] \\ 301 301 [[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 }}} \\ 304 304 {{{ PRINT*, '+++ user_spectra/preprocess: Spectra of ', & }}} \\ 305 305 {{{ TRIM( data_output_sp(m) ), ' can not be calculated' }}} \\ … … 309 309 {{{ CASE ( 'u', 'v', 'w', 'pt', 'q' ) }}} \\ 310 310 {{{ !-- Not allowed here since these are the standard quantities used in }}} \\ 311 {{{ !-- data_output_spectra. }}} \\311 {{{ !-- data_output_spectra. }}} 312 312 [[span({{{CASE ( 'u*v*' )}}},style=color: red)]] \\ 313 [[span({{{pr = 6}}},style=color: red)]] \\314 315 316 317 318 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 }}} \\ 319 319 320 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}}}.