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

    r4518 r4535  
    2525! -----------------
    2626! $Id$
     27! bugfix for restart data format query
     28!
     29! 4518 2020-05-04 15:44:28Z suehring
    2730! * Define arrays over ghost points in order to allow for standard mpi-io
    2831!   treatment. By this modularization of restart-data input is possible with
     
    22732276       ENDIF
    22742277
    2275     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     2278    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    22762279
    22772280       IF ( ALLOCATED( pt_2m_av ) )     CALL wrd_mpi_io( 'pt_2m_av', pt_2m_av )
Note: See TracChangeset for help on using the changeset viewer.