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)\\\\ |
| 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)\\\\ |
| 548 | '''Important:'''\\ |
| 549 | Setting 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).\\\\ |
| 550 | Files with netCDF4 format cannot be read with netCDF3 libraries. |