557 | | dummy |
558 | | }}} |
559 | | {{{#!td style="vertical-align:top" |
560 | | dummy |
561 | | }}} |
562 | | {{{#!td |
563 | | dummy |
| 557 | C*20 (10) |
| 558 | }}} |
| 559 | {{{#!td style="vertical-align:top" |
| 560 | single precision for all output quantities |
| 561 | }}} |
| 562 | {{{#!td |
| 563 | Defines the accuracy of the netCDF output.\\\\ |
| 564 | By default, all netCDF output data (see [#data_output_format data_output_format]) have single precision (4 byte) accuracy. Double precision (8 byte) can be choosen alternatively.\\ |
| 565 | Accuracy for the different output data (cross sections, 3d-volume data, spectra, etc.) can be set independently.\\ |
| 566 | '' '<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:\\ |
| 567 | ||'' 'xy' '' ||horizontal cross section || |
| 568 | ||'' 'xz' '' ||vertical (xz) cross section || |
| 569 | ||'' 'yz' '' ||vertical (yz) cross section || |
| 570 | ||'' '2d' '' ||all cross sections|| |
| 571 | ||'' '3d' '' ||volume data || |
| 572 | ||'' 'pr' '' ||vertical profiles || |
| 573 | ||'' 'ts' '' ||time series, particle time series || |
| 574 | ||'' 'sp' '' ||spectra || |
| 575 | ||'' 'prt' '' ||particles || |
| 576 | ||'' 'all' '' ||all output quantities || |
| 577 | \\\\ |
| 578 | '''Example:'''\\ |
| 579 | 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. |