| 2794 | [=#netcdf_precision '''netcdf_precision'''] |
| 2795 | }}} |
| 2796 | {{{#!td style="vertical-align:top" |
| 2797 | C*20 (10) |
| 2798 | }}} |
| 2799 | {{{#!td style="vertical-align:top" |
| 2800 | single precision for all output quantities |
| 2801 | }}} |
| 2802 | {{{#!td |
| 2803 | Defines the accuracy of the netCDF output.\\\\ |
| 2804 | By default, all netCDF output data have single precision (4 byte) accuracy. Double precision (8 byte) can be choosen alternatively.\\ |
| 2805 | Accuracy for the different output data (cross sections, 3d-volume data, spectra, etc.) can be set independently.\\ |
| 2806 | '' '<out>_NF90_REAL4' '' (single precision) or '' '<out>_NF90_REAL8' '' (double precision) are the two principally allowed values for netcdf_precision, where the string '' '<out>' '' can be chosen out of the following list:\\ |
| 2807 | ||'' 'xy' '' ||horizontal cross section || |
| 2808 | ||'' 'xz' '' ||vertical (xz) cross section || |
| 2809 | ||'' 'yz' '' ||vertical (yz) cross section || |
| 2810 | ||'' '2d' '' ||all cross sections|| |
| 2811 | ||'' '3d' '' ||volume data || |
| 2812 | ||'' 'pr' '' ||vertical profiles || |
| 2813 | ||'' 'ts' '' ||time series, particle time series || |
| 2814 | ||'' 'sp' '' ||spectra || |
| 2815 | ||'' 'prt' '' ||particles || |
| 2816 | ||'' 'all' '' ||all output quantities || |
| 2817 | \\ |
| 2818 | '''Example:'''\\ |
| 2819 | If all cross section data and the particle data shall be output in double precision and all other quantities in single precision, then '''netcdf_precision''' = '' '2d_NF90_REAL8' '', '' 'prt_NF90_REAL8' '' has to be assigned. |
| 2820 | }}} |
| 2821 | |---------------- |
| 2822 | {{{#!td style="vertical-align:top" |