Ignore:
Timestamp:
May 15, 2020 12:07:23 PM (5 years ago)
Author:
raasch
Message:

bugfix for restart data format query

File:
1 edited

Legend:

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

    r4517 r4535  
    2525! -----------------
    2626! $Id$
     27! bugfix for restart data format query
     28!
     29! 4517 2020-05-03 14:29:30Z raasch
    2730! added restart with MPI-IO for reading local arrays
    2831!
     
    727730!          ENDIF
    728731
    729        ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     732       ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    730733
    731734!          CALL wrd_mpi_io( 'global_parameter', global_parameter )
     
    757760!          ENDIF
    758761
    759        ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     762       ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    760763
    761764!          IF ( ALLOCATED( u2_av ) )  CALL wrd_mpi_io( 'u2_av', u2_av )
Note: See TracChangeset for help on using the changeset viewer.