Ignore:
Timestamp:
Jun 29, 2017 9:28:18 AM (7 years ago)
Author:
raasch
Message:

write_binary is of type LOGICAL now, MPI2-related code removed, obsolete variables removed, sendrecv_in_background related parts removed, missing variable descriptions added

File:
1 edited

Legend:

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

    r2101 r2298  
    2525! -----------------
    2626! $Id$
     27! type of write_binary changed from CHARACTER to LOGICAL
     28!
     29! 2101 2017-01-05 16:42:31Z suehring
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
     
    103106!-- If necessary set a flag to stop the model run
    104107    terminate_run_l = .FALSE.
    105     IF ( remaining_time <= termination_time_needed  .AND.                      &
    106          write_binary(1:4) == 'true' )  THEN
     108    IF ( remaining_time <= termination_time_needed  .AND.  write_binary )  THEN
    107109
    108110       terminate_run_l = .TRUE.
     
    174176
    175177          WRITE( message_string, * ) 'run will be terminated because user ',   &
    176                                   'forced a job finialization using a flag',   &
     178                                  'forced a job finalization using a flag',    &
    177179                                  'file:',                                     &
    178180                                  '&DO_STOP_NOW: ', do_stop_now,               &
Note: See TracChangeset for help on using the changeset viewer.