Changes between Version 41 and Version 42 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 8:25:55 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v41 v42 239 239 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]: 240 240 241 241 {{{ IF ( initializing_actions == 'read_restart_data' ) THEN }}}\\ 242 242 {{{ READ ( 13 ) field_char }}}\\ 243 243 {{{ DO WHILE ( TRIM( field_char ) /= '*** end user ***' ) }}}\\ … … 259 259 {{{ READ ( 13 ) field_char }}}\\ 260 260 {{{ ENDDO }}}\\ 261 261 {{{ ENDIF }}}\\ 262 262 263 263 [=#part_4 '''4. Output of user-defined DVRP objects'''] \\\\ … … 318 318 {{{ ENDIF }}} \\ 319 319 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}}}.