Changes between Version 103 and Version 104 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 15, 2010 7:58:49 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v103 v104  
    122122Other netCDF formats (classic, netCDF4/HDF5) can be selected with parameter [#netcdf_data_format netcdf_data_format].\\\\
    123123For 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]])\\\\
    125125Multiple 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.\\\\
    126126'''Warning:''' There is no guarantee that the "old" formats will be available in future PALM versions (beyond 3.0)!
     
    534534}}}
    535535{{{#!td style="vertical-align:top"
    536 dummy
    537 }}}
    538 {{{#!td style="vertical-align:top"
    539 dummy
    540 }}}
    541 {{{#!td
    542 dummy
     536I
     537}}}
     538{{{#!td style="vertical-align:top"
     5392
     540}}}
     541{{{#!td
     542Data format for NetCDF files.\\\\
     543This 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)\\\\
    543548}}}
    544549|----------------