Changes between Version 5 and Version 6 of doc/app/userint/output


Ignore:
Timestamp:
Sep 15, 2010 11:36:36 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v5 v6  
    1515data_output_pr_user = 'u*v*',
    1616}}}
    17    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]):
     17   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{{{
    1919CASE ( 'u*v*' )
    2020   index = pr_palm + [[span(1 ,style=color: red)]]                 ! identification number
    2121   dopr_index(var_count) = index
    22    dopr_unit(var_count)  = '[[span(m2s2 ,style=color: blue)]]'     ! physical unit
    23    hom(:,2,index,:)      = SPREAD( [[span(zu ,style=color: blue)]], 2, statistic_regions+1 )    ! vertical grid
     22   dopr_unit(var_count)  = '[[span(m2s2 ,style=color: red)]]'     ! physical unit
     23   hom(:,2,index,:)      = SPREAD( [[span(zu ,style=color: red)]], 2, statistic_regions+1 )    ! vertical grid
    2424}}}
    2525      Here only the those parts in [[span(red ,style=color: blue)]] color have to be given by the user appropriately.