Changes between Version 33 and Version 34 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 7:39:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v33 v34 17 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]): \\\\ 18 18 {{{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}}} \\ 20 20 {{{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 }}} 23 23 24 24 Here only the those parts in [[span(red ,style=color: red)]] color have to be given by the user appropriately.\\