169 | 169 | ||PA0145 ||collision_efficiency out of range: ... || || |
170 | 170 | ||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. || |
171 | 171 | ||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. || |
172 | | ||PA0148 || || || |
173 | | ||PA0149 || || || |
174 | | ||PA0150 || || || |
175 | | ||PA0151 || || || |
176 | | ||PA0152 || || || |
177 | | ||PA0153 || || || |
178 | | ||PA0154 || || || |
179 | | ||PA0155 || || || |
180 | | ||PA0156 || || || |
181 | | ||PA0157 || || || |
182 | | ||PA0158 || || || |
183 | | ||PA0159 || || || |
184 | | ||PA0160 || || || |
185 | | ||PA0161 || || || |
186 | | ||PA0162 || || || |
187 | | ||PA0163 || || || |
188 | | ||PA0164 || || || |
189 | | ||PA0165 || || || |
190 | | ||PA0166 || || || |
191 | | ||PA0167 || || || |
192 | | ||PA0168 || || || |
193 | | ||PA0169 || || || |
194 | | ||PA0170 || || || |
195 | | ||PA0171 || || || |
| 172 | ||PA0148 ||particle too fast. n = ... || || |
| 173 | ||PA0149 ||particle out of range: i=... j=... k=... nxl=... nxr=... nys=... nyn=... nzb=... nzt=... || || |
| 174 | ||PA0150 ||Both dp_external and conserve_volume_flow are .TRUE. but one of them must be .FALSE. || || |
| 175 | ||PA0151 ||dp_level_b = ... is out of range || || |
| 176 | ||PA0152 ||dp_external is .TRUE. but dpdxy is zero, i.e. the external pressure gradient will not be applied || || |
| 177 | ||PA0153 ||dpdxy is nonzero but dp_external is .FALSE., i.e. the external pressure gradient will not be applied || || |
| 178 | ||PA0154 ||unknown conserve_volume_flow_mode: ... || || |
| 179 | ||PA0155 ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile" || || |
| 180 | ||PA0156 ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile" || || |
| 181 | ||PA0157 ||nonzero bulk velocity requires conserve_volume_flow = .T. and conserve_volume_flow_mode = "bulk_velocity" || || |
| 182 | ||PA0158 ||no vertical boundary condition for variable "..." || || |
| 183 | ||PA0159 ||no term for component "..." || || |
| 184 | ||PA0160 ||non-cyclic lateral boundaries along x do not allow calculation of spectra along x || || |
| 185 | ||PA0161 ||sorry, calculation of spectra in non parallel mode is still not realized || || |
| 186 | ||PA0162 ||non-cyclic lateral boundaries along y do not allow calculation of spectra along y || || |
| 187 | ||PA0163 ||run will be terminated because it is running out of job cpu limit remaining time: ... s termination time needed: ... s || || |
| 188 | ||PA0164 ||run will be terminated due to user settings of restart_time / dt_restart new restart time is: ... s || || |
| 189 | ||PA0165 ||re-open of unit 14 is not verified. Please check results! || || |
| 190 | ||PA0166 ||re-opening of file-id ... is not allowed || || |
| 191 | ||PA0167 ||opening file-id ... not allowed for PE ... || || |
| 192 | ||PA0168 ||opening file-id ... is not allowed since it is used otherwise || || |
| 193 | ||PA0169 ||no filename for AVS-data-file found in MRUN-config-file filename in FLD-file set to "unknown" || || |
| 194 | ||PA0170 ||no path for batch_scp on host "..." || || |
| 195 | ||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. || |