Ignore:
Timestamp:
May 17, 2020 5:24:13 PM (4 years ago)
Author:
raasch
Message:

messages and debug output converted to PALM routines (restart_data_mpi_io_mod), binary version number set to 5.0, heeader output for restart data format added, restart data filesize and I/O transfer speed added in cpu_measures, handling of single restart files (created with MPI-I/O) added to palmrun, bugfix: preprocessor directive adjusted (virtual_measurement_mod), location message format changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/write_restart_data_mod.f90

    r4535 r4536  
    2424! -----------------
    2525! $Id$
     26! binary version incremented
     27!
     28! 4535 2020-05-15 12:07:23Z raasch
    2629! bugfix for restart data format query
    2730!
     
    181184    INTEGER ::  i                                !< loop index
    182185
    183     binary_version_global = '4.9'
     186    binary_version_global = '5.0'
    184187
    185188    IF ( restart_data_format_output == 'fortran_binary' )  THEN
     
    11621165!
    11631166!-- Write arrays.
    1164     binary_version_local = '4.7'
     1167    binary_version_local = '5.0'
    11651168
    11661169    IF ( TRIM( restart_data_format_output ) == 'fortran_binary' )  THEN
Note: See TracChangeset for help on using the changeset viewer.