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


Ignore:
Timestamp:
Sep 15, 2010 8:01:51 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v104 v105  
    540540}}}
    541541{{{#!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)\\\\
     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)\\\\
     548'''Important:'''\\
     549Setting netcdf_data_format > 2 requires a netCDF4 library (set -I, -L, and -l options for compiling and linking appropriately in configuration file). Also, preprocessor switch __netcdf4 has to be set (see line starting with {{{%cpp_opts}}} in the '''mrun''' configuration file).\\\\
     550Files with netCDF4 format cannot be read with netCDF3 libraries.
    548551}}}
    549552|----------------