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

    r4536 r4539  
    2525! -----------------
    2626! $Id$
     27! location message added
     28!
     29! 4536 2020-05-17 17:24:13Z raasch
    2730! binary version incremented
    2831!
     
    14381441!
    14391442!-- Read data from previous model run.
    1440     CALL cpu_log( log_point_s(14), 'rrd_local', 'start' )
     1443    CALL cpu_log( log_point_s(14), 'read-restart-data-local', 'start' )
     1444
     1445    CALL location_message( 'reading local restart data', 'start' )
    14411446
    14421447    IF ( TRIM( restart_data_format_input ) == 'fortran_binary' )  THEN
     
    24822487    ENDIF
    24832488
     2489    CALL location_message( 'reading local restart data', 'finished' )
    24842490!
    24852491!-- End of time measuring for reading binary data
    2486     CALL cpu_log( log_point_s(14), 'rrd_local', 'stop' )
     2492    CALL cpu_log( log_point_s(14), 'read-restart-data-local', 'stop' )
    24872493
    24882494 END SUBROUTINE rrd_local
Note: See TracChangeset for help on using the changeset viewer.