| 343 | [=#extend_prts_filesize '''extend_prts_filesize'''] |
| 344 | }}} |
| 345 | {{{#!td style="vertical-align:top" |
| 346 | R |
| 347 | }}} |
| 348 | {{{#!td style="vertical-align:top" |
| 349 | 0.0 |
| 350 | }}} |
| 351 | {{{#!td |
| 352 | Percentage to which the size of the file containing the particle time series shall be enlarged. |
| 353 | |
| 354 | By default, the file size for particle time series is determined by the number of output particles that are identified at the beginning of a run (see parameters [#pts_increment pts_increment], [#pts_percentage pts_percentage], and description of input file PARTICLE_IDS). |
| 355 | |
| 356 | Since it is not allowed to increase the file size during a run, setting of '''extend_prts_filesize''' is required, if the number of output particles increase during a run due to the release of new particle sets. For example, '''extend_prts_filesize''' = ''50.0'' will increase the file size by 50%, so that particles which are newly released at a later time can be output to the file. |
| 357 | |
| 358 | See also [#maximum_number_of_output_particles maximum_number_of_output_particles]. It is not allowed to set [#maximum_number_of_output_particles maximum_number_of_output_particles] and '''extend_prts_filesize''' at the same time. |
| 359 | }}} |
| 360 | |---------------- |
| 361 | {{{#!td style="vertical-align:top" |
| 386 | }}} |
| 387 | |---------------- |
| 388 | {{{#!td style="vertical-align:top" |
| 389 | [=#maximum_number_of_output_particles '''maximum_number_of_output_particles'''] |
| 390 | }}} |
| 391 | {{{#!td style="vertical-align:top" |
| 392 | I |
| 393 | }}} |
| 394 | {{{#!td style="vertical-align:top" |
| 395 | 0 |
| 396 | }}} |
| 397 | {{{#!td |
| 398 | Defines the maximum number of particles allowed for output of time series. |
| 399 | |
| 400 | Setting '''maximum_number_of_output_particles''' is required, if the number of output particles increase during a run due to the release of new particle sets. This parameter defines the respective size (dimension) of the NetCDF file, which is set at the beginning of a run. It is not allowed to increase the size during a run. |
| 401 | |
| 402 | By default, the file size is determined by the number of output particles that are identified at the beginning of a run. See parameters [#pts_increment pts_increment], [#pts_percentage pts_percentage], and description of input file PARTICLE_IDS. |
| 403 | |
| 404 | See also [#extend_prts_filesize extend_prts_filesize]. It is not allowed to set '''maximum_number_of_output_particles''' and [#extend_prts_filesize extend_prts_filesize] at the same time. |