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

    r4360 r4536  
    2525! -----------------
    2626! $Id$
     27! location message format changed
     28!
     29! 4360 2020-01-07 11:25:50Z suehring
    2730! Corrected "Former revisions" section
    2831!
     
    264267!
    265268!--    Write and flush debug location or info message to file
    266        WRITE( OUTPUT_UNIT, 200 )  TRIM( message_type_string ), location_string, TRIM( system_time )
     269       WRITE( OUTPUT_UNIT, 200 )  TRIM( system_time ), TRIM( message_type_string ),                &
     270                                  TRIM( location_string )
    267271       FLUSH( OUTPUT_UNIT )
    268272!
    269273!--    Message formats
    270 200    FORMAT ( 3X, A, ' ', A60, ' | System time: ', A )
     274200    FORMAT ( 3X, A, 3x, A, 2X, A )
    271275
    272276    ENDIF
Note: See TracChangeset for help on using the changeset viewer.