Changes between Version 11 and Version 12 of doc/app/netcdf
- Timestamp:
- Oct 12, 2010 7:51:49 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/netcdf
v11 v12 11 11 The general output format of PALM data is determined by the runtime-parameter [wiki:doc/app/d3par#data_output_format data_output_format] (data_output_format = 'netcdf', by default). For historical reasons, some alternative formats can be selected. The accuracy of the netCDF output data can be set with parameter [wiki:doc/app/d3par#netcdf_precision netcdf_precision]. By default, data have single (4 byte) precision. Runtime-parameter [wiki:doc/app/d3par#data_output_format data_output_format] can be used to choose between the different netCDF file formats (classic, 64-bit offset, netCDF4/HDF5). The 64-bit offset format allows creating large files (file size only limited by the underlying file system), but each output variable (array) is still limited to 2GB. In netCDF4 format, there is no limit for the size of variables, and it also allows parallel I/O into one output file. However, some (graphic) software still does not support netCDF4 format. 12 12 13 PALM allows the output of various data (e.g. cross sections, vertical profiles, timeseries, etc.) into different files. The following table gives an overview about the different kind of netCDF output data offered by PALM. Besidethe local names of the files, the table also lists the minimum parameter settings which are necessary to switch on the output, as well as the parameters to be used to control the output.13 PALM allows the output of various data (e.g. cross sections, vertical profiles, timeseries, etc.) into different files. The following table gives an overview about the different kind of netCDF output data offered by PALM. In addition to the local names of the files, the table also lists the minimum parameter settings which are necessary to switch on the output, as well as the parameters to be used to control the output. 14 14 15 15 ||='''Kind of data''' =||='''Local filename''' =||='''Parameter settings necessary \\ to switch on output''' =|| \ … … 185 185 }}} 186 186 |---------------- 187 In addition to the kinds of data mentioned above, it is possible to output quantities at arbitrary locations by using the [[../maskedoutput|masked data output]].