Changes between Version 5 and Version 6 of doc/app/userint/output
- Timestamp:
- Sep 15, 2010 11:36:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v5 v6 15 15 data_output_pr_user = 'u*v*', 16 16 }}} 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]): 18 18 {{{ 19 19 CASE ( 'u*v*' ) 20 20 index = pr_palm + [[span(1 ,style=color: red)]] ! identification number 21 21 dopr_index(var_count) = index 22 dopr_unit(var_count) = '[[span(m2s2 ,style=color: blue)]]' ! physical unit23 hom(:,2,index,:) = SPREAD( [[span(zu ,style=color: blue)]], 2, statistic_regions+1 ) ! vertical grid22 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 24 24 }}} 25 25 Here only the those parts in [[span(red ,style=color: blue)]] color have to be given by the user appropriately.