Changes between Version 105 and Version 106 of doc/app/runtime_parameters
- Timestamp:
- Sep 15, 2010 8:05:46 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v105 v106 547 547 ''4'' - netCDF-4 format, but with NF90_CLASSIC_MODEL bit set (some new features of netCDF4 are not available)\\\\ 548 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).\\\\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 550 Files with netCDF4 format cannot be read with netCDF3 libraries. 551 551 }}}