Changes between Version 216 and Version 217 of doc/app/errmsg
- Timestamp:
- Mar 6, 2016 2:31:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v216 v217 431 431 ||[=#PA0354 PA0354] || It is not allowed to arrange more than 100 profiles with cross_profiles. Apart from that, all profiles are saved to the netCDF file. || All profiles are written to the netCDF file. Only the first 100 profiles will be plotted by palmplot pr with var=cross_profiles (default). To see all profiles, add the parameter var=all to palmplot pr. || 432 432 ||[=#PA0355 PA0355] ||netcdf_deflate out of range \\ given value: ..., allowed range: 0-9 ||Set d3par-parameter [../d3par#netcdf_deflate netcdf_deflate] to a value within the allowed range || 433 ||[=#PA0356 PA0356] ||netcdf_deflate reset to 0 ||You have set [../d3par#netcdf_data_format netcdf_data_format] > 3 and [../d3par#netcdf_deflate netcdf_deflate] > 0 in the d3par-NAMELIST. However, the netcdf4/HDF5-parallel format does not allow for data compression. ||433 ||[=#PA0356 PA0356] ||netcdf_deflate reset to 0 ||You have set [../d3par#netcdf_data_format netcdf_data_format] /= 3 and [../d3par#netcdf_deflate netcdf_deflate] > 0 in the d3par-NAMELIST. However, data compression only works for the NetCDF4/HDF5 non-parallel format ([../d3par#netcdf_data_format netcdf_data_format] = 3). || 434 434 ||[=#PA0357 PA0357] ||unknown cloud microphysics scheme cloud_scheme = "..." || Unknown cloud microphysics scheme. Allowed cloud microphysics schemes are "kessler" or "seifert_beheng". || 435 435 ||[=#PA0358 PA0358] ||data_output_pr = '...' is not implemented for cloud_scheme /= seifert_beheng || Output of profiles of rain drop number concentration (nr), rain water content (qr) or precipitation rate (prr) is only allowed for cloud_scheme = "seifert_beheng". ||