Changes between Version 79 and Version 80 of doc/app/errmsg
- Timestamp:
- Nov 9, 2011 5:33:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v79 v80 57 57 ||[=#PA0032 PA0032] ||initializing_actions = "set_constant_profiles" and "by_user" are not allowed simultaneously || Farah || 58 58 ||[=#PA0033 PA0033] ||initializing_actions = "by_user" and "set_1d-model_profiles" are not allowed simultaneously || Farah || 59 ||[=#PA0034 PA0034] ||cloud_physics = ... is not allowed with humidity = ... || ||60 ||[=#PA0035 PA0035] ||precipitation = ... is not allowed with cloud_physics = ... || ||59 ||[=#PA0034 PA0034] ||cloud_physics = ... is not allowed with humidity = ... || Theres || 60 ||[=#PA0035 PA0035] ||precipitation = ... is not allowed with cloud_physics = ... || Theres || 61 61 ||[=#PA0036 PA0036] ||humidity = .TRUE. and sloping_surface = .TRUE. are not allowed simultaneously || || 62 62 ||[=#PA0037 PA0037] ||UPS-scheme is not implemented for humidity = .TRUE. || || … … 117 117 ||[=#PA0092 PA0092] ||data_output_pr = ... is not implemented for humidity = .FALSE. || || 118 118 ||[=#PA0093 PA0093] ||data_output_pr = ... is not implemented for passive_scalar = .FALSE. || || 119 ||[=#PA0094 PA0094] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. || ||120 ||[=#PA0095 PA0095] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. and humidity = .FALSE. || ||121 ||[=#PA0096 PA0096] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. or cloud_droplets = .FALSE || ||119 ||[=#PA0094 PA0094] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. || Theres || 120 ||[=#PA0095 PA0095] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. and humidity = .FALSE. || Theres || 121 ||[=#PA0096 PA0096] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. or cloud_droplets = .FALSE || Theres || 122 122 ||[=#PA0097 PA0097] ||illegal value for data_output_pr or data_output_pr_user = "..." || || 123 123 ||[=#PA0098 PA0098] ||illegal value for data_output_pr = "..." || || … … 165 165 ||[=#PA0142 PA0142] ||absolute temperature < 0.0 at zu(...) = ... || Within the PALM code (in {{{init_cloud_physics}}}), the hydrostatic pressure profile is calculated for a neutrally stratified temperature profile {{{t(z) = t_surface-g/c_p*z(k)}}}. If the height of the model domain is too large, the absolute temperature will become negative, which is not allowed. This error usually appears when both grid stretching is switched on and too many grid points along z are used. Try to reduce the number of grid points ([../inipar#nz nz]), switch on the grid stretching at larger heights (see [../inipar#dz_stretch_level dz_stretch_level]) or reduce the grid stretching factor ([../inipar#dz_stretch_factor dz_stretch_factor]). || 166 166 ||[=#PA0143 PA0143] ||k=... j=... i=... ql_c=... part(...)%wf=... delta_r=... || || 167 ||[=#PA0144 PA0144] ||!#1 k=... j=... i=... e_s=... e_a=... t_int=... d_radius=... delta_r=... particle_radius=... || ||168 ||[=#PA0145 PA0145] ||collision_efficiency out of range: ... || ||167 ||[=#PA0144 PA0144] ||!#1 k=... j=... i=... e_s=... e_a=... t_int=... d_radius=... delta_r=... particle_radius=... || Theres || 168 ||[=#PA0145 PA0145] ||collision_efficiency out of range: ... || Theres || 169 169 ||[=#PA0146 PA0146] ||maximum_number_of_particles needs to be increased but this is not allowed with netcdf_data_format < 3 ||netCDF output is switched on ([../d3par#data_output_format data_output_format] = '' 'netcdf' '') and a netCDF3 format is used ([../d3par#netcdf_data_format netcdf_data_format ] < 3). \\\\ If output of particle data is switched on (see [../d3par#dt_write_particle_data dt_write_particle_data]), the size of the particle array, given on each processor by [../d3par#maximum_number_of_particles maximum_number_of_particles], is not allowed to increase during the run, when the netCDF3 data format is used, because netCDF3 allows only one unlimited dimension, which is the time dimension. Anyhow, PALM tries to increase the size of the particle array, if the number of particles in a subdomain becomes larger than the size of this array. This may happen because of a flow convergence or because new sets of particles are released (see [../d3par#dt_prel dt_prel]).\\\\This problem can be avoided by using the netCDF4 data format ([../d3par#netcdf_data_format netcdf_data_format] > 2), which allows more than one unlimited dimension.\\\\Alternatively, [../d3par#maximum_number_of_particles maximum_number_of_particles] can be given a sufficiently large value. || 170 170 ||[=#PA0147 PA0145]PA0147 ||maximum_number_of_tails needs to be increased but this is not allowed with netcdf_data_format < 3 ||netCDF output is switched on ([../d3par#data_output_format data_output_format] = '' 'netcdf' '') and a netCDF3 format is used ([../d3par#netcdf_data_format netcdf_data_format ] < 3). \\\\ If output of particle data is switched on (see [../d3par#dt_write_particle_data dt_write_particle_data]), the size of the particle array, given on each processor by [../d3par#maximum_number_of_tails maximum_number_of_tails], is not allowed to increase during the run, when the netCDF3 data format is used, because netCDF3 allows only one unlimited dimension, which is the time dimension. Anyhow, PALM tries to increase the size of the particle array, if the number of particles in a subdomain becomes larger than the size of this array. This may happen because of a flow convergence or because new sets of particles are released (see [../d3par#dt_prel dt_prel]).\\\\This problem can be avoided by using the netCDF4 data format ([../d3par#netcdf_data_format netcdf_data_format] > 2), which allows more than one unlimited dimension.\\\\Alternatively, [../d3par#maximum_number_of_particles maximum_number_of_particles] can be given a sufficiently large value. || … … 204 204 ||[=#PA0181 PA0181] ||no output provided for: ... || || 205 205 ||[=#PA0182 PA0182] ||if humidity/passive_scalar = FALSE output of ... is not provided || || 206 ||[=#PA0183 PA0183] ||if cloud_physics = FALSE output of ... is not provided || ||207 ||[=#PA0184 PA0184] ||if cloud_physics = FALSE output of ... is not provided || ||206 ||[=#PA0183 PA0183] ||if cloud_physics = FALSE output of ... is not provided || Theres || 207 ||[=#PA0184 PA0184] ||if cloud_physics = FALSE output of ... is not provided || Theres || 208 208 ||[=#PA0185 PA0185] ||data_output_profiles: normalizing cross ... is not possible since one of the normalizing factors is zero! cross_normx_factor(...,...) = ... cross_normy_factor(...,...) = ... || || 209 209 ||[=#PA0186 PA0186] ||no spectra data available || || … … 237 237 ||[=#PA0214 PA0214] ||version mismatch concerning data from prior run version on file = ... version in program = ... || || 238 238 ||[=#PA0215 PA0215] ||particle group !# ... has a density ratio /= 0 but radius = 0 || || 239 ||[=#PA0216 PA0216] ||number of initial particles (...) exceeds maximum_number_of_particles (...) on PE ... || ||239 ||[=#PA0216 PA0216] ||number of initial particles (...) exceeds maximum_number_of_particles (...) on PE ... || Theres || 240 240 ||[=#PA0217 PA0217] ||unknown boundary condition bc_par_b = "..." || || 241 241 ||[=#PA0218 PA0218] ||unknown boundary condition bc_par_t = "..." || ||