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

    r4505 r4535  
    2525! -----------------
    2626! $Id$
     27! bugfix for restart data format query
     28!
     29! 4505 2020-04-20 15:37:15Z schwenkel
    2730! Add flag for saturation check
    2831!
     
    511514!--          input needs to be set now! This is normally done later in check parameters.
    512515             IF ( TRIM( restart_data_format ) /= 'fortran_binary'  .AND.                           &
    513                   TRIM( restart_data_format ) /= 'mpi' )  THEN
     516                  TRIM( restart_data_format ) /= 'mpi'             .AND.                           &
     517                  TRIM( restart_data_format ) /= 'mpi_shared_memory' )  THEN
    514518                message_string = 'illegal restart data format "' // TRIM( restart_data_format ) // '"'
    515519                CALL message( 'parin', 'PA....', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.