Changes between Version 50 and Version 51 of doc/app/userint/int


Ignore:
Timestamp:
Oct 14, 2010 10:00:28 AM (14 years ago)
Author:
weinreis
Comment:

--

Legend:

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

    v50 v51  
    194194{{{#!td
    195195Here the physical {{{unit}}}(s) of user-defined 2d/3d output quantities (see [../../userpar#data_output_user data_output_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. For those variables not recognized by the user, the parameter {{{unit}}} is set to ''illegal'', which tells the calling routine that the output variable is not defined and leads to a program abort.\\
    196 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     196See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    197197}}}
    198198|----------------
     
    205205{{{#!td
    206206Here the physical {{{unit}}}(s) and vertical grid (u- or w-grid) of user-defined vertical profile output quantities (see [../../userpar#data_output_pr_user data_output_pr_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. Parameter {{{var_count}}} contains the internal profile number and must not be changed by the user. For those variables not recognized by the user, the parameter {{{unit}}} is set to "illegal", which tells the calling routine that the output variable is not defined and leads to a program abort.\\
    207 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     207See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    208208}}}
    209209|----------------
     
    243243{{{#!td
    244244Resorts user-defined quantities (to be output as cross-section data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. Allowed values for grid are'' 'zu' ''and'' 'zw'.'' The output parameter {{{found}}} has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\
    245 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     245See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    246246}}}
    247247|----------------
     
    254254{{{#!td
    255255Resorts user-defined quantities (to be output as volume data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. The input parameter {{{nz_do}}} defines the upper limit of vertical grid index {{{k}}} of the output array (see [../../d3par#)nz_do3d nz_do3d]. The output parameter found has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\
    256 See chapter [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     256See chapter [[../output|User-defined output quantities]] about creating user-defined output quantities.
     257}}}
     258|----------------
     259{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     260{{{data_output_mask.f90}}} at the end of the {{{CASE}}} structure
     261}}}
     262{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     263[=#user_data_output_mask {{{user_data_output_mask}}}]\\{{{( av, variable, found,}}}\\{{{local_pf)}}}
     264}}}
     265{{{#!td
     266Resorts user-defined quantities (to be output as masked data; see [../../userpar#data_output_masks_user data_output_masks_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. The output parameter found has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\
     267See chapter [[../output|User-defined output quantities]] about creating user-defined output quantities.
    257268}}}
    258269|----------------
     
    265276{{{#!td
    266277Sum up and time-average of user-defined output quantities (see [../../userpar#data_output_user data_output_user]) as well as allocation of the arrays necessary for storing the respective averages. Input parameter {{{variable}}} contains the string identifier of the respective variable. Depending on the requested action, input parameter mode has the value'' 'allocate', 'sum', ''or'' 'average'.''\\
    267 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     278See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    268279}}}
    269280|----------------
     
    276287{{{#!td
    277288Resorts user-defined quantities (to be output as dvrp objects; see [../../userpar#data_output_user data_output_user]) and [../../dvrpar#mode_dvrp mode_dvrp]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}}. The array {{{local_pf}}} is then handed back to the calling subroutine {{{data_output_dvrp.f90}}}.\\
    278 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     289See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    279290}}}
    280291|----------------