Changes between Version 464 and Version 465 of doc/app/initialization_parameters


Ignore:
Timestamp:
May 16, 2020 1:53:11 PM (5 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v464 v465  
    31583158|----------------
    31593159{{{#!td style="vertical-align:top"
     3160[=#restart_data_format '''restart_data_format''']
     3161}}}
     3162{{{#!td style="vertical-align:top"
     3163C*20
     3164}}}
     3165{{{#!td style="vertical-align:top"
     3166'fortran_binary'
     3167}}}
     3168{{{#!td
     3169Binary format of the input and output restart files.\\\\
     3170Allowed 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.\\\\
     3171On 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
     3173This 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"
     3180C*20
     3181}}}
     3182{{{#!td style="vertical-align:top"
     3183value of [#restart_data_format restart_data_format]
     3184}}}
     3185{{{#!td
     3186Binary format of the input restart file.\\\\
     3187See [#restart_data_format restart_data_format] for allowed values.
     3188
     3189This 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"
     3196C*20
     3197}}}
     3198{{{#!td style="vertical-align:top"
     3199value of [#restart_data_format restart_data_format]
     3200}}}
     3201{{{#!td
     3202Binary format of the output restart file.\\\\
     3203See [#restart_data_format restart_data_format] for allowed values.
     3204
     3205This parameter can also be used in the runtime paramter NAMELIST.
     3206}}}
     3207|----------------
     3208{{{#!td style="vertical-align:top"
    31603209[=#statistic_regions '''statistic_regions''']
    31613210}}}