Changeset 4892 for palm


Ignore:
Timestamp:
Mar 2, 2021 11:53:58 AM (3 years ago)
Author:
suehring
Message:

Remove outdated error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/surface_data_output_mod.f90

    r4843 r4892  
    2525! -----------------
    2626! $Id$
     27! Remove outdated error message.
     28!
     29! 4843 2021-01-15 15:22:11Z raasch
    2730! local namelist parameter added to switch off the module although the respective module namelist
    2831! appears in the namelist file
     
    42694272               dt_data_output,                                                                     &
    42704273               indoor_model,                                                                       &
    4271                initializing_actions,                                                               &
    42724274               message_string
    4273 
    4274     USE pegrid,                                                                                    &
    4275         ONLY:  numprocs_previous_run
    42764275
    42774276    IMPLICIT NONE
     
    43304329          CALL message( 'surface_data_output_check_parameters', 'PA0081', 1, 2, 0, 6, 0 )
    43314330       ENDIF
    4332     ENDIF
    4333 
    4334 !
    4335 !-- In case of restart runs, check it the number of cores has been changed.
    4336 !-- With surface output this is not allowed.
    4337     IF ( TRIM( initializing_actions ) == 'read_restart_data'  .AND.                                &
    4338          numprocs_previous_run /= numprocs ) THEN
    4339        message_string = 'The number of cores has been changed between restart runs. ' //           &
    4340                         'This is not allowed when surface data output is used.'
    4341         CALL message( 'surface_data_output_check_parameters', 'PA0585', 1, 2, 0, 6, 0 )
    43424331    ENDIF
    43434332!
Note: See TracChangeset for help on using the changeset viewer.