Changes between Version 73 and Version 74 of doc/app/userint/output
- Timestamp:
- Mar 26, 2015 10:41:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v73 v74 18 18 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]): \\\\ 19 19 {{{CASE ( 'u*v*' )}}} \\ 20 {{{ index = pr_palm +}}} [[span({{{1}}} ,style=color: red)]] {{{! identification number}}} \\21 {{{dopr_index(var_count) = index}}} \\20 {{{user_pr_index = pr_palm +}}} [[span({{{1}}} ,style=color: red)]] {{{! identification number}}} \\ 21 {{{dopr_index(var_count) = user_pr_index}}} \\ 22 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 }}}23 {{{hom(:,2,user_pr_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: red)]] color have to be given by the user appropriately.\\ 26 The identification number ( index) must be within the range [ {{{pr_palm+1 , pr_palm+max_pr_user}}} ], where {{{max_pr_user}}} is the number of user-defined profiles as given by parameter [../../userpar#data_output_pr_user data_output_pr_user] in the respective {{{PALM}}} run. The physical unit has to be given with respect to the netCDF conventions. If no unit is given, {{{PALM}}} will abort. The vertical grid has to be either {{{zu}}} ({{{u}}}-grid) or {{{zw}}} ({{{w}}}-grid).26 The identification number (user_pr_index) must be within the range [ {{{pr_palm+1 , pr_palm+max_pr_user}}} ], where {{{max_pr_user}}} is the number of user-defined profiles as given by parameter [../../userpar#data_output_pr_user data_output_pr_user] in the respective {{{PALM}}} run. The physical unit has to be given with respect to the netCDF conventions. If no unit is given, {{{PALM}}} will abort. The vertical grid has to be either {{{zu}}} ({{{u}}}-grid) or {{{zw}}} ({{{w}}}-grid). 27 27 28 28 3. The quantity has to be calculated for all gridpoints (subroutine user_statistics): \\\\