Changes between Version 96 and Version 97 of doc/app/userint/output


Ignore:
Timestamp:
Feb 27, 2021 10:56:40 AM (4 years ago)
Author:
wagner
Comment:

--

Legend:

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

    v96 v97  
    317317    B. From [#part_3 part 3. (user-defined 3d volume data)] steps 2, 3, 4, 5, and 6.
    318318       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 [../../sppar#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.:
    320320        {{{ 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 [../../sppar#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.
    322322
    323323   2. Edit the subroutine as follows:
     
    350350   {{{ ENDIF }}} \\
    351351
    352    Note that spectra output requires an additional namelist [wiki:doc/app/sppar &spectra_parameters].
     352   Note that spectra output requires an additional namelist [wiki:doc/app/spectra_parameters &spectra_parameters].
    353353
    354354