Ignore:
Timestamp:
Sep 23, 2020 3:09:19 PM (4 years ago)
Author:
pavelkrc
Message:

Fix writing and reading of surface data to/from MPI restart file + small fixes

File:
1 edited

Legend:

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

    r4629 r4694  
    2525! -----------------
    2626! $Id$
     27! Fix name of subroutine in message
     28!
     29! 4629 2020-07-29 09:37:56Z raasch
    2730! support for MPI Fortran77 interface (mpif.h) removed
    2831!
     
    31363139
    31373140       message_string = 'surface array "' // TRIM( name ) // '" not found in restart file'
    3138        CALL message( 'rrd_mpi_io_global_array_int_1d', 'PA0722', 3, 2, 0, 6, 0 )
     3141       CALL message( 'rrd_mpi_io_surface', 'PA0722', 3, 2, 0, 6, 0 )
    31393142
    31403143    ENDIF
Note: See TracChangeset for help on using the changeset viewer.