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

    r4520 r4535  
    2525! -----------------
    2626! $Id$
     27! bugfix for restart data format query
     28!
     29! 4520 2020-05-06 08:57:19Z schwenkel
    2730! Add error number
    2831!
     
    32293232       WRITE ( 14 )  iran, iran_part
    32303233
    3231     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     3234    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    32323235
    32333236       CALL wrd_mpi_io( 'iran', iran )  ! matching random numbers is still unresolved issue
     
    32603263       WRITE ( 14 )  interpolation_trilinear
    32613264
    3262     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     3265    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    32633266
    32643267       CALL wrd_mpi_io( 'curvature_solution_effects', curvature_solution_effects )
Note: See TracChangeset for help on using the changeset viewer.