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/ocean_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!
     
    22022205       WRITE ( 14 )  wave_breaking
    22032206
    2204     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     2207    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    22052208
    22062209       CALL wrd_mpi_io( 'bc_sa_t', bc_sa_t )
     
    22522255       ENDIF
    22532256
    2254     ELSEIF ( TRIM( restart_data_format_output ) == 'mpi' )  THEN
     2257    ELSEIF ( restart_data_format_output(1:3) == 'mpi' )  THEN
    22552258
    22562259       IF ( ALLOCATED( rho_ocean_av ) )  CALL wrd_mpi_io( 'rho_ocean_av', rho_ocean_av )
Note: See TracChangeset for help on using the changeset viewer.