Changes between Version 103 and Version 104 of doc/app/runtime_parameters
- Timestamp:
- Sep 15, 2010 7:58:49 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v103 v104 122 122 Other netCDF formats (classic, netCDF4/HDF5) can be selected with parameter [#netcdf_data_format netcdf_data_format].\\\\ 123 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]])\\\\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 125 Multiple values can be assigned to '''data_output_format''', i.e. if the user wants to have both the "old" data format as well as cross section data in NetCDF format, then '''data_output_format''' = '' 'avs', 'netcdf' '' has to be assigned.\\\\ 126 126 '''Warning:''' There is no guarantee that the "old" formats will be available in future PALM versions (beyond 3.0)! … … 534 534 }}} 535 535 {{{#!td style="vertical-align:top" 536 dummy 537 }}} 538 {{{#!td style="vertical-align:top" 539 dummy 540 }}} 541 {{{#!td 542 dummy 536 I 537 }}} 538 {{{#!td style="vertical-align:top" 539 2 540 }}} 541 {{{#!td 542 Data format for NetCDF files.\\\\ 543 This variable defines the format of the NetCDF files. Following values are allowed:\\\\ 544 ''1'' - NetCDF classic format (filesize limited to 2GB)\\\\ 545 ''2'' - NetCDF 64-bit-offset format (large file support, but single variable still limited to 2GB)\\\\ 546 ''3'' - NetCDF-4 (HDF5) format (files can be as large as file system supports; unlimited variable size; allows parallel I/O)\\\\ 547 ''4'' - NetCDF-4 format, but with NF90_CLASSIC_MODEL bit set (some new features of NetCDF4 are not available)\\\\ 543 548 }}} 544 549 |----------------