Ignore:
Timestamp:
May 18, 2020 2:05:17 PM (4 years ago)
Author:
raasch
Message:

checks added, if index limits in header are exceeded (restart_data_mpi_io_mod), bugfix in rrd_mpi_io_int_2d, location and log_point names added/modified, cpu time per grid point and timestep does not included initialization and spinup any more (cpulog_mod)

File:
1 edited

Legend:

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

    r4535 r4539  
    2121! -----------------
    2222!
    23 ! 
     23!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! log point name changed
     28!
     29! 4535 2020-05-15 12:07:23Z raasch
    2730! bugfix for restart data format query
    2831!
     
    407410    IF ( write_binary )  THEN
    408411
    409        CALL cpu_log( log_point(22), 'wrd_local', 'start' )
     412       CALL cpu_log( log_point(22), 'write-restart-data', 'start' )
    410413
    411414       CALL location_message( 'writing restart data', 'start' )
     
    453456       CALL location_message( 'writing restart data', 'finished' )
    454457
    455        CALL cpu_log( log_point(22), 'wrd_local', 'stop' )
     458       CALL cpu_log( log_point(22), 'write-restart-data', 'stop' )
    456459       
    457460    ENDIF
Note: See TracChangeset for help on using the changeset viewer.