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/surface_data_output_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!
     
    49544957          WRITE ( 14 )  average_count_surf
    49554958
    4956        ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     4959       ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    49574960
    49584961         CALL wrd_mpi_io( 'average_count_surf', average_count_surf )
     
    49794982          ENDIF
    49804983
    4981        ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     4984       ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    49824985
    49834986          IF ( ALLOCATED( surfaces%var_av ) )  CALL wrd_mpi_io( 'surfaces%var_av', surfaces%var_av )
Note: See TracChangeset for help on using the changeset viewer.