Changes between Version 96 and Version 97 of doc/app/userint/output
- Timestamp:
- Feb 27, 2021 10:56:40 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v96 v97 317 317 B. From [#part_3 part 3. (user-defined 3d volume data)] steps 2, 3, 4, 5, and 6. 318 318 See the sample code (as comment lines) for'' 'u*v*' ''and {{{ustvst}}}, respectively. (Actual output of 3d volume data - step 1 - is not required.) 319 C. The quantity has to be given a unique string identifier, e.g.'' 'u*v*'.'' This identifier must be different from the identifiers used for the PALM standard output (see list in description of package parameter [../../sp par#data_output_sp data_output_sp]). To switch on output of this quantity, the user has to assign the string identifier to the package parameter [../../sppar#data_output_sp data_output_sp], eg.:319 C. The quantity has to be given a unique string identifier, e.g.'' 'u*v*'.'' This identifier must be different from the identifiers used for the PALM standard output (see list in description of package parameter [../../spectra_parameters#data_output_sp data_output_sp]). To switch on output of this quantity, the user has to assign the string identifier to the package parameter [../../spectra_parameters#data_output_sp data_output_sp], eg.: 320 320 {{{ data_output_sp = 'u*v*' }}} 321 Item A. and item B. as prerequisites for C. require a naming convention of identical identifiers, e.g. [../../userpar#data_output_pr_user data_output_pr_user]='' 'u*v*','' [../../userpar#data_output_user data_output_user] ='' 'u*v*' ''and [../../sp par#data_output_sp data_output_sp]='' 'u*v*'.'' This naming convention applies only in case of user-defined spectra.321 Item A. and item B. as prerequisites for C. require a naming convention of identical identifiers, e.g. [../../userpar#data_output_pr_user data_output_pr_user]='' 'u*v*','' [../../userpar#data_output_user data_output_user] ='' 'u*v*' ''and [../../spectra_parameters#data_output_sp data_output_sp]='' 'u*v*'.'' This naming convention applies only in case of user-defined spectra. 322 322 323 323 2. Edit the subroutine as follows: … … 350 350 {{{ ENDIF }}} \\ 351 351 352 Note that spectra output requires an additional namelist [wiki:doc/app/sp par&spectra_parameters].352 Note that spectra output requires an additional namelist [wiki:doc/app/spectra_parameters &spectra_parameters]. 353 353 354 354