| 110 | [=#data_output_format '''data_output_format'''] |
| 111 | }}} |
| 112 | {{{#!td style="vertical-align:top" |
| 113 | C * 10 (10) |
| 114 | }}} |
| 115 | {{{#!td style="vertical-align:top" |
| 116 | 'netcdf' |
| 117 | }}} |
| 118 | {{{#!td |
| 119 | Format of output data.\\\\ |
| 120 | By default, all data (profiles, time series, spectra, particle data, cross sections, volume data) are output in netCDF 64bit-offset format (see chapter [[4.5.1]]). Exception: restart data (local files [[../iofiles#BININ|BININ]], [[../iofiles#BINOUT|BINOUT]], [[../iofiles#PARTICLE_RESTART_DATA_IN|PARTICLE_RESTART_DATA_IN]], [[../iofiles#PARTICLE_RESTART_DATA_OUT|PARTICLE_RESTART_DATA_OUT]]) are always output in FORTRAN binary format.\\\\ |
| 121 | The numerical precision of the netCDF output is determined with parameter [#netcdf_precision netcdf_precision].\\\\ |
| 122 | Other netCDF formats (classic, netCDF4/HDF5) can be selected with parameter [#netcdf_data_format netcdf_data_format].\\\\ |
| 123 | For historical reasons, other data formats are still available. Beside 'netcdf', data_output_format may be assigned the following values: |
| 124 | 'avs' output of 3d volume data in FORTRAN binary format to be read by the graphic software '''AVS''' (see chapter [[4.5.5]]) |
| 125 | }}} |
| 126 | |---------------- |
| 127 | {{{#!td style="vertical-align:top" |