202 | | [=#user_check_data_output_pr {{{user_check_data_output_pr}}}]\\{{{(variable, var_count, unit )}}} |
203 | | }}} |
204 | | {{{#!td |
205 | | Here the physical {{{unit}}}(s) and vertical grid (u- or w-grid) of user-defined vertical profile output quantities (see [../../userpar#data_output_pr_user data_output_pr_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. Parameter {{{var_count}}} contains the internal profile number and must not be changed by the user. For those variables not recognized by the user, the parameter {{{unit}}} is set to "illegal", which tells the calling routine that the output variable is not defined and leads to a program abort. |
| 202 | [=#user_check_data_output_pr {{{user_check_data_output_pr}}}] \\{{{(variable, var_count, unit )}}} |
| 203 | }}} |
| 204 | {{{#!td |
| 205 | Here the physical {{{unit}}}(s) and vertical grid (u- or w-grid) of user-defined vertical profile output quantities (see [../../userpar#data_output_pr_user data_output_pr_user]) have to be set. Input parameter {{{variable}}} contains the string identifier of the respective variable. Parameter {{{var_count}}} contains the internal profile number and must not be changed by the user. For those variables not recognized by the user, the parameter {{{unit}}} is set to "illegal", which tells the calling routine that the output variable is not defined and leads to a program abort.\\ |
| 206 | See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. |
| 207 | }}} |
| 208 | |---------------- |
| 209 | {{{#!td style="vertical-align:top; text-align:left;width: 150px" |
| 210 | {{{netcdf.f90}}} (4 times) where the vertical grid coordinates for cross sections and volume data are defined |
| 211 | }}} |
| 212 | {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" |
| 213 | [=#user_define_netcdf_grid {{{user_define_netcdf_grid}}}] \\{{{( variable, found, grid_x, grid_y, grid_z )}}} |
| 214 | }}} |
| 215 | {{{#!td |
| 216 | Set the grid on which user-defined output quantities (see [../../userpar#data_output_user data_output_user]) are defined. Input parameter {{{variable}}} contains the string identifier of the respective variable. Allowed values are'' 'x' ''and'' 'xu' ''for {{{grid_x}}},'' 'y' ''and'' 'yv' ''for {{{grid_y}}}, and'' 'zu' ''and'' 'zw' ''for {{{grid_z}}}. The output parameter {{{found}}} has to be set ''.TRUE.'' by the user, otherwise an error message will appear in the job protocol for the respective output quantity.\\ |