| 3160 | [=#restart_data_format '''restart_data_format'''] |
| 3161 | }}} |
| 3162 | {{{#!td style="vertical-align:top" |
| 3163 | C*20 |
| 3164 | }}} |
| 3165 | {{{#!td style="vertical-align:top" |
| 3166 | 'fortran_binary' |
| 3167 | }}} |
| 3168 | {{{#!td |
| 3169 | Binary format of the input and output restart files.\\\\ |
| 3170 | Allowed values are '' 'fortran_binary' '', '' 'mpi' '', and '' 'mpi_shared_memory' ''. In case of '' 'fortran_binary' '' each core reads/writes its own file. In case of '' 'mpi' '', the I/O is done using a single file. This method can also be used in serial mode (when PALM has been compiled without {{{-D__parallel}}} option). In such a case, restart I/O is carried out using POSIX calls.\\\\ |
| 3171 | On many-core processors the I/O speed can be significantly increased by setting '''restart_data_format''' = '' 'mpi_shared_memory' ''. With this setting, I/O is performed only by a limited number of cores on each of the nodes. |
| 3172 | |
| 3173 | This parameter can also be used in the runtime paramter NAMELIST. |
| 3174 | }}} |
| 3175 | |---------------- |
| 3176 | {{{#!td style="vertical-align:top" |
| 3177 | [=#restart_data_format_input '''restart_data_format_input'''] |
| 3178 | }}} |
| 3179 | {{{#!td style="vertical-align:top" |
| 3180 | C*20 |
| 3181 | }}} |
| 3182 | {{{#!td style="vertical-align:top" |
| 3183 | value of [#restart_data_format restart_data_format] |
| 3184 | }}} |
| 3185 | {{{#!td |
| 3186 | Binary format of the input restart file.\\\\ |
| 3187 | See [#restart_data_format restart_data_format] for allowed values. |
| 3188 | |
| 3189 | This parameter can also be used in the runtime paramter NAMELIST. |
| 3190 | }}} |
| 3191 | |---------------- |
| 3192 | {{{#!td style="vertical-align:top" |
| 3193 | [=#restart_data_format_output '''restart_data_format_output'''] |
| 3194 | }}} |
| 3195 | {{{#!td style="vertical-align:top" |
| 3196 | C*20 |
| 3197 | }}} |
| 3198 | {{{#!td style="vertical-align:top" |
| 3199 | value of [#restart_data_format restart_data_format] |
| 3200 | }}} |
| 3201 | {{{#!td |
| 3202 | Binary format of the output restart file.\\\\ |
| 3203 | See [#restart_data_format restart_data_format] for allowed values. |
| 3204 | |
| 3205 | This parameter can also be used in the runtime paramter NAMELIST. |
| 3206 | }}} |
| 3207 | |---------------- |
| 3208 | {{{#!td style="vertical-align:top" |