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

    r4533 r4535  
    2525! -----------------
    2626! $Id$
     27! bugfix for restart data format query
     28!
     29! 4533 2020-05-14 14:46:46Z schwenkel
    2730! Reformat intrinsic function
    2831!
     
    37423745          WRITE ( 14 )  ice_crystal_sedimentation
    37433746
    3744        ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     3747       ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    37453748
    37463749          CALL wrd_mpi_io( 'c_sedimentation', c_sedimentation )
     
    38653868          ENDIF
    38663869
    3867        ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     3870       ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    38683871
    38693872          IF ( ALLOCATED( prr ) )  CALL wrd_mpi_io( 'prr', prr )
Note: See TracChangeset for help on using the changeset viewer.