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

    r4473 r4536  
    2525! -----------------
    2626! $Id$
     27! output of restart data format added
     28!
     29! 4473 2020-03-25 21:04:07Z gronemeier
    2730! revised message if wall_adjustment is used
    2831!
     
    14921495       ENDIF
    14931496       WRITE ( io, 341 )  dt_dots
     1497    ENDIF
     1498
     1499!
     1500!-- Restart data formats
     1501    IF ( TRIM( initializing_actions ) == 'read_restart_data'  .OR.  write_binary )  THEN
     1502       WRITE ( io, 355 )
     1503       IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
     1504          WRITE ( io, 356 )  TRIM( restart_data_format_input )
     1505       ENDIF
     1506       IF ( write_binary )  THEN
     1507          WRITE ( io, 357 )  TRIM( restart_data_format_output )
     1508       ENDIF
    14941509    ENDIF
    14951510
     
    18291844353 FORMAT  (/'       Number of output time levels allowed: unlimited' /)
    18301845354 FORMAT ('       Output format: ',A, '   compressed with level: ',I1/)
     1846355 FORMAT (/'    Restart data format(s):')
     1847356 FORMAT ('    Input format:  ',A)
     1848357 FORMAT ('    Output format: ',A)
    18311849400 FORMAT (//' Physical quantities:'/ &
    18321850              ' -------------------'/)
Note: See TracChangeset for help on using the changeset viewer.