Changes between Version 177 and Version 178 of doc/app/errmsg
- Timestamp:
- Mar 21, 2014 11:13:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v177 v178 139 139 ||[=#PA0114 PA0114] ||illegal value for data_output or data_output_user = "..." || No matching variable was found for the given identifier in the parameter file. Possible reasons are: (a) a typo in the parameter file, (b) a user-defined variable has not been defined in {{{user_check_data_output.f90}}}, (c) the string length of the user-defined variable exceeds the current limits (see [../userint/output here]). || 140 140 ||[=#PA0115 PA0115] ||illegal value for data_output = "..." || No matching variable was found for the given identifier in the parameter file. This error is most likely related to a typo in the parameter file (a output variable was used that does not exist in PALM. || 141 ||[=#PA0117 PA0117] || do3d_compress = .TRUE. not allowed on host "..." ||||142 ||[=#PA0118 PA0118] || illegal precision: do3d_comp_prec ( ...) = "..." ||||143 ||[=#PA0119 PA0119] || unknown variable "..." given for do3d_comp_prec(...) ||||144 ||[=#PA012 9 PA0120] ||unknown value for data_output_format "..." ||The string(s) given in [../d3par#data_output_format data_output_format] have to be 'netcdf' or 'avs'. Note that 'avs' is an old data format that is not supported anymore. It is recommended to use the netcdf format.||141 ||[=#PA0117 PA0117] || ||error number free to use || 142 ||[=#PA0118 PA0118] || ||error number free to use || 143 ||[=#PA0119 PA0119] || ||error number free to use || 144 ||[=#PA0120 PA0120] || ||error number free to use || 145 145 ||[=#PA0121 PA0121] ||km_constant = ... < 0.0 ||The eddy-diffusivity km has to be positive definite. Change the value of [../inipar#km_constant km_constant] accordingly. || 146 146 ||[=#PA0122 PA0122] ||prandtl_number = ... < 0.0 ||The Prandtl number Pr has to be positive definite. Change the value of [../inipar#prandtl_number prandtl_number] accordingly. || … … 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] || no filename for AVS-data-file found in MRUN-config-file filename in FLD-file set to "unknown" ||||212 ||[=#PA0170 PA0170] || no path for batch_scp on host "..." ||||211 ||[=#PA0169 PA0169] || ||error number free to use || 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. || 214 214 ||[=#PA0172 PA0172] ||no OPEN-statement for file-id ... || ||