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/read_restart_data_mod.f90

    r4534 r4536  
    2525! -----------------
    2626! $Id$
     27! binary version incremented
     28!
     29! 4534 2020-05-14 18:35:22Z raasch
    2730! adjustments for I/O on reduced number of cores using shared memory MPI
    2831!
     
    253256       READ ( 13 )  version_on_file
    254257
    255        binary_version_global = '4.9'
     258       binary_version_global = '5.0'
    256259       IF ( TRIM( version_on_file ) /= TRIM( binary_version_global ) )  THEN
    257260          WRITE( message_string, * ) 'version mismatch concerning ',           &
     
    9991002       CALL rrd_mpi_io( 'omega', omega )
    10001003       CALL rrd_mpi_io( 'omega_sor', omega_sor )
    1001        CALL rrd_mpi_io( 'origin_data_time', origin_date_time )
     1004       CALL rrd_mpi_io( 'origin_date_time', origin_date_time )
    10021005       CALL rrd_mpi_io( 'output_for_t0', output_for_t0 )
    10031006       CALL rrd_mpi_io( 'particle_advection', particle_advection )
     
    15691572          READ ( 13 )  version_on_file
    15701573
    1571           binary_version_local = '4.7'
     1574          binary_version_local = '5.0'
    15721575          IF ( TRIM( version_on_file ) /= TRIM( binary_version_local ) )  THEN
    15731576             WRITE( message_string, * ) 'version mismatch concerning ',                               &
Note: See TracChangeset for help on using the changeset viewer.