Changes between Version 33 and Version 34 of doc/app/userint/output


Ignore:
Timestamp:
Sep 16, 2010 7:39:49 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v33 v34  
    1717   2. For the quantity, an identification number, a physical unit, and the vertical grid on which it is defined (u- or w-grid), has to be assigned (subroutine [../int#user_check_data_output_pr user_check]\\ [../int#user_check_data_output_pr _data_output_pr]): \\\\
    1818   {{{CASE ( 'u*v*' )}}} \\
    19        {{{index = pr_palm +}}} [[span(1 ,style=color: red)]]                                            {{{! identification number}}} \\
     19       {{{index = pr_palm +}}} [[span({{{1}}} ,style=color: red)]]                                            {{{! identification number}}} \\
    2020       {{{dopr_index(var_count) = index}}} \\
    21        {{{dopr_unit(var_count)  =}}} '[[span(m2s2,style=color: red)]]'                                  {{{! physical unit}}} \\
    22        {{{hom(:,2,index,:)      = SPREAD(}}} [[span(zu,style=color: red)]]{{{, 2, statistic_regions+1 )    ! vertical grid }}}
     21       {{{dopr_unit(var_count)  =}}} '[[span({{{m2s2}}},style=color: red)]]'                                  {{{! physical unit}}} \\
     22       {{{hom(:,2,index,:)      = SPREAD(}}} [[span({{{zu}}},style=color: red)]]{{{, 2, statistic_regions+1 )    ! vertical grid }}}
    2323
    2424   Here only the those parts in [[span(red ,style=color: red)]] color have to be given by the user appropriately.\\