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

bugfix for restart data format query

File:
1 edited

Legend:

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

    r4517 r4535  
    2727! -----------------
    2828! $Id$
     29! bugfix for restart data format query
     30!
     31! 4517 2020-05-03 14:29:30Z raasch
    2932! added restart with MPI-IO for reading local arrays
    3033!
     
    86608663       ENDDO
    86618664
    8662     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     8665    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    86638666!
    86648667!--    There is no information about the PE-grid necessary because the restart files consists of the
Note: See TracChangeset for help on using the changeset viewer.