Changes between Version 203 and Version 204 of doc/app/errmsg
- Timestamp:
- Sep 23, 2015 8:14:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v203 v204 209 209 ||[=#PA0167 PA0167] ||opening file-id ... not allowed for PE ... || || 210 210 ||[=#PA0168 PA0168] ||opening file-id ... is not allowed since it is used otherwise || || 211 ||[=#PA0169 PA0169] || ||error number free to use||211 ||[=#PA0169 PA0169] ||current user-interface revision "..." does not match the required revision r.... ||You are using a user-interface which does not match the installed PALM revision. One reason might be that the default user-interface of the newest PALM revision has been changed by the PALM developers (e.g. because some parameters have been added to parameter-lists of subroutine calls). Please carefully read the [wiki:doc/tec/changelog source code change log], where these kind of changes are announced, and where also hints will be given for how to adjust existing user-interfaces. || 212 212 ||[=#PA0170 PA0170] || ||error number free to use || 213 213 ||[=#PA0171 PA0171] ||netCDF: netCDF4 format requested but no cpp-directive !__netcdf4 given switch back to 64-bit offset format ||[../d3par#netcdf_data_format netcdf_data_format ] > 2 has been set. This requires netCDF4 features, which have to be activated by setting the cpp-directive {{{__netcdf4}}} in the configuration file ({{{%cpp_options}}}). It also requires a netCDF4 library. Set {{{-I}}}, {{{-L}}} and {{{-l}}} options in compile ({{{%copts}}}) and load ({{{%lopts}}}) options of the configuration file appropriately. ||