243 | | Resorts user-defined quantities (to be output as cross-section data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. Allowed values for grid are'' 'zu' ''and'' 'zw'.'' 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. |
244 | | |
245 | | See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. |
246 | | }}} |
| 243 | Resorts user-defined quantities (to be output as cross-section data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. Allowed values for grid are'' 'zu' ''and'' 'zw'.'' 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.\\ |
| 244 | See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. |
| 245 | }}} |
| 246 | |---------------- |
| 247 | {{{#!td style="vertical-align:top; text-align:left;width: 150px" |
| 248 | {{{data_output_3d.f90}}} at the end of the {{{CASE}}} structure |
| 249 | }}} |
| 250 | {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" |
| 251 | [=#user_data_output_3d( av, variable, found, local_pf, nz_do ) {{{user_data_output_3d}}}]\\{{{( av, variable, found,}}}\\{{{local_pf, nz_do )}}} |
| 252 | }}} |
| 253 | {{{#!td |
| 254 | Resorts user-defined quantities (to be output as volume data; see [../../userpar#data_output_user data_output_user]) with indices {{{(k,j,i)}}} to a temporary array {{{local_pf}}} with indices {{{(i,j,k)}}} and sets the grid on which they are defined. Depending on the value of input parameter {{{av}}} resorting is done for instantaneous ({{{av}}}=''0'') or time averaged data ({{{av}}}=''1''). Input parameter {{{variable}}} contains the string identifier of the respective variable. The input parameter {{{nz_do}}} defines the upper limit of vertical grid index {{{k}}} of the output array (see [../../d3par#)nz_do3d nz_do3d]. 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.\\ |
| 255 | See chapter [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities. |
| 256 | }}} |